#header
{
	background-color: #08089C;
	width: 100%;
}

.wrapper 
{
	width: 100%;
}

#footer
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: White;
	background-color:  #08089C;
}

.content
{
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	background-color:  White;
	left: auto;
/*	width: 100%; */
	min-height: 600px; 
	display: inline;
}

.searchpanel
{
	position: relative;
	display: inline;
	float: left;
	color: White;
	background-color:  #08089C;
	width: 189px; 
	left: 0px; padding-left: 10px; padding-top: 10px; 
	min-height: 850px; height: 850px; text-align: left
}

body 
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: White;
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

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;
}

.required
{
        color: red;
}

.MenuItem
{
	color: white; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
    padding-top: 5px; 
    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-top: 5px; 
    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-top: 5px; 
    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
}




