#header
{
	background-color: #08089C;
	width: 100%;
}

#wrapper {
	width: auto;
	margin: 0px auto;
	padding:0;
	overflow:hidden;
	background: #08089C;
}

#footer
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: White;
	background-color:  #08089C;
}

#content
{
        font-size: 9pt;
	position: absolute; top: 86px; padding-left: 10px; padding-right: 10px; left: 210px; 
	min-width: 780px;
	min-height: 600px; 
	text-align: left;
}

#searchpanel
{
	color: White;
	background-color:  #08089C;
	position: absolute; top: 71px; left: 0px; 
        padding-left: 10px; 
        padding-top: 10px; 
        width: 189px; 
	min-height: 850px; height: 850px; text-align: left
}

body 
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
        background-image: url(/background.png);        
}

table, input, select, textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}


.pc
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6
{
        font-family: Times New Roman;  
        font-weight: bold;   
        font-style: italic;      
        text-decoration: underline;
	padding: 1px;
        margin: 1px;
}

.pagetitle
{
        text-align: center;
}

.required
{
        color: red;
}

.MenuItem
{
	color: white; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
   
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer; 
}

.MenuItemHover
{
	background-color: White;
	font-weight: bold;
	font-size: 8pt;
	color: Blue;
	text-decoration: none;
	padding-bottom: 7px; 
	cursor: pointer; 
}

.SubMenuItem
{
	color: white; 
	border: solid 1px Blue;
	background-color: Blue;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer; 
}

.SubMenuItemHover
{
	color: #08089C;
	background-color: White;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	border: solid 1px #08089C;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer; 
}


.navlink
{
	padding: 2px;
	color: White;
	font-weight: bold;
	text-decoration:none;
}

.navlink:hover
{
	padding: 2px;
	color:  Blue;
	background-color: White;
	text-decoration:none;
}

a {
	color:  #08089C;
	text-decoration:none;

}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.pin, .pin:hover {
        font-weight: bold;
        font-size: 6pt; 
        min-width: 16px; 
        width: 16px; 
        min-height: 16px; 
        height: 16px; 
        margin: 0px; 
        color: white;
        line-height: 16px; 
        padding: 0px;
        font-family: Tahoma;
        vertical-align: middle;
        text-align: center;
        float: left;
        cursor: hand
}




