/* CSS Document */

body {
	margin:0;
	padding: 0 0 0 0;
	font-size: 100%;
	background-color: #005574;
	background: #005574;
}

#whole {
	width: 760px;
	margin: 0;
	background-color: White;
	background: White;
	
}
	
P, TD{
	padding-top: 0;
	margin-top: 0;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
P, TD a:link{
	text-decoration : none;
}



table{
font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
#header {
	height: 100px;
	background-color: #8ccdf8;
	margin:5px 10px 0px 5px;
	padding: 0px 0px 0px 0px;
}

#content {
	position:relative;
	width: auto;
	top: 10px;
	margin: 5px 10px 10px 170px;
	background-color: #ffffff;
	padding: 10px 0 0 0;
}


#leftside {
	position:absolute;
	width: 140px;
	top:110px;
	left:0px;
	padding: 10px;
	border-right: 2px dotted #cccccc;
	margin : 5px;
}

.box1 {
	padding: 2px 4px 2px 5px;
	margin: 0 0 10px 0;
	background-color: #ffffff;
}


.box3 {
	padding: 0 8px 4px 8px;
	margin: 0 0 10px 0;
	background-color: #ffffff;
}

.box1 .txt {
	width: 184px;
	background-color: #EAEFF6;
	border: 2px inset #C2D1E5;
}
.navlist {
	list-style : none;
	padding-left : 0px;
	margin-left : 0px;
}

.listtable{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #005574;
}
.listtable a:link{
	color : #005574;
	text-decoration: none;
}
.listtable a:visited{
	color : #005574;
	text-decoration: none;
}
.listtable a:hover{
	color : #005574;
	text-decoration: underline;
}
.listtable a:active{
	color : #005574;
	text-decoration: none;
}

.navlist li{
	background-color: #8ccdf8;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	
	width : 120px;
	height: 20px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right :0px;
	margin-top : 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.navlist a:link {
color: White;
	display: block;
	text-decoration: none;


}
.navlist a:visited {
color: White;
display: block;
text-decoration: none;

}
.navlist a:hover {
	color: #847a18;
	display: block;
	text-decoration: none;

}
.navlist a:active {
color: White;
display: block;
text-decoration: none;

	}
	
#breadcrumb{
	padding: 3px 3px 3px 3px;
	float:right;
	margin: 0px 10px 5px 5px;
	
}
.bc a {
text-align : center;
color: #000000;
background-color : #99CCFF;
padding: 2px 5px 2px 5px ;
margin: 2px 2px 2px 2px ;
font-weight : normal;
border: 1px solid #A9692A;
text-decoration: none;
}

.bc a:hover {
color: #000000;
background-color : #FFFFFF;
}

.bulletlist li{
	list-style : square;
	margin : 0 0 8 0;
	padding : 0 0 0 0;
}
.bulletlist{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005474;
	font-weight: bold;
	margin-left : 20;
	
}
.bluebox{
	font : 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
}
.subtitle {
font-size : 16px;
	font-weight: bold;
	color: #0595ee;
	text-decoration : none;
}

.subtitle a {
	text-decoration : none;
}
.inlinehighlight{
		font-weight: bold;
	color: #0595ee;
	text-decoration : none;
}
.smalltext{
	font-size : 10px;
}
.browntitle{
	font-size : 18px;
	font-weight: bolder;
	color: #847a18;
	text-decoration : none;
}
.highlightblue{
font-size : 14px;
	font-weight: bold;
	color: #0595ee;
	text-decoration : none;
}
.labeltext{
	font-size : 11px;
}