@charset "utf-8";
/* Reset CSS */

html, div, span, 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 {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, 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;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
span {
	padding:0;
	margin:0;
}
/* CSS Document */

body {
	background-color:#011731;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	margin:0;
}
.white {
	color:#ffffff;
}
.blue {
	color:#023479;
}
.gray {
	color:#333333;
}
hr {
	color:#E6E6E6;
}
img {
	border: 0;
}
/*HEADER*/

#header {
	/* background-image: url(/templates/images/header_blue_bar.jpg); */
	width:816px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}
/*MENU*/
#menu {
	width:960px;
	background-image:url(/templates/images/menu_bkg.png);
	background-repeat:repeat-x;
	background-color:black;
}
#menu p {
	display:block;
	background-color:#FFFFFF;
	color:#333333;
}
#menu a:hover {
	display:block;
	background-color:#003366;
	color:#ffffff;
}

/*INDEX_SLIDESHOW*/

#slideshow {
	width:960px;
	height:270px;
}

/*NEWS*/

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
	padding-left:10px;
}
/*CONTENT*/

#content {
	width: 960px;
}
#content p, li, .regtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#00419b;
	font-weight:normal;
}
#content a {
	text-decoration:none;
	color:#00419b;
}
#content a:hover {
	text-decoration:underline;
	color:#333333;
}
#content h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #778899;
	text-decoration: underline;
}
#content h3, .bgrtext {
	font-size:12px;
	color: #daa728;
	font-family:Verdana;
	font-weight:bold;
}
#content_bkg {
	width: 720px;
	background-image:url(/repository/Pages/gradient.png);
	background-repeat:repeat-x;
	border: 0 solid Black; 
	/* -moz-border-radius: 15px;
	border-radius: 15px; */
}
#pix_top {
	margin-top:10px;
	width: 700px;
	height: 300px;
	border-top: 0px solid Black;
	border-left: 0px solid Black;
	border-right: 0px solid Black;
	
	/* -moz-border-radius: 20px;
	 border-radius: 20px; */

	/* -moz-box-shadow: rgba(0,0,0,0.7) 5px 5px; 
	box-shadow: rgba(0,0,0,0.7) 5px 5px; */
}
#pix {
	width: 700px;
	height: 200px;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	/* -moz-border-radius: 20px 20ps 0px 0px;
	 border-radius: 20px 20px 0px 0px; */
}

/*FOOTER*/
#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#333;
	line-height:10px;
	text-align:lef;
	margin:0;
	padding:5px;
}
#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	line-height:10px;
	text-align:left;
	margin:0;
	padding:5px;
}
.newstext {
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 2;
	font-size: 10px;
}
.newstext_pages {
	font-family: arial, helvetica, sans-serif;
	color:#000000;
	line-height: 2;
	font-size: 10px;
}
.resources {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
}
.resourcesbig {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#00419b;
	font-weight:normal;
}
.resources a {
	text-decoration:none;
	color:#00419b;
}
.resources a:hover {
	text-decoration:underline;
	color:#333333;
}
.newsevents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
}
.newsevents a {
	text-decoration:none;
	color:#00419b;
}
.newsevents a:hover {
	text-decoration:underline;
	color:#333333;
}
.events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
}
.events a {
	text-decoration:none;
	color:#00419b;
}
.events a:hover {
	text-decoration:underline;
	color:#333333;
}
.subhead {
	font-size:12px;
	color: #daa728;
	font-family:Verdana;
	font-weight:bold;
}

