@import "global.css";
.nav{
	height:40px;
	margin:0 0px;
	background-color: #EBEBEB;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B00;
}
.nav ul{
	padding:0 0 0 100px;
	margin:0;
	list-style:none;
}
.nav ul li{
	float:left;
	display:block;
	text-align:center;
}
.nav ul li a{
	font-size:14px;
	line-height:40px;
	display:block;
	font-weight:bold;
	padding:0 40px;
}
.nav ul li a:link, .nav ul li a:visited{
	color:#01245c;
}
.nav ul li a.current, .nav ul li a:hover{
	color:#b00;	
}
.main{
	padding:10px 0 20px 0;	
	background-color:#fff;
}
.leftbox{
	float:left;
	width:610px;
	background-color:#fff;	
}
.rightbox{
	float:right;
	width:350px;	
	background-color:#c9c9c9;	
}
.leftbox .content{
	padding:0 30px 20px 30px;
}
.rightbox .content{
	padding:0 10px 10px 10px;
}
.leftbox h2{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	background-color: #084a7e;
	color: #fff;
	line-height:30px;	
}
.rightbox h2{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	background-color: #EBEBEB;
	color:#01245c;
}
.leftbox ul{
	margin:0;
	padding:0 0 0 20px;
	list-style-image: none;
	list-style-type: circle;
}
.leftbox .box1 ul li{
	line-height:30px;
	height:30px;
}
.leftbox .box4 ul li{
	line-height:30px;
	height:30px;
	float:left;
	width:260px;
}
.leftbox ul li a:link, .leftbox ul li a:visited{
	color:#036;	
}
.rightbox .box1, .rightbox .box2, .rightbox .box3, .rightbox .box4{
		background-color:#fff;
		padding:10px;
		margin:15px;
	} 
table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.leftbox td{
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-weight: normal;
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding:0 10px;
}
.rightbox td{
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-weight: normal;
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding:0 5px;
	line-height:27px;
}
th{
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-weight: bold;
	background-color: #EEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding:0 10px;
}

.name{
	font-size:12px;	
}
.list{
	margin:40px 100px;	
}
.list ul{
	margin:0;
	padding:0 0 0 20px;
	list-style-image: none;
	list-style-type: circle;
}
.list ul li{
	line-height:40px;
	height:40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.list ul li a:link, .list ul li a:visited{
	color:#036;	
}
.list ul li a:hover{
	color:#B00;	
}
.list span{
	float:right;	
}


.page {
	padding:5px 0;
	margin:40px 0 20px 0;
	text-align:center;
}
.page a:link, .page a:visited{
	padding: 2px 8px; 
	color:#666;
	background-color:#fff; 
	margin:2px;
	border:#fff 1px solid; 
}
.page a:hover{
	margin:0 2px;
	border:#084a7e 1px solid;
	color: #666;
	text-decoration: none;
}
.page a.active {
	padding:2px 5px;
	font-weight:bold;
	color:#ffffff!important;
	text-decoration: none!important;
	margin:2px;
	background-color:#084a7e;
	border:#084a7e 1px solid; 
}


