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

/* Main content setup */

body,td,th {
	color: #201b6d;
}
body {
	background-color: #524d8c;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top: 160px;
}

#contentContainer{
	width:922px;
	margin-left:auto;
	margin-right:auto;
}
#innerContainer{
	width:922px;
	float: left;
	display: inline;
	margin-left:auto;
	margin-right:auto;
	
}
#mainContainer {
	width:922px;
	float: left;
	margin-left:auto;
	margin-right:auto;
	
}

#leftContainer {
	float: left;
	height: 350px;
	width: 220px;
	margin-right: 10px;
}
#middleContainer {
	float: left;
	height: 350px;
	width: 462px;
	margin-right: 8px;
}
#rightContainer {
	float: left;
	height: 250px;
	width: 220px;
}




/*Internal div setup*/

.lefttop {
	background-image: url(../images/lefttop.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0;
	padding: 0;
}
.leftmiddle {
	background-image: url(../images/leftmiddle.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 275px;
	height:auto !important;
	height: 275px;
}
.leftbottom {
	background-image: url(../images/leftbottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
}

.middletop {
	background-image: url(../images/middletop.jpg);
	background-repeat: no-repeat;
	height: 11px;
}
.middlemiddle {
	background-image: url(../images/middlemiddle.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 285px;
	padding-right: 25px;
	height:auto !important;
	height: 285px;
}
.middlebottom {
	background-image: url(../images/middlebottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
}

.righttop {
	background-image: url(../images/righttop.jpg);
	background-repeat: no-repeat;
	height: 11px;
}
.rightmiddle {
	background-image: url(../images/rightmiddle.jpg);
	background-repeat: repeat-y;
	position:relative;
	height: auto;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	min-height: 290px;
	padding-right: 33px;
	font-weight: bold;
	line-height: 1.6;
	font-size: 95%;
	height:auto !important;
	height: 290px;
}
.rightbottom {
	background-image: url(../images/rightbottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
}

.squares {
	background-image: url(../images/rightsquares.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
	position:absolute;
	bottom:7px;
	right:25px;
}


/*Links*/


ul#navigation {
	width: 16.5em;
	margin: 0;
	padding: 0;
}
ul#navigation li {
	list-style: none;
	margin: 0;
	text-align: left;
}
ul#navigation li a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}


ul#navigation li a:hover {text-decoration: underline;}

.navlinks {
	text-decoration:none;
	color:#201b6d;
	font-variant: small-caps;
	font-size: 105%;
}
