/* BASE HTML TAGS--------------------- */

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0px;
	color: #333333;
    background-color:#ffffff;
}
html>body #footer {
    bottom:0;
    z-index:10;
}
h1
{
    font-size:large;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}
h2
{
    font-size:medium;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}
h3
{
    font-size:small;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}
img
{
    border-style:none;
}

form
{
    padding:0px;
    margin:0px;
}
ul
{
    margin-top:2px;
    margin-bottom:8px;
    margin-left:25px;
}
li
{
}

a
{
    color:#1D4578;
    text-decoration:none;
}
a:hover
{
    text-decoration:none;
}


/* FRONTEND OBJECT STYLES----------------------- */
#sitebody
{
     background-image:url(img/col1bg.jpg);
    background-repeat:repeat-y;
	text-align:left;
    width:900px;
    margin:0px auto 0px auto;
}
#minwidthguide
{
width:900px;
clear:both;
}
#sitecontainer
{
    width:900px;
    margin:0px auto 0px auto;
}
#outerborder_col1
{
}
#outerborder_col2
{
}
#outerborder_col3
{
}
#front_header
{
    height:208px;
    width:900px;
    background-image:url(img/header.jpg);
}
#front_mainmenu_container
{  position:absolute;

}
#front_mainmenu
{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  color:#000000;
  height:34px;
  top:-36px;
  left:206px;
  position:absolute;

}
#loggedinline1
{
text-align:right;
margin:20px 14px 0px 260px;
width:630px;
background-color:#D5DBE9;
}
#loggedinline1 img
{
	display:none;
}

#sitecontentarea
{
    
}
#footer
{
}
#loggedinline2
{
text-align:center;
}


/* Front-Main Menu ------------------------------*/
.bulletlist
{
    height:20px; 
    width:185px; 
}
.bulletlist a
{
    display:block;
    font-weight:bold;
}
.bulletlist_full
{
}

.mainmenulist {
    height:47px; 
    background-image:url(img/menuleft.jpg);
	background-repeat:no-repeat;
	padding: 0px 5px 0px 5px;
    list-style: none;
    width:650px;
}
.mainmenulist a {
	float: left;
	padding: 15px 20px 7px 15px;
	display:block;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}
