/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #08498D;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #08498D;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #08498D;
	clear:none;	
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	clear:none;	
	margin: 0px;
	
}

ul {
	margin: 16px;
	padding: 0px;
	list-style-image: url(/images/list_item.gif);
	list-style-type: none;
}

a, a:link, a:visited {
	font-weight: bold;
	color: #07488C;
	text-decoration: none;
}

a:hover , a:active {
	color: #666666;
	text-decoration: underline;
}

#container{
	border:none;
	position: absolute;
	left: 50%;
	margin-left: -320px;
	width: 640px;
	visibility: visible;
	margin-top: 10px;
}

#header{
	background-color:#fff;
	width : 640px;
}

#banner{
	background-color:#929292;
	width : 616px;
	height : 180px;
	padding: 12px 12px 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content{
	background-color:#fff;
	width : 614;
	padding : 8px 12px 8px 12px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px none #999;
	border-left: 1px solid #999;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#footer{
	background-color:#ccc;
	width : 614;
	padding : 12px;
	font-size: 9px;
	border-top: 1px none #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#notes{
width : 300px;
float:left;

}

#address{
width : 300px;
text-align:right;
float : right;
}

.guide { clear:both;
}

#menu, #banner ul{
	margin: 0px;
	padding: 0px;
    list-style:none;	
	font-weight: bold;
}
#banner ul 

/*submenu*/
#menu li a , #menu li a:link , #menu li a:visited {
	list-style-image: none;
	background-color:  #CCCCCC;
	color: #333333;
	display: block;
	border-left: 4px solid #08498D;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 0px;
	padding: 5px 5px 5px 8px;
	font-weight:bold;
	text-decoration: none;
	width: 160px;
	filter: alpha(opacity=80);
	opacity: .80;
	-moz-opacity: .80;	
	font-size: 10px;
	margin-top: 1px;	
}

#menu li a:hover, #menu li a:active {
	background-color: #08498D;
	border-left: 8px solid #FF0000;
	color: #FFFFFF;
	padding-right: 1px;
	border-bottom: 1px solid #666666;	
}

#menu li ul li a , #menu li ul li a:link , #menu li ul li a:visited {
	list-style-image: none;
	background-color:  #CCCCCC;
	color: #333333;
	display: block;

	border-bottom: 1px solid #666666;
	margin: 0px 0px 0px;


	width: 152px;
	border-left: 8px solid #B3B3B3;
	padding: 2px 2px 2px 12px;	
	margin-left:3px	
}

#menu li ul li a:hover, #menu li ul li a:active {
	background-color: #08498D;
	border-left: 8px solid #FF0000;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
}

#notes a, #notes a:link, #notes a:visited{
	color: #666666;
}

#notes a:hover, #notes a:active{
	text-decoration:underline;

}

input{
	border : 1px solid #666;
}

table{

	background-color: #08498D;
	background-color: #08498D;	
}

th{
	text-align:left;
	font-weight:bold;
	background-color: #08498D;
	color:#FFF;
}

td{
	text-align:left;
	background-color: #FFF;
}

td.size {
	text-align:right;
}

td a ,td a:link , td a:visited{
	font-weight : normal;
}

.sideimage img{
	padding-left : 10px;
	text-align:right;
}

#loginbox{
	width: 170px;
	height : 110px;
	border:1px solid #CCC;
	float:right;
	padding:5px;
}

#loginbox form{
	margin:0;
	padding:0;
}