body {
text-align: center;
margin: 0px;
}

#site_container {
margin: auto;
width: 768px;


}


#main_container {
float: left;
width: 768px;
background-image: url(../images/blocks/main_container_bg.gif);
background-position: top right;
background-repeat: repeat-y;
position: relative;
padding-bottom: 0px;

}


#main_container div.main_br {
position: absolute;
width: 141px;
bottom: -1px;
right: 0px;
height: 17px;
background-image: url(../images/blocks/main_br_bg.gif);
background-position: bottom;
background-repeat: no-repeat;
clear: both;
}


#top_bar {
width: 768px;
height: 137px;
position: relative;
float: left;
background-color: #ffffff;
}

#top_bar div.img {
float: left;
}

html>body #top_bar {
height: auto;
min-height: 137px;
}

#top_bar form {
float: right;
width: 205px;
margin-top: -130px;
padding-top: 10px;
font-size: 100%;
text-align: left;
margin-bottom: 0px;
}

html>body #top_bar form {
width: auto;
min-width: 205px;
}

#top_bar label {
color: #ffffff;
font-family: arial, verdana, times, courier;
}

#top_bar form input.qs_text{
border: 1px solid #ffffff;
background-color: #89B7F5;
width: 165px;
margin-right: 0px;
float: left;
font-size: 100%;
height: 18px;
padding-top: 2px;
padding-left: 2px;
color: #ffffff;
}

html>body #top_bar form input.qs_text{
height: auto;
min-height: 17px;
}

#top_bar form input.qs_submit{
float: left;
margin-left: 2px;
margin-top: 0px;
}

#top_nav {
width: 768px;
position: relative;
float: left;
text-align: left;
/* a weird glitch is occuring with the bg divs in ie
have set width 4px to wide and set overflow to hidden */
overflow-x: hidden;
padding-top: 3px;
height: 50px;
background-color: #ffffff;

}

html>body #top_nav {
height: auto;
min-height: 48px;
padding-top: 1px;
}

#top_nav ul.main_nav {
margin: 0px;
padding: 0px;
list-style-type: none;
/* a weird glitch is occuring with the bg divs in ie
have set width 4px to wide and set overflow to hidden */
width: 772px;
}

html>body #top_nav ul.main_nav {
width: 768px;
}

#top_nav ul.main_nav li {
float: left;
margin-left: 2px;
border-bottom: 1px solid #ffffff;
background-image: url(../images/blocks/red_dot_bg.gif);
background-position: bottom;
background-repeat: repeat-x;
position: relative;
background-color: #ffffff;
text-align: center;
}



#top_nav ul.main_nav li div.tl {
width: 10px;
height: 10px;
top: 0px;
left: 0px;
position: absolute;
background-image: url(../images/blocks/top_nav_tl_bg.gif);
background-repeat: no-repeat;
}

#top_nav ul.main_nav li div.tr {
width: 10px;
height: 10px;
top: 0px;
right: 0px;
position: absolute;
background-image: url(../images/blocks/top_nav_tr_bg.gif);
background-repeat: no-repeat;
}

#top_nav ul.main_nav li.first {
margin-left: 0px;
}

#top_nav ul.main_nav li a {
float: left;
display: block;
padding-bottom: 4px;
padding-top: 3px;
text-align: center;
color: #686868;
text-decoration: none;
font-family: arial, verdana, times, courier;
background-repeat: repeat-y;
background-position: right;
font-weight: bold;
border: 1px solid #FE0000;
border-bottom: none;

}

#top_nav ul.main_nav li.selected  {
border-bottom: 1px solid #FE0000;
}

#top_nav ul.main_nav li a:hover  {
background-color: #FE0000;
color: #ffffff;
}

#top_nav ul.main_nav li.selected a  {
background-color: #FE0000;
color: #ffffff;
}

#top_nav ul.main_nav li.first a {
width: 84px;
}

html>body #top_nav ul.main_nav li.first a {
width: auto;
min-width: 82px;
}

#top_nav ul.main_nav li.second a {
width: 168px;
}

html>body #top_nav ul.main_nav li.second a {
width: auto;
min-width: 166px;
}

#top_nav ul.main_nav li.third a {
width: 122px;
}

html>body #top_nav ul.main_nav li.third a {
width: auto;
min-width: 120px;
}

#top_nav ul.main_nav li.fourth a {
width: 124px;
}

html>body #top_nav ul.main_nav li.fourth a {
width: auto;
min-width: 122px;
}

#top_nav ul.main_nav li.fifth a {
width: 130px;
}

html>body #top_nav ul.main_nav li.fifth a {
width: auto;
min-width: 128px;
}



#top_nav ul.main_nav li.sixth a {
width: 130px;
}

html>body #top_nav ul.main_nav li.sixth a {
width: auto;
min-width: 128px;
}

#top_nav  ul.sub_nav {
width: 768px;
margin: 0px;
margin-top: 0px;
float: left;
padding: 0px;
list-style-type: none;
background-color: #FE0000;
}

#top_nav ul.sub_nav li {
display: block;
float: left;
width: 153px;
text-align: center;
font-size: 90%;
background-image: url(../images/blocks/top_sub_nav_li_bg.gif);
background-position: bottom left;
background-repeat: no-repeat;
}

#top_nav ul.sub_nav li.first {
width: 156px;
background-image: none;
}

#top_nav ul.sub_nav li a  {
display: block;
width: 100%;
color: #393939;
text-decoration: none;
font-weight: bold;
padding-top: 4px;
padding-bottom: 5px;
}

#top_nav ul.sub_nav li a:hover  {
color: #ffffff;
}

#top_nav ul.sub_nav li.selected a  {
color: #ffffff;
}

