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

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div,  applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

body {
	line-height: 155%;
	background-color:#212d62;
	background-position: center top;
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
}

ul {
	list-style: none;
}
	
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font: normal .8em Verdana, Geneva, sans-serif;
}


/*******************/

.clear {
clear:both;
}

p {
	font: normal .8em Verdana, Geneva, sans-serif;
	line-height: 155%;
	}
	
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#990000;
	font-style:italic;
	font-size: .80em;
	margin-bottom:-5px;
	padding-top:2px;
	}
	
h2 {
	font: italic bold .9em Verdana, Geneva, sans-serif;
	color:#212d62;
	padding: 0px 0 5px 0px;
	}
	
h3 {
	font:italic bold 1em Verdana, Geneva, sans-serif;
	color:#212d62;
	padding: 10px 0 5px 0px;
}

h4 {
	font:italic 1.55em "Times New Roman", Times, serif;
	color:#990000;
	padding: 10px 0 -50px 0px;
}

h5 {
	font:italic 1.19em "Times New Roman", Times, serif;
	color:#990000;
	padding-bottom: 5px ;
}

.bluetext {	
	font: italic bold .85em Verdana, Geneva, sans-serif;
	color:#212d62;
	padding: 10px 0 0 0 ;}

.tinytext {
	font: normal .6em Verdana, Geneva, sans-serif;
}

.underline {
	text-decoration:underline;
}



.sidelink {
	font: italic bold .9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	padding: 130px 0 0 10px;
}


.sidelink a:link { text-decoration: none; color:#212d62;font-weight: bold;font-style:italic;}
.sidelink a:visited { text-decoration: none; color:#212d62;font-weight: bold;font-style:italic;}
.sidelink a:active { text-decoration: none; color:#212d62;font-weight: bold;font-style:italic;}
.sidelink a:hover { text-decoration: none; color:#666;font-weight: bold;font-style:italic;}


#menu {
 	width: 210px;
	height: 670px;
	margin-top: 125px;
	float: left; 	
	padding: 220px 0 0 0;
	font: bold normal .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#990000;
}

.side {
	float: left;
	height: 40px;
	width: 210px;
	background: url('images/menuimg.jpg') 0 0 no-repeat;
}

.side a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: #fff url('images/menuimg.jpg') top right no-repeat;
	color:#212d62;
}

.side a:hover, .side a:active {
	 display: block;
	 background-position: 0px  0;
	 color:#212d62;
	 text-decoration: none;
}

.side span {
	display: block;
	padding: 10px 0 0 8px;
}

.side2 {
	float: left;
	height: 40px;
	width: 210px;
	margin: 0;
	background: url('images/menuimg.jpg') 0 0 no-repeat;
}

.side2 a:hover, .side a:active {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: #fff url('images/menuimg.jpg') top right no-repeat;
	background-position: 0px  0;
	color:#212d62;
}

.side2 span {
	display: block;
	padding: 10px 0 0 8px; 
	color:#212d62;
}

#topmenu {
	float: right;
	width: 330px;	
	padding: 185px 0 0 0;
	font-size:10px;
	font-weight:800;
	font-family: Verdana, Geneva, sans-serif;
}

#topmenu li {
	display: inline;
	padding-right: 12px;
}

.menu a:link { text-decoration: none; color:#000}
.menu a:visited { text-decoration: none; color:#000}
.menu a:active { text-decoration: none; color:#000}
.menu a:hover { text-decoration: none; color:#990000}

#footer {
	clear:both;
	background-color:#212d62;
	background-image: url('images/bottom.jpg');
	background-repeat:no-repeat;
}

#footertext {
	font: normal 9px Arial, Helvetica, sans-serif;
	color:#5890b8;
	line-height: 140%;
	padding-top: 30px;
	clear:both;
	text-align:justify;
}

#footerdisc {
	font: normal 9px Arial, Helvetica, sans-serif;
	float: left;
	width: 330px;
	padding: 175px 0px 0 20px;
	color:#FFF
}

.disc a:link { text-decoration: none; color:#FFF}
.disc a:visited { text-decoration: none; color:#999}
.disc a:active { text-decoration: none; color:#999}
.disc a:hover { text-decoration: none; color:#000}

#footerline {
	float: right;
	width: 500px;
	padding: 175px 0px 0 0;
	font: bold italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}

.footbg {
	font-size:14px;
}

.textlinks a:link {
	text-decoration: none;
	color:#638DC3;
	font-weight: bold;
}
.textlinks a:visited {
	text-decoration: none;
	color:#638DC3;
	font-weight: bold;
}
.textlinks a:active {
	text-decoration: none;
	color:#638DC3;
	font-weight: bold;
}
.textlinks a:hover {
	text-decoration: none;
	color:#212d62;
	font-weight: bold;
}

.sitelinks {
	padding-top:16px;
	font: normal .9em Verdana, Geneva, sans-serif;
}

.sitelinks a:link { text-decoration: none; color:#990000; font-size: 1em; font-weight:bold;}
.sitelinks a:visited { text-decoration: none; color:#990000; font-size: 1em; font-weight:bold;}
.sitelinks a:active { text-decoration: none; color:#990000; font-size: 1em; font-weight:bold;}
.sitelinks a:hover { text-decoration: underline; color:#666; font-size: 1em; font-weight:bold;}

.menu a:link { text-decoration: none; color:#000}
.menu a:visited { text-decoration: none; color:#000}
.menu a:active { text-decoration: none; color:#000}
.menu a:hover { text-decoration: none; color:#990000}

.monthlinks a:link { text-decoration: none; color:#638DC3;font-weight: bold;}
.monthlinks a:visited { text-decoration: none; color:#638DC3;font-weight: bold;}
.monthlinks a:active { text-decoration: none; color:#638DC3;font-weight: bold;}
.monthlinks a:hover { text-decoration: none; color:#212d62;font-weight: bold;}

