html,body{
		font-family:verdana,helvatica,arial,sans-sarif;	
	}
h1{}
h7{font-size:12px;color: orange; text-decoration:underline;}
h8{font-size:12px;color:green;}
p{font-size:13px;}
#topbar{
	top:1;
	height:120px;
	width:100%;
	background-color:#004080;
	background-image:url(../images/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#fff;
	}
#container{
		width:769px;
		margin-left:auto;
		margin-right:auto;
		border:1px solid cornflowerblue;
	  }
#leftbar {
	float:left;
	width:250px;
	background:#fff;
	text-align:center;
	font-size:12px;
	}
	
#maincontent{
	padding:4px;
	float:right;
	width:500px;
	padding:5px;
	font-size:14px;
	margin-right:5px;
	border-left:1px solid  cornflowerblue;
	 }

#picturecontainer{ width:165px;height:130px;border:1px #0080c0 solid;font-size:11px;}
#box2{ width:165px;border:1px #0080c0 solid;font-size:11px;}

h1{font-size:36px;font-color:red;}

#box{
	border:1px solid orange;
	height:50px;
	text-align:left;
	width:100%;
	font-size:x-small;
	color:#0080c0;
   }
#botbar{	
	width:100%;
	font-size:x-small;
	background-color:cornflowerblue;
	color:#fff;
	border:1px #0080c0 solid;
	clear:both;
	}
#
/* Begin CSS Popout Menu */


#menuh-container
	{
	
	top:100px;
	width:100%;
	height:28px;
	background-color:#fff;
	}

#menuh
	{
	
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color:orange;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color:cornflowerblue;
	}	
		
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:128px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}
#rightbar a,a:link{ 
		color: blue; 
		text-decoration: none;
		font-size:12px;
	        font-weight: bold; 
		outline: none;
		background-image:url(../images/buton.gif);
		background-repeat:no-repeat;
		}
#rightbar a,a:visited {
	 color: green; 
	 text-decoration: none;
	 font-size:12px; 
	 font-weight: bold;
         outline: none;
	 background-image:url(../images/buton.gif);
	 background-repeat:no-repeat; 
	}
#rightbar a:hover   { color:orange; text-decoration: underline;font-size:12px; }
#rightbar a:active  { color:orange; text-decoration: underline; font-size:12px;}
	   
a.one:link{color:#c04060;font-size:10px;}
a.one:visited{color:#0000ff;font-size:10px;}
a.one:hover{color:#ff0000;font-size:small;}

.bl {background: url(../images/bl.gif) 0 100% no-repeat #e68200 ; width: 100%;}
.br {background: url(../images/br.gif) 100% 100% no-repeat;width:100%;}
 .tl {background: url(../images/tl.gif) 0 0 no-repeat;width:100%;}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat;width:100%;}
