body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
table{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
#container {
	width: 760px;
	height: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #AAAAAA;
}
a:hover {
	color: #003768;
}
h1 {
	color: #B41826;
	font-size: 12px;
	font-weight: normal;	
}
#header_nav {
	float: left;
	width: 760px;
	height: 12px;
	margin: 20px 0 8px 0;
	/*background-color: blue;*/
	text-align: right;
	font-size: 10px;
	color: #AAAAAA;
}
#header_img {
	float: left;
	width: 528px;
	height: 209px;
	text-align: left;
	/*background-color: red;*/
}
#header_logo {
	float: left;
	width: 232px;
	height: 209px;
	/*background-color: green;*/
}
#header_start{
	float: left;
	width: 760px;
	height: 310px;
	text-align: left;
}
#nav {
	float: left;
	width: 189px;
	height: 392px;
	text-align: left;
}
#nav li {
	text-indent: 8px;
}
#content_container {
	float: left;
	width: 571px;
	min-height: 500px;
}
#content {
	width: 571px;
	border-left: 1px solid #CCCCCC;
	text-align: left;
	padding: 0 0 0 20px;
}
#content ul {
	list-style-image:url(/images/bullet.gif)
}
.content {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
#content_start {
	text-align: left;
	width: 740px;
	clear:both;
}
ul {
	margin: 0 0 0 18px;
}
li {
	margin: 0 0 0 0;
	list-style-type: none;
	line-height: 16px;
}
#footer {
	float: left;
	width: 760px;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
#footer .text {
	float: left;
	width: 470px;
	text-align: left;
	line-height: 16px;
	color: #000000;
}
#footer .text a {
	color:#000000;
}
#footer .ncm {
	float: right;
	width: 110px;
	text-align: right;
}
#footer .partner {
	float: left;
	width: 176px;
}
input {
	border: 1px solid #CCCCCC;
	background-color: #FFFBF5;
}
select {
	border: 1px solid #CCCCCC;
}
textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFBF5;
}
.cms, .cms a {
	text-decoration: none; 
	color: #AAAAAA;
	cursor: text;
}
.cms a:hover{
	text-decoration: none; 
	color: #AAAAAA;
}
.edit {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	}
.buttone {
	background-color: #013668;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 2px solid #85A9C5;
	border-right: 2px solid #00233E;;
	border-bottom: 2px solid #001322;
	border-left: 2px solid #3D76A2;

	}
#start_img{
	width:760px;
	height:140px;
	display:inline-block;
	background:url(/images/start_2008.gif) 0 0 repeat-x;
	color:#fff;
	font-size:12px;
	font-family:Arial;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
}

.highlight{
	border:1px solid #c0ceda;
	background-color:#eee;
	padding:0 5px;
	margin-bottom:15px;
}
.highlight a{color:#003768;}