/* © 2002 WebClay Corporation. All Rights Reserved. */

/* left menu background */
#mainContent {
	background:url(../images/v_bg.gif) repeat-y left;
}

/* left menu list item style */
.left_nav LI {
	margin:0;
	padding:0;
}

/* left menu link item style */
.left_nav LI A {
	background:url(../images/bg_navbutton.jpg) repeat-y right;
	color: #990000;
	display:block;
	line-height:25px;
	border-bottom: 1px solid #A3A3A3;
	width:145px;
	padding-left:10px;
}



/* mozilla hack */
:root .left_nav LI A
{
	width:135px;
	padding-left:10px;
}

/* left menu hover link item style */
/*.left_nav LI A:hover {
	color: #ffffff;
	background:#728FD3;
	text-decoration:underline;
}*/

/* left menu active link item style */
.left_nav LI.active A {
	color: #ffffff;
	background:#728FD3;
}

/* middle content position and size*/
.container .middle {
	float: left;
	padding:0px 0px 10px 26px;
	width:700px;
	position:relative;
}

/* right container position and size */
.container .right {
	float: left;
	width:330px;
	padding-top:10px;
}

a.contentpagenav {
	color: #000000;
	text-decoration: none;
}

a:hover.contentpagenav {
	background-color: #FFFFFF;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}

a.contentRegister {
	color: #000000;
	text-decoration: italic;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}

a:hover.contentRegister {
	color: #FFFFFF;
}

.contentpageheader {
	color: #2F56AE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.tablecelltype1 {
	background-color: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	width: 215px;
	padding: 7px;
}

.tablecelltype2 {
	background-color: #ae482f;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	width: 115px;
	padding: 7px;
	margin: 15px 45px;
}

.text_paragraph_title {
	color: #2F58AF;
	font-size: 12px;
	font-weight: bold;
}

.text_paragraph_title_alt {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}

.text_regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}

.text_emphasis {
	color: #2F58AF;
	font-weight: bold;
}

.text_section_title {
	color: #07235A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.text_section_subtitle {
	color: #2F58AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.text_section_title_support {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

.text_support {
	color: #1F2C66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}

.text_highlightinstructions {
	color: #07235A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-align:center;
}


