

body
{
	color: #000000;
	margin: 5px; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:12pt; 
	font-family:serif; 
     	background: url( images/bg_body.gif ) repeat-x top #eef; 
}

.figure {
	float: left;
	border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;

}

.figure p {
	text-align: center;
	font-size: 8pt;
	font-family:sans-serif; 	
	text-indent: 0;
	margin:2px;
}

h1
{
	font-weight:bold;
	font-size:16pt;
}

h2
{
	font-weight:bold;
	font-size:14pt;
}


#main
{
	padding-top: 5px;
	margin: 4px;
	width: 630px;
}

#head
{
	background: url('images/header.jpg') repeat-x top left; 
	padding-bottom:10px;
	padding-top:120px;
}

#navbar{
	height: 30px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #330066;
}
#mainframe{
	height: 100%;
	width: 100%;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: serif;
	font-size: 10pt;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}

#navbar li {
	list-style-type: none;
	display: inline;
}

#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}

#navbar li a:link {
    color: #FFF;
}

#navbar li a:visited {
    color: #FFF;
}

#navbar li a:hover {
    color: #FFF;
    background-color: #333399;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font-family: serif;
font-size: 10pt;
line-height:18px;
z-index:100;
background-color: #330066;
width: 108px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color: #FFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #333399;
}
