



body {
	background-color: #ffffff;
	color:#000000;
	font-family:Arial,Helv,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}


a:link,a:visited {
	color: #07B; 
	font-weight: bold; 
	text-decoration:none;
}

a:hover {
	color: #0AE;
	text-decoration:underline;
}

h1 {
	padding-top: 35px;
	font-size:25px;
	color: #666;
}

#container, #container_header  {
	width: 750px;
	margin: 5px auto;
	background-color: #fff;
	color: #000;
	line-height: 130%;
}

#logo {
	padding-top: 0px;
	padding-right: 15px;	
	text-align:right;
}


#layout_header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 20px;
	color: #000;
	height: 87px;
	background: url(Header.png) no-repeat;
}


#corner_links {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}


#left_column {
	width:240px;
	float: left;
}

#middle_column {
	width:380px;
	float: left;
}

#right_column {
	width:130px;
	float: left;
}



#left_column div.box div.header {
	background: url(left_column_header.png) top left;
	height:36px;
}

#left_column div.box {
	background: url(left_column_content.png) top left;
}

#left_column div.box div.footer {
	background: url(left_column_footer.png) top left;
	height:36px;
}




#middle_column div.box div.header {
	background: url(middle_column_header.png) top left;
	height:36px;
}

#middle_column div.box {
	background: url(middle_column_content.png) top left;
}

#middle_column div.box div.footer {
	background: url(middle_column_footer.png) top left;
	height:36px;
}




#right_column div.box div.header {
	background: url(right_column_header.png) top left;
	height:36px;
}

#right_column div.box {
	background: url(right_column_content.png) top left;
}

#right_column div.box div.footer {
	background: url(right_column_footer.png) top left;
	height:36px;
}



#left_column div.box div.content {
	color: #000;
}

#right_column div.box div.content {
	color: #000;
}

#left_column div.box div.footer {
	color: #000;
}

#right_column div.box div.footer {
	color: #000;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	font-size:12px;
	height: 20px;
	color: #07B;
}

div.header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 13px;
	padding-right: 13px;
}

div.content {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 13px;
	padding-right: 13px;
}

div.footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 13px;
	padding-right: 13px;
}




