@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #211c55;
	font-size: .8em;
	font-family:Verdana, Geneva, sans-serif;
}
body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #FFFC00; 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFC00;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h2 {
	color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
}

#wrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#logo {
	float: right;
	width: 538px;
	height: 596px;
	background-image: url(images/logobg.jpg);
}

#topbanner {
	width: 502px;
	height: 168px;
	background-image: url(images/textleft.jpg);
	float:right;
}

#links {
	width: 502px;
	height: 57px;
	margin-top: 23px;
	background-image: url(images/linksleft.jpg);
	float:right;
}

.links {
	padding: 11px;
	list-style:none;
	margin-left: 10px;
}

#welcome {
	width: 502px;
	height: 331px;
	margin-top: 17px;
	float: right;
	background-color: #5a5397;
}

.welcomebox {
	width: 380px;
	padding: 20px;
	margin-top: 35px;
	margin-left: 40px;
	border: 1px #000000 solid;
	background-color: #4b467c;
	font-size: 1.2em;
}

.sidewelcome {
	width: 13px;
	height: 331px;
	float: left;
	background-image: url(images/welcomeleft.jpg);
	background-repeat: repeat-y;
	}

.corner {
	width:13px;
	height: 22px;
	background-image: url(images/corner.jpg);
}

.sidewelcome2 {
	width: 489px;
	height: 331px;
	float: right;
	background-image: url(images/welcometop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}

.welcomebox p {
	margin: 10px;
}

#content {
	width: 1040px;
	height: 280px;
	background-image: url(images/bordercontent.jpg);
	background-repeat: repeat-y;
	float:right;
}

.contentbox {
	width: 910px;
	height: 180px;
	padding: 20px;
	margin-top: 20px;
	margin-left: 40px;
	border: 1px #000000 solid;
	background-color: #4b467c;
}

.contentleft {
	width: 450px;
	float: left;
}

.contentright {
	width: 450px;
	border-left: solid #211c55;
	float: right;
}

.thumbleft {
	width: 50%;
	float: left;
}

.descright {
	width: 50%;
	float: right;
	padding-right: 20px;
	text-align: right;
	font-size: .9em;
}

.thumbright {
	width: 40%;
	float: right;
	text-align: right;
}

.descleft {
	width: 45%;
	padding-left: 10px;
	float: left;
	font-size: .9em;
}

#contentborder {
	width: 1040px;
	height: 5px;
	background-image: url(images/bordercontentbottom.jpg);
	background-repeat: no-repeat;
	float:right;
}

#footer {
	width: 1040px;
	height: 50px;
	float:right;
}

#footercontainer {
	width: 990px;
	background-image: url(images/footerbackground.jpg);
	float: left;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
}

#endcapleft {
	float: left;
}

#footercontent {
	float:right;
	width: 920px;
	height: 80px;
}

.footercontent {
	font-size: .7em;
	padding-top: 20px;
	text-align: center;
}
	
#endcapright {
	width: 50px;
	float:right;
}

