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

body { 
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg-gradiant.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
a {
	color: #101E43;
	font-size: 18px;
}
a:hover {
	color:#333;
}
.bodytext {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-family: 'Handlee', cursive;
}
.bodytext2 {
	font-size: 18px;
	line-height: 22px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.caption {
	font-size: 16px;
	line-height: 22px;
	font-style:italic;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.Heading {
	color: #000;
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#wrapper {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	border: #000 thin solid;
}
#header {
	width: 977px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color:#101E43;
}
#header2 {
	width: 800px;
	height: 100px;
	background-color:#101E43;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
}
.headertext {
	font-size: 18px;
	color: #FFF;
}
#footer {
	width: 977px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color:#101E43;
}
#linkbar {
	width: 800px;
	height: 25px;
	background-color:#999;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
}
li{
	margin-right: 10px;
}
.nav {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-decoration: underline;
}
.nav:hover {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color:#333;
	text-decoration: underline;
}
.links {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-decoration: underline;
}
.links:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color:#333;
	text-decoration: underline;
}
.HeaderLink {
	text-decoration: none;
}
.indent {
	margin-left: 20px;
}
.tableHead {
	background-color:#ccc;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
}
.tableLink {
	line-height: 28px;
	padding-left: 20px;
	font-size: 14px;
}
	
