body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

#wrapper
{
 margin: 0 auto;
 width: 750px;
}

#top 
{
 width: 750px;
 color:#333;
 border: 4px;
 height: 4px;
 margin: 0px 0px 0px 0px;
 background: #c5e8fc;
}

#header {
 width: 730px;
 color: #333;
 padding: 8px;
 border: 0px solid #ccc;
 height: 120px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
}

#contactlk {
 height: 100px;
 width: 380px;
 background: #FFFFFF;
 align: right;
 font-size: 12px;
 valign: center;
 border: 0px solid #ccc;
 padding-top: 60px;
 padding-bottom: 0px;
 font-family: verdana, arial, serif; 
}

#contactlk a:link, #contactlk a:visited	/* menu at rest */ 
{
 color: #6665a9;
 background-color: white;
 text-decoration:underline;
}

#contactlk a:hover	/* menu at mouse-over  */
{
 color: #6665a9;
 background-color: white;
}	

#spacer 
{
 width: 750px;
 color:#333;
 border: 0px solid #ccc;
 height: 3px;
 font-size: 3px;
 background: #c5e8fc;	
}

#spacerthin 
{
 width: 750px;
 color:#333;
 border: 0px solid #ccc;
 margin: 3px 0px 2px 0px;
 height: 2px;
 font-size: 1px;
 background: #c5e8fc;	
}

#navigation {
 width: 750px;
 height: 22px;
 color: black;
 padding-top: 2px;
 padding-bottom: 2px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 text-align: center;
 text-decoration: none;
}

#topimg {
 padding: 3px 10px 0px 10px;
}

#title {
 width: 730px;
 color: #083159;
 border: 0px solid #ccc; 
 font-family: verdana, arial, serif; 
 font-size : 20px; 
 font-weight : 400;
 padding: 10px;
 font-weight: bold;
}

#content { 
 width: 730px;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 font-size: 12px;
 font-weight : 400 ; 
 text-align : justify;
 color: #083159;
 font-family: verdana, arial, serif;  
 /* Specific decleration to make work with firefox */
 -moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 10px;
}

#contact 
{
 width: 400px;
 border: 1px solid #ccc;
 background: #c5e8fc;
 padding: 10px;
 margin-top: 10px;
 margin-left: 143px;
}

#panelframe
{
 width: 600px;
 border: 0px solid #ccc;
 background: #FFFFFF

}

#panelframe2
{
 width: 440px;
 border: 0px solid #ccc;
 background: #FFFFFF
 margin-right: 25px;
 margin-left: 25px;
 align: right;
}

#dp
{
 width: 40%;
 border: 0px solid #ccc;
 float:left;
}

#pic2
{
position: relative; 
top:5px;
left:0px;
}
#panel
{
 width: 175px;
 height: 350px;
 text-align: justify;
 verticle-align: top;
 border: 1px solid #ccc;
 padding: 5px 5px 25px 5px; 
 margin-left: 25px;
 background: #FFFFFF
}

#panelhead
{
 width: 185px;
 border: 1px solid #ccc;
 margin-left: 25px;
 background: #c5e8fc
}

#footer { 
 width: 730px;
 color: gray;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 font-size: x-small;
 text-align: center;
}
 
#menuh {
 font-size: 13px;
 font-family: arial, helvetica, sans-serif;
 text-decoration: none;
 margin: 0px 0px 0px 0px;
 width: 100%;
 float: left;
}

#menuh a 
{
 text-align: center;	
 display:block;
 border: 0px solid #333;
 white-space:nowrap;
 padding-top: 0.3em;
 padding-bottom: 0.3em;

}
	
#menuh a:link, #menuh a:visited	/* menu at rest */ 
{
	color: #016064;
	background-color: white;
	text-decoration:none;
	}

#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000000;
	background-color: #c5e8fc;
	}	

#menuh ul
	{	
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 93.5px; /* width of all menu boxes */
	}

#menuh li
	{	
	position:relative;
	min-height: 1px; 
	vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	border: 1px solid #333;
	background: #c5e8fc;
	}

#menuh ul ul ul
	{	
	top:0;
	left:100%;
	}
	
div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #006699;
	border: 1px solid #000000;
}

/* End CSS Drop Down Menu */
