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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 17px;
	color: #000;
}
body {
	background-color: #30425D;
	background-image: url(images/Background.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #30425D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #30425D;
}
a:hover {
	text-decoration: none;
	color: #30425D;
}
a:active {
	text-decoration: underline;
	color: #30425D;
}
#nav {
	background-image:url(images/btn_bg.jpg);
	height:56px;
	width:912px;
}

#nav .item {
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-weight:normal;
	height:44px;
	padding-top:12px;
	border-left:thin solid #FFF;
	border-right:thin solid #113976;
	padding-right:20px;
	padding-left:20px;
	background-image:url(images/btn_bg.jpg);
	background-repeat:repeat-x;
	text-align: center;
}
#nav .item:hover {
	background-image:url(images/btn_bg_over.jpg);
	background-repeat:repeat-x;
}
#nav .on {
	background-image:url(images/btn_bg_over.jpg);
	background-repeat:repeat-x;
}
.left {
	float:left;
}
.right {
	float:right;
}
#textbox{
	margin-top:8px;
	margin-left:8px;
	width:280px;
	height:180px;
	background-color:#F7F4F3;
	border:#1D497D thin solid;
	padding:5px;
	text-align: left;
	overflow:hidden;
}
#textbox .titleTXT {
	color:#900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
.titleTXT {
	color:#1D497D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
}
.headerTXT {
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
h1 {
	color:#1D497D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	display:inline;
	line-height:50px;
}
h2 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	display:inline;
}
.regTXT{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.button {
	color:#FFF;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
	width:100px;
	height:25px;
	margin-top:3px;
	padding-top:5px;
	border-left:thin solid #FFF;
	border-right:thin solid #113976;
	padding-right:20px;
	padding-left:20px;
	background-image:url(images/btn_bg.jpg);
	background-repeat:repeat-x;
	text-align: center;
}
.button:hover {
	background-image:url(images/btn_bg_over.jpg);
	background-repeat:repeat-x;
}
.button:visited {
	color:#FFF;
	text-decoration:none;
}
.button:link {
	color:#FFF;
	text-decoration:none;
}
#secondnav {
	width:200px;
}
#secondnav .item {
	width:200px;
	color:#FFF;
	text-decoration:none;
	background-color:#8FA2C6;
	border-top:thin solid #FFF;
	text-align:left;
	padding-left:20px;
	padding-top:12px;
	padding-bottom:12px;
	margin-right:20px;
}
#secondnav .on {
	background-color:#F05C25;
	text-decoration:none;
}
#secondnav .item:hover {
	background-color:#F05C25;
	text-decoration:none;
}
