/*
#191970; MAIN-COLOR
#4682B4; SECONDARY-COLOR
#9BBDD9; BACKGROUND-COLOR
#FFFFFF; PAGE-BORDER-COLOR
#191970; TITLE-COLOR
#191970; LEFTNAV-MAIN-COLOR
#191970; LEFTNAV-SECONDARY-COLOR
#CCCC99; LEFTNAV-BACKGROUND-COLOR
*/
body{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 0px;
	
	background: #9BBDD9;/*BACKGROUND-COLOR*/
}

.banner{
	width: 100%;
	height: 143px;
	float: left;
	
	background: url("../images/banner.png") left no-repeat;
}

.page{
	width: 798px;
	float: left;
	border: 1px solid #FFFFFF;/*PAGE-BORDER-COLOR*/
	border-top: none;
	
	background-color: white;
}

.global_nav{
	float: left;
	
	border: 1px solid #4682B4;/*SECONDARY-COLOR*/
	border-top: none;
	padding-left: 10px;
}
.global_nav a{
	color: #191970;/*MAIN-COLOR*/
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	
	margin-right: 10px;
}
.global_nav a:hover{
	color: black;
}

.left_nav{
	width: 130px;
	min-height: 100px;
	float: left;
	
	margin-left: 4px;
	margin-right: 4px;
		
	background-color: #CCCC99;/*LEFTNAV-BACKGROUND-COLOR*/
}
.left_nav .padding{
	height: 10px;
		
	background-color: white;
}
.left_nav h3{
	color: #191970;/*LEFTNAV-MAIN-COLOR*/
	text-align: center;
	font-size: 16px;
	
	margin: 0px 0px;
	
	border-bottom: dashed 2px #191970;/*LEFTNAV-MAIN-COLOR*/
	background-color: white;
}

.left_nav h4{
	color: #191970;/*LEFTNAV-SECONDARY-COLOR*/
	text-align: center;
	font-size: 13px;
	
	margin: 0px 0px;
}
.left_nav p{
	margin: 0px 15px;
}
.left_nav p span{
	display: block;
	padding-left: 18px;
	margin-bottom: 15px;
	font-size: 12px;
	
	background: url("../images/bullet.png") no-repeat left;
}
.left_nav p span a{
	color: black;
	font-weight: bold;
	
	text-decoration: none;
}
.left_nav p span a:hover{
	color: #4682B4;/*SECONDARY-COLOR*/
}

.content{
	width: 640px;
	float: right;
	margin-bottom: 25px;
	padding-right: 10px;
}
.content h1{
	color: #191970;/*TITLE-COLOR*/
	
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;	
}
.content p{
	margin-top: 0px;
	margin-left: 15px;
}
.content h4{
	font-size: 16px;
	
191970;/*TITLE-COLOR*/
	padding-left: 0px;
	margin-bottom: 0px;
}

.footer{
	clear: both;
	width: 300px;
	
	margin-left: 250px;
	
	padding-top: 15px;
	border-top: black 1px solid;
}
.footer p{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	
	font-size: 11px;
	color: gray;
}







.textleft{
	text-align: left;
}
.textcenter{
	text-align: center;
}
.clearleft{
	clear: left;
}
.floatright{
	float: right;
}
.floatleft{
	float: left;
}
.attention{
	padding-left: 10px;
	background: url("../images/attention.png") left no-repeat;
}
.attention_cd{
	min-height: 30px;
	padding-left: 30px;
	background: url("../images/cd.png") left no-repeat;
}




table{
	width: 90%;
	border: solid 1px black;
	border-right: none;
}
th{
	color: #191970;/*MAIN-COLOR*/
	border-right: solid 1px black;
}
td{
	text-align: center;
	border-top: solid 1px black;
	border-right: solid 1px black;
}
.layout{
	border: none;
}

.layout th{
	border: none;
}

.layout td{
	text-align: left;
	border: none;
}


.nobordertable{
	border: none;
}
.nobordertable th{
	border: none;
}
.nobordertable td{
	border: none;
}
