@charset "UTF-8";
/* CSS Document */

body{
	background: #112231 url(../images/gradient_bg.png) center top no-repeat;
	margin:0;
	padding:0;
	min-width: 1024px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 130%;
	}

img{border:none;}	
	
#container{
	width: 100%;
	padding: 0;
	margin: 0;
}

#content{text-align:center; width:540px; height:400px; margin:0 auto; padding-top:60px;}

#lines_topright{
	width: 100%;
	background: url(../images/lines_topright.gif) right bottom no-repeat;
	height: 510px;
	}

.img_padding{padding: 100px 0 0 0;}
.vas_padding{padding: 23px 0 0 0;}
.logos_padding{padding: 15px 0 0 0;}

.lines_left{
	background: url(../images/lines_left.gif) left no-repeat;
	height: 111px;
}

.lines_right{
	background: url(../images/lines_right.gif) right no-repeat;
	text-align: center;
	padding: 0 293px 0 324px;
	height: 111px;
}

.lines_center{
	height: 111px;
	background: url(../images/lines_center.gif) repeat-x;
	}

#footer{
	clear: both;
	margin: 0;
	text-align: center;
}

#leftnav {
	float: left;
	width: 210px;
	margin: 111px 0 0 16px;
	padding: 0;
}

#leftnav2 {
	clear:both;
	float: left;
	width: 210px;
	margin: 16px 0 0 16px;
	padding: 0;
}
.left_boxtop {
	background:url(../images/left_sidebar_boxtop.png) no-repeat;
	height:12px;
	margin: 0;
	padding: 0;
}
.left_boxmiddle {
	background:url(../images/left_sidebar_boxmiddle.png) repeat-y;
	margin: 0;
	padding: 4px;
	.margin: -10px 0 0 0;
}
.left_boxmiddle p {
	color:#333333;
	margin: 0;
	padding: 0;
}
.left_boxbottom {
	background:url(../images/left_sidebar_boxbottom.png) no-repeat;
	height:12px;
	margin: 0;
	padding: 0;
}
#navlist {
	padding: 0px 5px 10px 3px;
	margin-left: 0;
	border-bottom: 2px dotted #B6B8BA;
	width: 190px;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
}
#navlist a:link {
	color: #001D38;
	text-decoration: none;
}
#navlist a:visited {
	color: #001D38;
	text-decoration: none;
}
#navlist a:hover {
	color: #5C8727;
	text-decoration: none;
	border-bottom: 1px dotted #225973;
}
#navlist a:active {
	color: #001D38;
}
#navlist_secondary {
	padding: 0px 5px 10px 3px;
	margin: 0;
	width: 210px;
}
#navlist_secondary li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
}
#navlist_secondary a:link {
	color: #001D38;
	text-decoration: none;
}
#navlist_secondary a:visited {
	color: #001D38;
	text-decoration: none;
}
#navlist_secondary a:hover {
	color: #5C8727;
	text-decoration: none;
	border-bottom: 1px dotted #225973;
}
#navlist_secondary a:active {
	color: #001D38;
}
