/* CSS definition file containing site wide stylesheets */

a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:visited {
text-decoration:none;
}


.nav1 {	
color:#660000;
text-decoration: none;
}
.nav1:link {
color:#660000;
}
.nav1:visited {
color:#993333;
text-decoration: none;
}
.nav1:hover {
color:#993333;
text-decoration: underline;
}

.rightcol {
width: 250px;
padding: 6px;
}

.hdg1 {
font-size:12pt; 
font-family: arial; 
color:#336699; 
font-weight:bold;
}

.hdg2 {
font-size:12pt; 
font-family: arial; 
color:#CC3300; 
font-weight:bold;
}

/* text box with rounded corners */
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#000066; margin:0 5px;}
.b2 {height:1px; background:#000066; border-right:2px solid #000066; border-left:2px solid #000066; margin:0 3px;}
.b3 {height:1px; background:#000066; border-right:1px solid #000066; border-left:1px solid #000066; margin:0 2px;}
.b4 {height:2px; background:#000066; border-right:1px solid #000066; border-left:1px solid #000066; margin:0 1px;}
.contentb {background: #000066; padding: 0; }


.bs_signup_form_row {
border:medium none;
padding:5px;
}
.bs_signup_form_label {
color:#333333;
float:left;
text-align:left;
text-transform:capitalize;
white-space:nowrap;
width:100px;
}
.bs_signup_form_element {
color:#333333;
font-family:verdana;
font-size:12px;
margin-left:110px;
}


.bs_signup_form_element input.text {  
border:1px solid #CCCCCC;
font-family:Verdana,sans-serif;
font-size:14px;
height:24px;
width:260px;
}

