/* CSS Document */

body {
	background: #7BC0E1 url(../img/bg.jpg) no-repeat fixed center top;
	margin: 0px;
	font-family: "Palatino Linotype", Georgia;
}

#maincontainer{
	width: 760px;
	margin: 0 auto;
	background: #BDDEF9 url(../img/container-bg.gif) repeat-y;
}

#header {
	height:111px;
	background: url(../img/header.gif) no-repeat;
	padding-right: 10px;
	}

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

#rightcolumn{
	width: 161px;
	height: 454px;
	text-align: center;
	background: url(../img/right-panel.gif) no-repeat left top;
	float: left;
	padding-top:10px;
	border-right: solid 2px white;
	background-color: #BDDEF9;
}

#rightcolumn img {
	width: 148px;
	height: 68px;
	margin-top: 40px;
}

#content {
	float:left;
	width: 597px;
	font-size: 0.9em;
	background: #FFFFFF url(../img/content-bg.gif) repeat-x left top;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
}

#content p {margin-left:30px;margin-right:30px}

#content h1{
	margin-left:20px;
	margin-right:20px;
	margin-top: 5px;
	margin-bottom: 30px;
	color: #006699;
	font-size: 2em;
	font-weight: normal;
}

#content h2 {
	font-size: 1.3em;
	padding:3px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 15px;
	color: #006699;
	background-color: #FFF9EE;
	font-weight: normal;
	clear: both;
}

#content li {
	margin-left:10px;
	margin-right:30px;
	margin-bottom: 7px;
	list-style: url(../img/indent.gif);
}

#content a, 
#content a:link{
	text-decoration: underline;
	color: #0099FF;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
	color: #CC0000;
}

#topnav{
	display:block;
	position:relative;
	top: 80px;
	float: right;
}
	
#topnav a, 
#topnav a:link{
	color: #4497ce;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	}
	
#topnav a:hover{
	color: #000000;
	text-decoration: underline;
	}
	
#topnav img{
	margin-left:5px;
	margin-right:5px;
	width:4px;
	height:6px;
	vertical-align: middle;
}

#footer{
	text-align:center;
	color: #cc9900;
	text-transform: uppercase;
	clear:left;
	width: 100%;
	margin: 0 auto;
	background: #000000 url(../img/footer.gif) no-repeat center top;
	padding-top: 52px;
	padding-bottom: 34px;
	font: 11px "Palatino Linotype", Georgia;
}

#footer a,
#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
}

#nav {
	display:block;
	width: 161px;
	position: relative;
}

#nav a, 
#nav a:link {
	background: url(../img/buttons.gif) no-repeat left top;
	color: #2284c5;
	text-transform: uppercase;
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
	display:block;
	padding-top: 4px;
	width:161px;
	padding-bottom: 7px;
	margin-top: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

#nav a:hover {
	color: #000000;
	background: url(../img/buttons.gif) no-repeat left bottom;
}

#nav a.current {color: #000000;background: url(../img/buttons.gif) no-repeat left bottom;}

.picleft, .picright {
	border: 2px solid #BDDEF9;
	padding: 1px;
}

.picleft {
	float:left;
	margin-right:10px;
}

.picright {
	float: right;
	margin-left:10px;}

#hide {display:none}

#aff {
	position: relative;
	left: 643px;
	top: 30px;
	border: 0px none transparent;
}
.columnwrapper {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.column {
	float: left;
	width: 45%;
	clear: right;
	display: inline;
}
.hide {display:none}
