body {
	background:#336699;
	font-family: verdana, sans-serif;
	}
	
a {
	color:#000000;
	text-decoration:none;
	}

#container {
	width:850px;
	margin: 0 auto;
	}
	
#header {
	width:100%;
	height:200px;
	background:url(header.jpg) no-repeat;
	}
	
h1 {
	font-size:50px;
	color:#CCCCCC;
	margin: 15px 0 0 20px;
	}
	
h2 {
	font-size:26px;
	color:#999999;
	margin: 0 0 0 60px;
	}

h3 {
	font-size:22px;
	color:#006699;
	margin: 5px 0 0 5px;
	}
	

#contentify
{
width:850px;
margin:0 auto;
background:#ffffff;
}	
#navigationmenu {
	background-color:#e7e7e7;
	width:250px;
	height:100%;
	}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}
.navigationheader
{
background-color: #313131; padding-bottom:10px; padding-top:6px; padding-right:6px; padding-left:6px; border-bottom: 1px solid #778; color:#ffffff; border-right: 1px solid #778;
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #012D58; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */



#content {
	background-color:#e7e7e7;
	float:right;
	width:830px;
	text-align:left;
	font-size:14px;
	font-family:arial;
	padding:10px;
	}


#footer {
	width:830;
	padding:10px;
	margin: 0 auto;
	background:#ffffff;
	text-align:center;
	}
	#footer p
	{
	color:#313131;
	font-size:12px;
	font-family:arial;
		text-align:center;
	}
	
	#footer a
	{
	color:#313131;
	font-size:12px;
	font-family:arial;
	text-decoration:none;
	}
	
	#footer a:hover
	{
	color:#336699;
	text-decoration:underline;
	}
	
.advert {
padding: 5px;
margin-right: 7px;
float: left;
}
.advertright {
padding: 5px;
margin-left: 7px;
float:right;
}
#ad
{
width:730px;
margin: 0 auto;
}
