/* Start of CMSMS style sheet 'cvb style' */
/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: black;
	background-color: #002040;
	margin-left: 20px;
	margin-right: 20px;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	height: 83px;
	background-image: url(uploads/look/hea_bac.gif);
	position: relative;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
}

#header a:link, #header:visited {
	color: #CCE5FE;
}

#header a:hover {
	color: #69B3FD;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#rightlogo {
	position: absolute;
	top: 0px;
	right: 0px;
}

#mainpage {
	text-align: left;
	margin-top: 10px;
	padding
}

#navigation, #navigation_op, #navigation_ie {
	width: 153px;
	background-color: #008DE7;
	border: 1px solid white;
	background-image: url(uploads/look/left_bac.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
}

#navigation ul {
	margin-left: -32px;
	margin-bottom: 260px;
}

#navigation_op ul {
	margin-left: -32px;
	margin-bottom: 260px;
}
#navigation_ie ul {
	margin-left: 6px;
	margin-bottom: 260px;
}
#navigation li, #navigation_op li, #navigation_ie li {
	list-style: none;
	margin-bottom: 10px;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited, #navigation_op a:link, #navigation_ie a:link, #navigation_op a:visited, #navigation_ie a:visited {
	display: block;
	width: 133px;
	height: 21px;
	background-image: url(uploads/look/button_off.gif);
	padding-top: 2px;
	padding-right: 5px;
	color: #002040;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#navigation a:hover, #navigation_op a:hover, #navigation_ie a:hover {
 background-image: url(uploads/look/button_on.gif);
}

#maincontent {
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}

#contentarea {
	background-color: white;
	border: 1px solid white;
}

#titlediv {
	position: relative;
	background-image: url(uploads/look/titlediv.bac.gif);
	height: 26px;
}

#titlediv img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#titledivtitle {
	position: absolute;
	background-color: #008DE7;
	color: #002040;
	height: 24px;
	right: 0px;
	top: 0px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

#textblock {
	padding: 30px 40px 160px 40px;
}

#footer{
	height: 10px;
	font-size: 7px;
	background-color: #82CD79;
	margin-top: 6px;
}

#info {
	margin-left: auto;
	margin-right: auto;
	font-size: 8px;
	text-align: right;
        color: white
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color: #015CBA;
        font-size: 1.4em;
        margin: 0px 0px 10px 0px;
}

h2 {
        color: #015CBA;
        font-size: 1.2em;
        margin: 20px 0px 0px 0px;
}

h3 {
        margin: 0px 0px 0px 0px;
}

h4 {
        margin: 0px 0px 0px 0px;
}

h5 {
        margin: 0px 0px 0px 0px;
}

h6 {
        margin: 0px 0px 0px 0px;
}

p {
        margin: 0px 0px 0px 0px;
}

a:link, a:visited {
	color: #3E81FB;
}

a:hover {
	color: #18DD00;
}

a:active {
	
}

dfn {
display: none;
}

input {
	border: 1px solid black;
	background-color: white;
}

.quote {
font-size: 1.1em;
margin-left: 30px;
margin-right: 30px;
font-weignt: bold;
font-style: italic;
display: block;
color: #0F8A00;
}
/* End of 'cvb style' */

