@charset "utf-8";
/* CSS Document */


body { font-family: Arial, Helvetica, sans-serif; color:#003366; font-size: 1em; line-height: 105%;} /* Sets window background colour and main font style */

h1 {
	font-size: 1.4em;
	margin: 0.5em 0;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	margin: 0.5em 0;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	margin: 0.5em 0;
	font-weight: bold;
}

h4 {
	font-size: 0.8em;
	margin: 0.8em 0;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	margin: 0.3em 0;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: 0.9em;
	margin: 0.3em 0;
	font-weight: bold;
}

p {
	margin: 0.2em 0;
	font-size: 1em;
}

a, a:visited {
	color: #003399;
	font-weight:bold;
	
}

a:hover {
	color: #993333;
}

ol {
	list-style: decimal;
	margin: 1em 0 1em 3em;
	font-size: 0.9em;
}

ol li {
	margin: 0.3em 0;
}

ul {
	list-style: circle;
	margin: 1em 0 1em 3em;
	font-size: 0.9em;
}

ul li{
	margin: 0.3em 0;
}

dl {
	list-style: none;
	margin: .25em 0 .25em 3em;
	font-size: 1.1em;
}

dl dt{
	margin: 0.3em 0;
	font-size: 0.8em;
	line-height:25px;
	margin: .25em 0;
	padding: 0 0 0 25px;
	background: url(../images/main/jump_bul.png) no-repeat;
}

strong { font-weight: bold; }

em { font-style:italic }

table {margin: 0;}
table td {padding: .2em 1em;}
table th {padding: 0em 0.3em; text-align: right; font-weight: bold;}

#mainMenu ul li a {
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	line-height: 2.2em;
	text-decoration: none;
}

#vidButton ul li a, #nlButton ul li a, #picButton ul li a, .rsButtons ul li a {
	color: #592B1E;
	font-weight: bold;
	font-size: 1em;
	line-height: 2.5em;
	text-decoration: none;
}

.smallHilite {
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
}

.homePageLarge {
	font-size: 1.1em !important;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em !important;
	margin: 10px 0 20px 0 !important;
}

.hilightBG1 { padding: 10px; margin: 20px 5px; background-color: #CCCCFF; border: 1px solid #000066;}

.hilightBG2 { padding: 10px; margin:20px  5px; background-color: #CCFFFF ; border: 1px solid #006600;}

.hilightBG3 { padding: 10px; margin:20px  5px; background-color: #FFF0B7; border: 3px solid #990000;}

.textRED {color: #900; font-weight:bold;}

.floatRight {float: right;}
.floatLeft {float: left;}

.smallCaption {font-size: 0.7em !important;}
.largeCaption {font-size: 1em !important; font-style: italic; text-align:center;}

.readMores { float: right; font-size: 0.7em !important; padding-top:5px;
			font-weight: bold; font-style: italic; line-height: 1em;
			}
			
.clearFix {	clear: both; }

.smallText {
	line-height: 1em;
	font-size: 0.7em;
	vertical-align: baseline;
}

.imgPad img {
padding: 5px;	
}
