body {
	font-family			: "Trebuchet MS", Verdana, sans-serif;
	font-size			: 80%;
	color				: #FFFFFF;
	background-color	: #EFF0F0;
	margin-top			: 20px;
	margin-right		: auto;
	margin-left			: auto;
	text-align			: center;
}
#container{
	width				: 750px;
	margin-right		: auto;
	margin-left			: auto;
	text-align			: left;
	display				: block;
}

#header{
	background:url("../images/header_bg.gif") no-repeat scroll right top #FFFFFF;
	float:left;
	height:166px;
	margin-top:0;
	padding-top:0;
	width:750px;
	
}

.header_img{
 float: left;
}
.header_logo{
	float: right;
	margin-right: 25px;
	margin-top: 10px;
}

.subHeading{
	font-size: 120%;
	font-weight: bold;
}

#content{
	float: left;
	width					: 750px;
}

#homeBlocks{
	float				: left;
	padding				: 0px;
	list-style-type		: none;
	margin				: 0px;
	width				: 750px;
	margin-top			: 20px;
	height				: 289px;
	
}

#homeBlocks li {
	display				: inline;	
	list-style-type		: none;
	position			: relative;
	float				: left;
}

#homeBlocks li a {
	width				: 180px;
	height				: 289px;	
	display				: block;
	text-decoration		: none;
	background-color	: #999999;
	cursor				: pointer;
	color				: #FFFFFF;
	margin:0px;
}
ins{
	text-decoration		: none;

}
#homeBlocks li a:hover {
	background-color	: #666666;
}

.home_BoxHeader{
	font-size: 130%;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
}

.home_BoxContent{
	font-size: 90%;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	float: left;
	height: 199px;
}

.home_BoxBGImg{
	border: none;
	float: right;
	margin-right: 10px;
	margin-top: 23px;
}

.home_BoxBGLeftImg{
	border: none;
	float: left;
	margin-top: 24px;
}

.contentLine{
	width: 250px;
	margin-left: -10px;
	margin-top: -10px;
	margin-bottom: 0px;
	color: #CCCCCC;
	border: dotted;
}

*html .contentLine{
	margin-top: -20px;
}

.firstContentBlock{
	padding: 0px;
	margin-top: 10px;
}

*html .firstContentBlock{
	margin-top: -10px;
}

#footer{
	color: #999999;
	font-size: 90%;
	clear: both;
}

#footer a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

h1{	
	color: #E9E9E9;
	font-size: 180%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: -10px;
}

h2{	
	color: #E9E9E9;
	font-size: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	text-decoration: underline;
	font-weight: bold;
}

/* CONTENT */

#content_Inner{
	width				: 712px;
	margin-top			: 20px;
	background			: url(../images/content_bg.jpg);
	
	background-color	: #999999;
	background-repeat	: no-repeat;
	background-position	: top right;	
	min-height			: 350px;
	padding				: 10px;
	padding-left		: 28px;
	text-align			: justify;
	
}

.content_bottom_bg{
	margin: 0px;
	padding: 0px;
	margin-bottom		: 20px;

}

a.generalLink{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.generalLink:hover{
	color: #CCCCCC;
}
.floatRight{
	float:right;
}
/* END: CONTENT */