/* CSS Document 
colour selections -
Header Colours -
Light Yellow - #FCFBDD
Mid Blue - #309BD0
Dark Blue - #306D97
 // used in header and menu rollovers
*/
.hide {
	display: none;
}
img {border:none; text-decoration:none;}

p, ul, ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#333333;
}

h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

body {
	background-color:#FCFBDD;
	margin:0;
}

#outercontainer {
	background-color:#FFFFFF;
	width:770px;
	text-align:left;
	border: 1px solid #306D97;
}

#innercontainer {
	width:770px;
}

#header {
	width:auto;
}

#content {
	position:relative;
	top:-4px;
	float:right;
	width:547px;
	text-align:left;
	padding-bottom:10px;
	padding-right:10px;
}
#pdf {width:750px; padding:0 0 0 10px;}

#left {
	float:left;
	width:200px;
}

.interview {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}
.small {font-size:10px; }
.toplink {
	font-size:small;
	text-align:right;
}

.toplink a:link, .toplink a:active, .toplink a:visited, .smallLink a:link, .smallLink a:active, .smallLink a:visited {
	font-size:small;
	text-decoration:underline;
}

.toplink a hover, .smallLink a hover {
	font-size:small;
	color:#FF0000;
	text-decoration:underline;
}
	
#left a:link, #left  a:active,  #left a:visited {
	display:block;
	width:180px;
	text-decoration:underline;
	font-size:14px;
	padding-left:8px;
	z-index:3;
	position:relative;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:10px;
}
#left a:hover{
	
}

#footer {
	font-size:x-small;
	color:#306D97;
	clear:both;
	text-align:center;
}

#footer a:link, #footer  a:active,  #footer a:visited, #footer a:hover{
	color:#306D97;
	text-decoration:none;
}

