@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

/* body*/

body {
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#2e3192;
}


/* wrapper */

#wrapper {
width:980px;
background-color:#fff;
margin-top:15px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
border:1px solid #FFffff;
}


/* header*/

#header {
	width:980px;
	margin-bottom:0px;
}


/* content */


#content {
width:965px;
/*color:#00008B;*/
color:#2e3192;
background-color:#ffffff;
padding:5px 15px 0px 0px;
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
}


/* navigation */

#navigation {
	width: 155px;
	float:left;
	margin-right:15px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li	{
	border-bottom:1px solid #ffffff; /* fixes spacing bugs in iewin6 */
	/* display: inline; */
}

#navigation li a:link, #navigation li a:visited	{
	color:#ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	background-color:#000;
	display:block;
	font-weight:normal !important;
	border-bottom:none !important;
	width:155px;
	height:20px;
	line-height:20px;
	text-indent:10px;
}

#navigation li a:hover	{
	color:#fff;
	background-color:#cc0000;
}


#content_top {
width:795px;
background-color:#fff;
float:right;
}


#content_left {
	color:#000 !important;
	width:210px;
	height:310px;
	padding:5px 10px 15px 10px; /*If Thomas heading text <1 line, use this code.*/
	/*padding:15px 10px 5px 10px;*/ /*If Thomas heading text =1 line, use this line.*/
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	background-image:url(images/content_right.jpg);/*border:solid 2px #92732e;*/
}

#content_middle {
	color:#000 !important;
	width:285px;
	height:310px;
	padding:15px 10px 5px 10px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:15px;
	float:left;
	background-image:url(images/content_middle.jpg);/*border:solid 2px #92732e;*/
}

#content_right {
	color:#000 !important;
	width:210px;
	height:310px;
	padding:15px 10px 5px 10px;
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	background-image:url(images/content_left.jpg);/*border:solid 2px #92732e;*/
}



/*
#content_bottom {
	width:700px;
	height:200px;
	padding:15px 10px 5px 10px;
	margin-top:20px;
	float:right;
}*/



/* footer */

#footer_space {
width:980px;
height:2px; /*Original: height:2px;*/
color:#fff;
background-color:#ffffff;
clear:both;
}

#footer {
color:#ffffff;
width:970px;
height:15px;
background-color:#cc0000;
font-family:Geneva, Verdana, Helvetica, sans-serif;
font-size:9px;
text-decoration:none;
padding:2px 5px 0px 5px;
}



/* text */

h1+p {
margin-top:0px;
}

h1 {
color:#cc0000;
font-size:18px;
font-family:Geneva, Verdana, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
margin-bottom:0px;
}

h2 {
color:#000;
font-size:14px;
font-family:Geneva, Verdana, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
margin-bottom:0px;
}

h3 {
color:#ffffff;
font-size:18px;
font-family:Geneva, Verdana, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
text-align:center;
margin-bottom:0px;
}

h4 {
color:#000000;
font-size:18px;
font-family:Geneva, Verdana, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
text-align:center;
margin-bottom:0px;
}


/* links */

#content a:link, a:visited {
color:#2e3192;
text-decoration:none;
border-bottom:1px dotted #cc0000;
font-weight:bold !important;
}

#content a:hover, a:active {
color:#cc0000;
text-decoration:none;
}


/* images */

.img_content {
float:left;
margin-top:5px;
text-align:center;
}

.video {
float:left;
margin-top:5px;
margin-right:15px;
text-align:center;
}

/* Error and Notice Messages */
#messages {
	margin:0;
	padding:0 0px 20px 20px;
}
#messages ul {
	list-style:none;
	margin:0;
	padding:0;
}
#messages ul li {
	color:#333;
	padding:5px;
	padding-left:30px;
	font-size:8pt;
	margin-bottom:5px;
}
#messages ul li a {
	color:#003399;
}

#messages #success li {
	border:1px solid #5b974f;
	border-right-width:2px;
	border-bottom-width:2px;
	background:#d0ffc0 7px 7px no-repeat;
}
#messages #success li.msgArrow {
	position:relative;
	margin-right:120px;
}
#messages #warning li {
	border:1px solid #ffae5e;
	border-right-width:2px;
	border-bottom-width:2px;
	background:#ffeb97 7px 7px no-repeat;
}
#messages #error li {
	border:1px solid #ff8a8a;
	border-right-width:2px;
	border-bottom-width:2px;
	background:#ffdcd9 7px 7px no-repeat;
}