body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
    background-color: #0E67BB; 
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
 #container { 
	width: 85%; 
	background-color:#97cbfd;
	margin: 20px auto; 
	border: 1px solid #fff;
	text-align: left; 
} 
#header {
background:url(../images/baground.jpg) repeat-x;
background-color:#000033;
color:#000; 
height:124px;  
margin:0; 
padding:0;
}
#leftside ul.avmenu {
list-style:none;
float:left; 
margin:0 0 0 0; 
padding:0;
width:100%;
background-color:#0E67BB;
margin-top:0px;
margin-bottom:15px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;

}

#leftside ul.avmenu li {
		float: left;/* causes the list to align horizontally instead of stack */
		position:relative; /* positioning context for the absolutely positioned drop-down */
		list-style-type:none;	/* removes the bullet off each list item */
		background-color:#0E67BB; /*sets the background of the menu items */
		font-size: 1em;
		font: Geneva, Arial, Helvetica, sans-serif;
		margin-top:0px;
		margin-bottom:0px;
}
#leftside ul.avmenu li#firstchild {
		margin-left:4em;
		border-left:1px solid #fff;
}

#leftside ul.avmenu li a {
 background-color:#0E67BB;
 border-right:1px solid #d8d8d8; 
 color:#fff; 
 float:left; 
 font-size:1em; 
 font-weight: bold;
 padding:5px 5px 5px 5px; 
 text-decoration:none; 

 }

#leftside ul.avmenu li a:hover, #leftside ul.avmenu li a.current {
background-color:#000033;
border-right:1px solid #b0b0b0; 
color:#FFFFFF;
float:left;
}

#leftside ul.avmenu ul {
font-size:0.9em; 
margin:0 0 0 15px; 
padding:0 0 5px 0; 
float:left;
}

#leftside ul.avmenu ul a {
padding:3px 1px 3px 5px; 
float:left;
}

#leftside ul.avmenu ul ul {
font-size:1em; 
float:left;
}

#leftside ul.avmenu ul ul a {
float:left;
}


#mainContent { 
	margin: 0 0 0 0;
	color:#000;
	padding: 20px 15px 15px 15px;
    background-color:#97cbfd;

} 
 #mainContent h2 {
	margin:0 0 0px 0;
	border-bottom: 2px #000 solid;
	padding:0 0 4px 0;
	width: 100%;
}
#mainContent p { 
	line-height:14pt;
}
	
	#mainContent a { 
	
		font: Geneva, Arial, Helvetica, sans-serif;
		color:#0033FF;
		text-decoration:none;
		a:hover
}
#mainContent  a:hover{ 
		
		font: Geneva, Arial, Helvetica, sans-serif;
		color:#CC3300;
		text-decoration:none;
		
}
 

 #footer { 
	padding: 0; 
	color:#fff;
	border-top: 1px white solid;
	background-color:#0E67BB;
} 
#footer p {
	font-size: 0.8em;
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

