/* CSS Document */

html {
padding:0px;
margin:0px;
font-size: 11px;
}

body {
background-color: #FFF;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000;
padding:0px;
margin:0px;
}

p {
color: #000;
}

strong {
color: #6d3574;
}

a:link, a:visited {
text-decoration:none;
color: #000;
}

a:hover {
text-decoration:none;
font-weight:bold;
color: #6d3574;
}

a.whitelink:link, a.whitelink:visited {
text-decoration:underline;
color: #FFF;
}

a.whitelink:hover {
text-decoration:underline;
font-weight:100;
color: #000;
}

textarea { 
	font-size: 11px;
}

select { 
	font-size: 11px;
}

input { 
	font-size: 11px;
}

.inputbox {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #FFF;
}

.button {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	border:solid 1px #002b54;
	background-color: #fff;
	color: #002b54;
	text-align: center;
	margin-top: 0px;
}

.label {
color:#fff;
}

ul {
list-style-type:none;
list-style-position: outside;
padding: 0;
margin: 0;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.whitetext {
color:#fff;
}

.error {
color:#f00;
font-weight:bold;
}

.headings {
font-size: 1.4em;
font-weight:600;
color:#fff;
}

.headingsPurple {
font-size: 1.4em;
font-weight:600;
color:#6d3574;
}

/* Site Layout */

#header {
margin: 0px 200px 0px 0px;
background:url(../images/background_top.gif) repeat-x;
height:195px;
}

#headerEnd {
position:absolute;
top:0px;
right:0px;
margin:0px;
padding:0px;
background:url(../images/background_top_right.gif) no-repeat;
width:200px;
height:195px;
}

#separatorHoriz {
height:10px;
background-color: #fff;
}

#separatorVert {
margin:0px;
width:10px;
background-color: #fff;
}

#bottomContainer {
background:url(../images/background_left.gif) repeat-y;
position:absolute;
min-height:320px;
margin-top:10px;
margin-bottom:0px;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

#content {
margin: 0px 0px 0px 248px;
padding: 0px;
background-color: #FFF;
}

#contentText {
margin:0px;
padding:0px;
width:600px;
}

#contentBody {
margin: 10px 0px 20px 25px;
}

#left {
background-color:#d1d2d4;
position: absolute;
left: 0px;
width: 238px;
margin: 0px 0px 0px 0px;
padding: 0px;
}

#leftContent {
margin: 10px 0px 20px 25px;
}

#logo {
position:absolute;
float:left;
margin: 40px 0px 0px 25px;
}

#mainmenu {
position:absolute;
margin: 40px 0px 0px 360px;
}

#searchBox {
position:absolute;
margin: 160px 0px 0px 25px;
}

#imageBox {
background:url(../images/background_imagebox.gif) no-repeat;
margin: 0px 10px 10px 0px;
padding:0px;
float:left;
width:140px;
height:160px;
text-align:center;
background-color:#d1d2d4;
}

#pageNav {
float:left;
width:400px;
height:30px;
text-align:left;
}