@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
    padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    background: #0d121d;
}

#topwrapper {
    background: url("images/header.jpg") no-repeat scroll center top;
}

#header {
	margin: 0 auto;
    width: 800px;
	height: 120px;
}

#logo {
	float: left;
	position: relative;
    left: 10px;
    top: 30px;
}

#logo .logo_off {
	position: absolute;
}

#logo .logo_on {
	position: absolute;
}

#title_line {
	clear: both;
	color:#CCCCCC;
    font-size: 14px;
   	text-shadow: 0 1px 0 #000;
    font-style: italic;
    margin: 0 0 0 180px;
    padding: 10px 0 0 0;
}

#topbottom {
	height: 20px;
    background: url(images/bg_topbottom.png) repeat-x;
}

#contentwrapper {
	/*margin: 0 0 10px 0;*/
}

#contentwrapperup {
	height: 50px;
    border-bottom: 2px solid #cecece;
    background: #f3f3f3;
}

#contentup, #contentmain {
	width: 800px;
   	margin: 0 auto;
    padding: 5px;
}

#contentwrappermain {
	background: #fbfbfb;
}

#footerwrapper {
    height: 50px;
    border-top: 5px solid #435579;
}

#footermain {
	margin: 0 auto;
    width: 800px;
	font-size: 14px;
    text-align:center;
}

#footermain a {
	color: #CCCCCC;
}

#footermain a:hover {
	color: #FF6600;
}

h1 {
	color: #17223e;
    margin: 5px 0;
    font-size: 20px;
    clear: both;
}

h2 {
	color: #27314c;
    margin: 10px 0;
    font-size: 18px;
    clear: both;
}

h3 {
	color: #435579;
    margin: 10px 0;
    padding: 10px 0 0 0;
    font-size: 16px;
    clear: both;
}

p, ul, ol {
	margin: 10px 0;
	color: #484e59;
    font: 14px/150% Arial,Helvetica,sans-serif;
}

a {
	color: #27314c;
}

a:hover {
	color: #FF6600;
}

ul, ol {
	padding-left: 20px;
	list-style-position: inside;
}

#contentmain p {
    text-align: justify;
}

#contentmain dl {
	padding: 0 0 0 20px;
}

#contentmain dl dt, #contentmain dl dd {
    float: left;
    margin: 0 30px 0 0;
    width: 350px;
    font: 14px/150% Arial,Helvetica,sans-serif;
    color: #484e59;
    border-bottom: 1px solid #999999;
    line-height: 25px;
}

#contentmain dl .fullrow {
	width: 730px;
    font-weight: bold;
    font-size: 15px;
}

.cvelement_hover {
	background: #EEEEEE;
}

.clear {
	clear: both;
}

