@charset "UTF-8";
body {
	color:black;
	background-color: #989898;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	margin:0px;
	padding: 0px;
}

#page {
	top: 0px;
	left: 50%;
	position: relative;
	width: 920px;
	height:100%;
	margin-left: -460px;
	padding-bottom: 20px;
	background-image: url(images/page_bg.gif);
}

#header{
	position:relative;
	height: 140px;
}

#logo {
	position:absolute;
	left:25px;
	top:15px;
	width:200px;
}

#top_area {
	position:absolute;
	right:25px;
	top:15px;
	width:500px;
	padding-top: 15px;
}

#navbar {
	position:absolute;
	left:25px;
	top:85px;
	right:25px;
	height:40px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
}

.line {
	float: left;
	width: 100%;
	position: relative;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
.preline {
	float: left;
	width: 100%;
	position: relative;
	background-image: url(images/top_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.postline {
	float: left;
	width: 100%;
	position: relative;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 10px;
}

#footer {
	clear:both;
	font-weight: normal;
	text-align: center;
	position: relative;
	background-color: #CCC;
	margin-right: 25px;
	margin-left: 25px;
	color: #333;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.v16b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.v14b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.v10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a:link {
	text-decoration: underline;
	color: #2E66A0;
}
#navbar ul li {
	float: left;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #303030;
}
#navbar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
}
#navbar ul li a:link, #navbar ul li a:visited {
	display: inline-block;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #404040;
	background-image: url(images/nav_link.gif);
	background-repeat: repeat-x;
	background-position: right;
}
#navbar ul li a:hover {
	display: inline-block;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #FFF;
	background-image: url(images/nav_link_hover.gif);
	background-repeat: repeat-x;
	background-position: right;
}
#navbar ul li a:active {
	display: inline-block;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #FFF;
	background-image: url(images/nav_link_here.gif);
	background-repeat: repeat-x;
	background-position: right;
}
#navbar ul li a.current {
	display: inline-block;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #FFF;
	background-image: url(images/nav_link_here.gif);
	background-repeat: repeat-x;
	background-position: right;
}

#left_bar {
	position:absolute;
	left:35px;
	top:0px;
	width:150px;
}

#content_bar {
	position:relative;
	left:230px;
	top:0px;
	height:auto;
	width:435px;
	margin-bottom: 20px;
}

#right_bar {
	position:absolute;
	right:35px;
	top:0px;
	width:180px;
	height:auto;
	text-align: center;
}
#left_bar ul {
	list-style-image: url(images/led.gif);
}
#left_bar ul li {
	margin-bottom: 8px;
	position: relative;
	left: -10px;
}
#left_bar ul li a {
	font-weight: bold;
}
#left_bar h2, #right_bar h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2E66A0;
}
#content_bar h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2E66A0;
	background-image: url(images/title_underline.gif);
	background-repeat: no-repeat;
	width: 210px;
	padding-top: 7px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content_bar h4 {
	font-size: 14px;
	font-weight: bold;
	color: #2E66A0;
	width: 210px;
	padding-top: 7px;
	padding-bottom: 2px;
	background: url(images/title_underline.gif) no-repeat 0 5px;
	margin: 10px 0px 8px;
}
#content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#content p.continua {
	font-weight: bold;
	color: #2E66A0;
	background-image: url(images/arrow_next.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 6px;
	position: relative;
	left: 300px;
	width: 100px;
	margin-top: -10px;
}
#content li {
	margin-bottom: 10px;
}
#content h3 a:link, #content h3 a:active, #content h3 a:visited {
	text-decoration: none;
	color: #2E66A0;
	background-color: #FFF;
}
#content h3 a:hover {
	text-decoration: none;
	color: #900;
	background-color: #FFF;
}
.continua a:link, .continua a:active, .continua a:visited {
	text-decoration: underline;
	color: #2E66A0;
}
.continua a:hover {
	text-decoration: underline;
	color: #900;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2E66A0;
}
.v12b {
	font-size: 14px;
	font-weight: bold;
}
