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;
}



/* 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;
}

 #sidebar1 {
	float: right; 
	width: 23%; 
	padding-top: 15px 0;
	height:auto;
	padding-bottom:15px;
	margin-top: 25px;
	margin-bottom: 25px;
	z-index:10;
	}



#mainContent { 
	margin: 0 20% auto 0;
	background-color:#97cbfd;
	color:#000;
	

}
#mainContent p { 
	line-height:14pt;
	padding:0px 10px 0px 5px;
	margin-right: 22%;

	}

#mainContent p#contact {
font-size: 12pt; 
	line-height: 19px;
	

}

#mainContent { 
	margin: 0;
	color:#000;
    background-color:#97cbfd;
	padding: 0px 10px 20px 10px;
}
#mainContent img { 
	border:2px solid #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 5px;
}  
  
 #mainContent h2 {
	margin:0 0 0px 0;
	border-bottom: 2px #000 solid;
	padding:0 0 4px 0;
	width: 75%;
}

  #mainContent h3 {
  font-style:normal;
	margin:0 0 0 0;
	padding:0 0 3px 0;

}
 
  #mainContent h4 {
  font-style:italic;
	margin:0 0 0 0;
	padding:0 0 0px 0;

}

#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;
	clear:both;
	
} 
#footer p {
	font-size: 0.8em;
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
}

#footer a { 
		
		font: Geneva, Arial, Helvetica, sans-serif;
		color:#0033FF;
		text-decoration:none;
		a:hover
		}
		
#footer a:hover{ 
	
		font: Geneva, Arial, Helvetica, sans-serif;
		color:#CC3300;
		text-decoration:none;
		
}
/* 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;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 3px;
line-height: 1.1em;
color:#fff;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color:#fff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