.mainmenulist a:hover, .mainmenu_selected a
 {
	color: #1D4578;
	text-decoration:none;
}
.mainmenuseparator 
{
    background-image:url(img/menuside.jpg);
    background-repeat:no-repeat;
    height:47px;
    width:6px;
}
.mainmenulist li {
	background-image:url(img/menubg.jpg);
	float: left;
    margin:0px;
    padding: 0;
    height:47px;
}
.mainmenuitem { 
    font-weight:bold;
}
#ctl00_rptMainMenu_ctl04_lblLink_Off /* CHANGE THIS TO THE LAST MENU CONTROL NAME */
{
	background-image:url(img/menuright.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:25px;
}

.formitemarea
{
    margin-top:2px;
}
.formitemlabel
{
    margin-top:10px;
    font-weight:bold;
}
.formitem
{
    font-size:small;
    padding:1px;
}
.breadcrumbs
{
     background-color:#1D4578;
    color:#ffffff;
    border:1px solid #003300;
    padding:4px;
   margin:0px 10px 0px 3px;
}
html>body .breadcrumbs
{
    margin:0px;
}
.breadcrumbs a
{
    color:#ffffff;
    padding:2px;
}
.successnotice
{
    color:#009900;
}
.alert
{
    color:#da0000;
}
.highlighted
{
    color:#0000ff;
}
.accented
{
    font-size:12px;
    color:#1D4578;
    width:186px;
    padding-left:1px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-color:#fff;
}
.bulletlist_large
{
    line-height:22px;
    font-size:12px;
	font-weight: normal;
}

.headertext
{
	font-size: 20px;
	font-weight: normal;
	color: #1D4578;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.subheadertext_large
{
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.stressedtext
{
    font-size:14px;
    font-weight:bold;
}
.centeredcontent
{
    text-align:center;
    margin-top:40px;
    margin-bottom:40px;
    margin-right:auto;
    margin-left:auto;
    width:600px;
}
.centeredbox
{
    text-align:left;
    margin-top:10px;
    margin-bottom:40px;
    margin-right:auto;
    margin-left:auto;
    width:400px;

}
.indented
{
    margin-left:40px;
}
.dotseparated
{
    border-bottom:1px dotted #C5C5C5;
}
.subheader
{
    font-size:12px;
    font-weight:bold;
}
.focustext
{
    font-size:small;
}
.infobox
{
    border:1px solid #C5C5C5;
    padding:4px;
    margin:10px;
}
.nocolumns
{
    margin:14px 14px 14px 230px;
}

.dl_alternaterow
{
    margin:4px;
    padding:2px;
    background-color:#FAF6D6;
    border-bottom:1px solid #c9c9c9;
}.dl_row
{
    background-color:#ffffff;
    padding:2px;
    margin:4px;
    border-bottom:1px solid #c9c9c9;
}
.gridlines
{
  border:1px solid #F1F1F1;
}

.padded
{
    margin:4px;
    padding:2px;
}
.navarea
{
    margin-bottom:20px;
    margin-right:auto;
    margin-left:auto;
    padding:2px;
    border-top:1px solid #c9c9c9;
    width:650px;
    text-align:right;
}
.fieldset
{
    border:1px solid #BDB3B3;
    padding:6px;
    background-color:#ffffff;
}

.fullwidth
{
    width:567px;
}
html>body .fullwidth
{
    width:100%;
}
.messagebox
{
    text-align:center;
    padding:16px;
    background-color:#DDE9F4;
    border:1px solid #285481;
    font-size:14px;
    font-weight:bold;
    position:absolute;
    top:300px;
    width:350px;
}
.msgcontainer
{   
    margin-right:auto;
    margin-left:auto;
    width:350px;
    visibility:hidden;
}
.sitefooter
{
    bottom: 0; 
    width: 900px; 
    margin-top: 4px;
    text-align:center;
    margin:0px auto 0px auto;

}
/* Profile Tabs */

ul#profiletabs {
    text-align: left; 
    margin: 1px 0 0px 0; 
    font: bold 12px verdana, arial, sans-serif; 
    border-bottom: 1px solid #670001; 
    list-style-type: none;
    padding: 3px 10px 3px 10px; 
    
}
.nocolumns .nocolumns
{
	margin:0px;
}
ul#profiletabs li { 
    display: inline;
    padding: 2px; 
}

ul#profiletabs .t-selected a{
    border-bottom: 1px solid #AECEE8; 
    background-color: #AECEE8; 
    color: #333333; 
    background-image:url(img/profiletabs_selectedbg.png);
    background-repeat:repeat-x;
}


ul#profiletabs li a { 
    padding: 3px 4px; 
    border: 1px solid #670001; 
    background-color: #EEEEEE; 
    color: #666666; 
    margin-right: 0px; 
    text-decoration: none;
    border-bottom: none;
}

ul#profiletabs a:hover { 
    color: #000000; 
}
.profiletabs_shadow
{
    background-image:url(img/profiletabs_shadow.png);
    background-repeat:repeat-x;
    height:21px;
}


#srch_container
{
	width:900px;
	margin:0px auto 0px auto;
}
html>body #srch_container
{
}
#srch
{
    font-size:11px;
	color:#000;
	font-weight:bold;
	position:absolute;
	top:250px;
	margin-left:30px;
}
#srch_desc
{
	width:150px;
	left:10px;
	top:5px;
}
#srch_divide
{
	color:#000;
}
#srch_key
{
	color:#000;
	width:150px;
}
#srch_cnum{
	color:#000;
	width:150px;
}
#srch_go
{
}
#ctl00_btnSearch
{
	font-weight:bold;
	width:25px;
	height:25px;
}
#srch_adv{
	width:150px;
	color:#000;
}
#srch_adv a{
	color:#000;
    font-weight:bold;
}
#srch_adv a:hover{
}
#links_container{
}
#links{
}
#links a
{
}
.faqs_largemargins
{
    margin:20px;
}
.faqs_questionheader
{
}
.faqs_answerheader
{
}
.faqs_q
{
}
.faqs_a
{
}
.faqs_separator
{
}
.faqs_submitquestion_container
{
}
.faqs_submitquestion
{
    float:right;
    border:1px solid #cccccc;
    margin:0px 0px 10px 10px;
    padding:5px;
    text-align:center;
}
.faqs_qaup
{
    float:right;
}
.faqs_search_container
{
}
.faqs_search
{
    float:right;
    border:1px solid #cccccc;
    margin:0px 0px 10px 10px;
    padding:5px;
}
.faqs_searchresultsheader
{
    text-align:center;
    font-weight:bold;
    font-size:medium;
}
.faqs_sidebar
{
    width:200px;
    float:right;
}