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

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #0c1348;
	background-image: url(new_bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 918px;
	background-color: #FFFFFF;
	height: 100%;
	position: relative;
}
#header {
	width: 918px;
	background-color: #FFFFFF;
	height: 140px;
	padding-left: 0px;
}
#navigation {
	width: 918px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#navigation a {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#middle {
	width: 718px;
	background-color: #FFFFFF;
	background-image: url(new_bg_table.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-right: 100px;
	padding-left: 100px;
}
#footer {
	width: 918px;
	background-color: #FFFFFF;
	height: 75px;
	text-align: center;
}
a:link {
	color: #1a2986;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1a2986;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #1a2986;
}
.smalltenfont {
	font-family: arial;
	font-size: 10px;
	
}
.georgieitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	font-style: italic;
}