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

body {
	margin: 0px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0088ab;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px; 
	color : #535353; 
	line-height : 18px; 
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
}

#logo {
	float: left;
	width: 350px;
}

#nav {
	float: right;
	width: 648px;
	height: 104px;
	background-image:url(../images/bg_top.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
}

#flash {
	clear: both;
	height: 218px;
	width: 998px;
	background-image:url(../images/bg_flash.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 23px;
}

#content {
	width: 998px;
	background-image: url(../images/bg_content.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
}

#footer {
	width: 998px;
}

#mainbody {
	padding-left: 260px;
	padding-right: 80px;
	
}

a.topnav:link, a.topnav:visited {
	color: #0088ab;
	font-size: 15px;
	text-decoration: none;
}

a.topnav:hover {
	color: #959598b;
	font-size: 15px;
	text-decoration: none;
}

.intro {
	font-size: 14px;
	color: #0088ab;
	line-height: 20px;
}

a:link {
 	color : #3790AC; 
	text-decoration : none; 
} 

a:hover, a:visited {
	color : #a1cbd8; 
	text-decoration : none; 
} 

#menuside {
	width: 230px;
	float: right; 
	text-align: center; 
	margin-left: 30px;
	background-image: url(../images/bg_menu.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
