/* CSS Document */

body {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;

	background:url(images/bg.jpg); 
	background-repeat:repeat-x;
	background-color:#EAFBF7;
	padding: 0px;
	color:#1363B2;
	
	}
	
	
div.main {
	margin:0 auto; 
	clear:both;
	width:796px;

}


div.bottomfooter {
	text-align:center;
	font-weight:bold;
	padding-top:8px;
	margin:0 auto; 
	clear:both;
	width:796px;
	height:23px;
	background:url(images/bluefooter.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;



}

div.inside {
padding:10px;
border-width:thin;
text-align:left;
border-color:#C5F3E9;
border-style:solid;
width:700px;
margin:0 auto; 
}



div.center {
text-align:center;
}
a{
color:#1363B2;
text-decoration:underline;
}/* 6-2 Links */
a.hover{
color: #0000FF;
text-decoration:underline;
}/* 6-2 Links */

