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

#wrapper {
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -15px;
	background-color: #D8DAD7;
}
.min-height {
	min-height:460px;
}
#footer {
	height: 80px;
	width: 900px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
	background-color: #FFF;
}
.tab {
	padding-left: 20px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003;
	font-weight: bold;
}
.border {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D8DAD7;
	width: 300px;
}
li {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	line-height: 20px;
}
#leftcol {
	height: 100%;
	width: 210px;
	float: left;
	background-color: #D8DAD7;
	margin-bottom: 10px;
	padding-top: 200px;
	padding-bottom: 40px;
}
#maincontent a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
	text-decoration: none;
}
#maincontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
}
#footer a:link , a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A21D20;
}
#topbar {
	height: 200px;
	width: 690px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 100px;
	background-color: #FFF;
}
#maincontent {
	height: auto;
	width: 405px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../images/indeximage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
	padding-right: 245px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 40px;
}
#rightcol {
	float: right;
	height: auto;
	width: 690px;
	background-color: #FFF;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003;
	line-height: 20px;
}
.boxBackground {
	background-color: #fff;
	border: thin double #D8DAD7;
}
.floatright {
	float: right;
	padding-left: 15px;
}
.boxBackgroundCopycomments {
	background-color: #fff;
	border: thin double #D8DAD7;
	width: 215px;
}
.hidden {
	font-size: 0px;
	visibility: hidden;
}
.space {
	padding-left: 20px;
	margin-left: 90px;
}

