* {
margin: 0;
padding: 0;
}

body {
	text-align: center;
	font: normal 12px/18px Arial;
	color: #666666;
	padding-top: 15px;
	background : #F0F0F0;
}

a {
	color: #4169E1;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
color: #FF4444;
}

#header {
	width: 800px;
	height: 210px;
	background-color: #ccc;
	background-position: top left;
}

#topsection {
	width:800px;
	height: 65px;
	background-color : #339999;
	color : White;
	font : bold normal 16px Arial, Helvetica, sans-serif;
	background : url(../img/header.jpg) no-repeat;
}

#topsectionborder {
	background: Purple;
	width: 700px;
	height: 3px;
}

#midsectionborder {
	background: Purple;
	height: 3px;
	width: 700px;
}
#wrapper {
	width: 800px;
	height:auto;
	background: white repeat-y;
	background-position: 0 0;
	margin: 0 auto;
	text-align: justify;
	border: 0px solid #FBFBFB;
}
	
h1 {
	width: 700px;
	height: 10px;
	background-color: Silver;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}


h4 {
	font : Helvetica;
	color: #626A67;
	font-size: 25px;
	padding-bottom: 10px;
}

img {
	padding:6px;
	border: 1px solid #E4E4E4;
	margin-left : 5px;
}

a:hover img {
border-color: #f00;
}

#content {
	width: 750px;
	min-height: 400px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top : 10px;
	background-color: white;
}

p {
margin-bottom: 10px;
}

p:first-line {
	font-weight: normal;
}

#footer {
	clear: both;
	width: 750px;
	padding-left: 25px;
	padding-right: 25px;
	height: 40px;
	background : #CCCCCC;
	color : White;
	text-align : center;
	font : bold 15px Arial, Helvetica, sans-serif;
	vertical-align : middle;
}
#accesslinks {
	width: 750px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	height: 60px;
	background : #CCCCCC;
	color : #4682B4;
	text-align : left;
	font : small Arial, Helvetica, sans-serif;
	background-image: url(../img/accesslink.jpg);
	float: left;
}
#accesslinks a {
	color: White;
	text-decoration: none;
}
#accesslinks a:hover {
	color: red;
	text-decoration: none;
}

#flash {
	width: 530px;
	height: 210px;
	float : left;
}

#rightholder {
	width: 160px;
	height: 210px;
	float : right;
}
#alertbox {
	width: 300px;
	height:auto;
	background-color: #E9AFC2;
	border: 2px dashed;
	color: Black;
}
#content-text {
	width: 500px;
	height:auto;
	background-color: white;
	color: #006666;
	float: left;
	font-size: 13px;
	font: Helvetica;
}
#content-text h4 {
	font : Helvetica;
	border-bottom: dashed, thin;
	color: #333333;
	font-size: 20px;
	padding-bottom: 10px;
}
#content-text h5{
	font : Helvetica;
	border-bottom: dashed, thin;
	color: #585858;
	font-size: 16px;
	padding-bottom: 10px;
}
#right-promo {
	width: 250px;
	height: auto;
	padding-bottom: 10px;
	color: #A8E2FF;
	float: right;
	font-size: 11px;
	font: arial, sans-serif;
	text-align: center;
}
#right-promo h2 {
	background-image: url(../img/sidepromo.jpg) ;
	width: 250px;
	height: 100px;

}