#main_content {
float: left;
text-align: left;
width: 627px;
padding-right: 16px;
background-image: url(../images/blocks/main_content_bg.gif);
background-position: left;
background-repeat: repeat-y;
position: relative;


}
html>body #main_content {
width: 611px;
}

#right_col {
float: right;
width: 420px;
height: 400px;
}
html>body #right_col 
{
height: auto;    
min-height: 400px;
}

#right_col a {
font-weight: bold;
}

#right_col p.breadcrumb {
color: #6394D9;
margin-top: 17px;
}

#right_col p.breadcrumb a {
font-weight: normal;
}

#right_col ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#right_col ul li {
background-image: url(../images/blocks/bullet_bg.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 18px;
margin-bottom: 5px;

}


#right_col ul.no_bullets {
margin: 0px;
margin-bottom: 10px;
padding: 0px;
list-style-type: none;
}

#right_col ul.no_bullets li{
margin-bottom: 5px;
background-image: none;
padding: 0px;
}


#right_col div.message_block {
width: 420px;
background-image: url(../images/blocks/message_block_content_bg.gif);
background-repeat: repeat-y;
position: relative;
padding: 10px;
padding-top: 16px;
padding-bottom: 16px;
clear: both;
}

html>body #right_col div.message_block {
width: 400px;
}

#right_col div.message_block div.top {
width: 420px;
background-image: url(../images/blocks/message_block_top_bg.gif);
background-repeat: no-repeat;
background-position: top;
position: absolute;
height: 6px;
top: 0px;
left: 0px;
}

#right_col div.message_block div.base {
background-image: url(../images/blocks/message_block_base_bg.gif);
background-repeat: no-repeat;
background-position: bottom;
position: absolute;
width: 420px;
height: 6px;
bottom: 0px;
left: 0px;
}

#right_col div.message_block h2 {
margin-top: 0px;
margin-bottom: 5px;
}

#right_col div.message_block p {
margin-top: 5px;
margin-bottom: 5px;
}


#left_col {
float: left;
width: 175px;

background-image: url(../images/blocks/left_col_top_bg.gif);
background-position: top;
background-repeat: no-repeat;
}

#left_col.home {
background-image: url(../images/blocks/home_left_col_top_bg.gif);
}

#left_col ul.left_nav {
margin: 0px;
padding: 0px;
margin-top: 17px;
border-top: 1px solid #ffffff;
list-style-type: none;
padding-bottom: 185px;
}

#left_col ul.left_nav li {
border-bottom: 1px solid #ffffff;
font-size: 120%;
font-weight: bold;
font-family: arial, verdana, times, courier;
}

#left_col ul.left_nav li a {
padding-left: 12px;
padding-top: 3px;
padding-bottom: 3px;
color: #ffffff;
display: block;
width: 175px;
background-color: #010066;
text-decoration: none;
}

html>body #left_col ul.left_nav li a {
width: 163px;
}

#left_col ul.left_nav li ul.sub_nav {
margin: 0px;
padding: 0px;
margin-top: 0px;
list-style-type: none;
background-image: url(../images/blocks/left_nav_ul_bg.gif);
background-position: bottom;
background-repeat: no-repeat;
}

#left_col ul.left_nav ul.sub_nav li {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #B8D4F9;
font-size: 80%;
font-weight: bold;
font-family: arial, verdana, times, courier;
}

#left_col ul.left_nav ul.sub_nav li a {
padding-left: 24px;
padding-top: 3px;
padding-bottom: 3px;
color: #010066;
display: block;
background-color: #B8D4F9;
text-decoration: none;
width: 175px;
}


html>body #left_col ul.left_nav ul.sub_nav li a {
width: 151px;
}


#left_col ul.left_nav ul.sub_nav li.selected a {
background-color: #89B7F5;
}

#left_col ul.left_nav ul.sub_nav li a:hover {
background-color: #89B7F5;

}

#sponsors {
padding-top: 35px;
padding-bottom: 25px;
width: 175px;
padding-left: 10px;
background-image: url(../images/blocks/sponsors_top_bg.gif);
background-position: top;
background-repeat: no-repeat;
background-color: #EFF8FF;
position: absolute;
bottom: 0px;
left: 0px;
}

html>body  #sponsors {
width: 165px;
}

#sponsors div.base {
width: 175px;
height: 10px;
position: absolute;
bottom: -2px;
left: 0px;
background-image: url(../images/blocks/sponsors_base_bg.gif);
background-repeat: no-repeat;
background-position: bottom;

}


#right_bar {
float: right;
width: 141px;
height: 100%;
background-image: url(../images/blocks/right_bar_top_bg.gif);
background-position: top;
background-repeat: no-repeat;
padding-top: 18px;
}

#right_bar img{
border-bottom: 1px solid #ffffff;
}



#base_bar {
width: 768px;
float: left;
padding-top: 10px;
color: #686868;
}

#base_bar ul {
list-style-type: none;
margin: 0px;
padding: 0px;

}

#base_bar ul li{
display: inline;
padding-right: 2px;
padding-left: 5px;
border-left: 1px solid #686868;
line-height: 20px;

}

#base_bar ul li.first {
padding-left: 0px;
border-left: none;
}

#base_bar ul li a {
color: #686868;
}

.alphalist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	list-style-type: lower-alpha;
}
#ErrorMsg{
	color:#FA0000;
}
.Text{
	border:1px solid #999999;
	width:160px;
}
.ErrorText{
	border:1px solid #FA0000;
	background-color:#FFEBEB;
	width:160px;
}
.fixedLabel{
	display:inline-block;
	width:75px;
}
#btnLogin{
	margin-left:178px;
}

ul li ul{
	border-top:3px solid #FFFFFF;
}

a.folderFunc{
	color:#000000;
}