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

* {
	padding:0;
	margin:0;
}

body {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/containerback.png);
	background-position: 0px 310px;
}

.clearFix {clear: both;}

a {
   	outline:none;
}

#header {
	height: 282px;
	width: 950px;
	margin-top: 0px;
	padding-top: 0px;
}

#subhead {
	height: 28px;
	width: 885px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c8d0d4;
	text-align: right;
	line-height: 28px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

a.standardlink:link {color: #c8d0d4; text-decoration:none}
a.standardlink:active {color: #c8d0d4; text-decoration:none}
a.standardlink:visited {color: #c8d0d4; text-decoration:none}
a.standardlink:hover {color: #c8d0d4; text-decoration: underline;}

a.blue:link {color: #0000ff; text-decoration:none}
a.blue:active {color: #0000ff; text-decoration:none}
a.blue:visited {color: #0000ff; text-decoration:none}
a.blue:hover {color: #0000ff; font-weight:bold; text-decoration:none}

#subhead a img  {
	border: none;
}

#sidebarblock a img {
	border: none;
}	

#sidebar {
	width: 240px;
	float: left;
	background-color: #2b1e4d;
	font-family: Arial, Helvetica, sans-serif;
	color: #c8d0d4;
	font-size: 18px;
}
#sidebarblock {
	text-align: center;
	padding-top: 40px;
	margin-bottom:20px;
}

#sidebarblock img {
	border: none;
	outline:none;
}

#content {
	background-color: #dce8ef;
	width: 710px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #18112b;
	float: left;
}

#contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #18112b;
	float: left;
	height: 190px;
	width: 250px;
	padding-left: 50px;
	padding-top: 50px;
}

#contentimage {
	float: right;
	height: 210px;
	width: 310px;
	padding-right: 70px;
	padding-top: 30px;
	padding-left: 30px;
}

#contentsubtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	width: 610px;
	padding-left: 50px;
	padding-right: 50px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer {
	width: 950px;
	height: 180px;
	float: left;
}

#footerblock {
	width: 240px;
	height: 180px;
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}

#footertext {
	float: right;
	width: 710px;
	height: 135px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c8d0d4;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	padding-top: 45px;
}
