/*MAIN*/
body {
	background-color:#F4F4F4;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

/*TOPNAVBAR*/
#topNavbar {
	width:100%;
	border-style:solid;
	border-width:1px;
	border-color:#000066;
}

#topNavbar a {
	text-decoration: none;	
	color: #FFFFFF;
}

#topNavbar a:hover {
	font-style:italic;
	border-width:medium;
	border-bottom-style:solid;
	border-bottom-color:#0000FF;
}


#topNavbar h3{
	line-height: 162%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top: 0;
	margin-bottom: 0;
}

/*LAYOUT*/
#bodyContent {
	width: 950px;
/*
	border: 1px solid #000; 
	background-color: #99CC00;
*/
	font-size:12px;
	line-height:17px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif, Palatino, serif;
	margin-top: 10px;
	display: table;
}

#main {
	margin-left:20px; 
	margin-right:20px;
}

#pageinfo {
	border-top: 1px solid #000; 
	clear:both;
	background-color: #AEEA00;
	vertical-align: bottom;
}

#header { 
	height: 50px;
	text-align: right;
	border: 1px solid #000;
	background: #0066B2;
}

#header h1 {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	display: block;
	margin: 0 0 0 0;
}

#header a{
	color: #FFF;
	text-decoration: none;
}

#header a:hover{
	color: #FF0000;
}

/* post, etc...  */
div#content{ 
	background-color: #ffffff;
	border: 1px solid #555555;
	color: #000000; 
	height: 100%;
	width: 700px; 
	float: right;
	margin: 0 0 20px 0;
}

div#content a{
	color: #003366;
	text-decoration: none;
}

div#content a:hover{
	color: #AA0000;
	background: transparent;
}

/* menu */
div#menu {
	float: left;
	text-align: left;
	margin: 0 0 20px 0;
	width: 185px;
	height: 100%;
	background-color: #DCDCDC;
	border: 1px solid #555555;
}

div#menu a {
	color: #2F587B;
	text-decoration: none;
	font-weight: normal;
}

div#menu a:hover {
	color: white;
	background: #003366;
}

div#menu .selected {
	background:#003399;
}

#frontSection {
	float:left; 
	width: 200px; 
	height:480px; 
	text-align:left; 
	border: solid 1px #999999; 
	margin:3px;
	background-color:#FFF; 
	filter: alpha(opacity=62);
	opacity: 0.62;
	-moz-opacity:0.62;
}

#frontSection h3{
	margin-left:10px;
}

#footer-links {
	width: 950px;
	font-size:14px;
	border: solid 1px #999999; 
	margin: 3px;
	padding: 3px;
	background-color:#FFF; 
	filter: alpha(opacity=62);
	opacity: 0.62;
	-moz-opacity:0.62;
}