/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:65%;
	background: url(../images/bgsite.gif) repeat-x #0568AA;
	color: #484848;
}

body,html {
	height: 100%;
}

#maincontainer{
	width: 816px; /*Width of main container*/
	height: 100%;
	margin: 0 auto; /*Center container on page*/
	background: white;
}

#topsection{
	height: 163px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
	background: white;
}

#contentcolumn{
	margin: 0 170px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}

#menu{
	float: left;
	width: 190px; /*Width of left column in pixel*/
	margin-left: -806px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
	float: left;
	width: 170px; /*Width of right column*/
	margin-left: -170px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
	clear: left;
	width: 100%;
	background: white;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	border-top: 1px solid white;
}

a {
	text-decoration: none;
	color : #2C8EC9;
}

