/* CSS Document */
body {
	
	font-size: 12px;
	color: #000000;
	background-color: #666699;
	margin: 0px;
}

body, p, td, ul, ol {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #000000;
	}

#main {
	width: 800px;
	height: 580px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main #bodywrapper {
    float:left;
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	border-left:#333333 solid 1px;
	border-right:#333333 solid 1px;	
}
#main #bodywrapper #title {
    float:left;
	padding-left: 5px;
	padding-right: 5px;
	width:790px;
	height: 20px;
	background-color:#CCCCCC;	
}
#main #bodywrapper #content {
    float:left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width:579px;
	height: auto;
	border-right:#999999 dashed 1px;
	
}
#main #bodywrapper #sidebar {
    float: right;
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width:200px;
	height: auto;
}
#main #bodywrapper #footer {
    clear:both;
    background-color:#CCCCCC;
	height: 16px;
	padding-top:3px;
	
}

/* Vertical Menu */
#main #bodywrapper #sidebar #divVert {
	
	width: 180px;
	padding: 5px;
}
#ulVert {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ulVert a {
	padding: 8px;
	border-top: 1px solid #666699;
	border-bottom: 1px solid #666699;
	display: block;
	width: 160px;
	margin-bottom: 7px;
	margin-top: 7px;
	text-decoration: none;
	background-color:#FBFCF9;
}
#ulVert li.current a {
	background-color: #F6F7F3;
}
#ulVert a:link, 
#ulVert a:visited, 
#ulVert a:active 
{
	color: #333366;
}
#ulVert a:hover {
	background-color: #E5E5E5;
}
#ulVert li.current a:link, #ulVert li.current a:visited {
	background-color: #E5E5E5;
}

/*end menu*/

h1 {
    font: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333366;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p {
   	margin-top: 5px;
	margin-bottom:0px;
	padding-top: 5px;
}
.style1 {
    font-weight: bold;
}
a:link, a:visited {
    color:#333366 ;
	text-decoration:none;
}
a:hover {
    color:#666699;
    text-decoration:underline;
}
.input {
    background-color:#E5E5E5;
	border: #333366 solid 1px;
}
img {border:0px;}

/*sitemap*/
.ezmap {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7A7A7A;
font-weight: normal;
}

.ezmap_details {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}

.ezmap_gen {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}
/*end sitemap*/
