/*-------------------------------------------------------------------------
   MAIN STYLE (Body text and basic links) for SSC surveys
-------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height:1.5;
}
h1, h2, h3 {
	color:#2F006D;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:13px;}
p {
	margin-bottom: 10px;
	
}
tr {
	color: #000000;
}
td {
	height:17px;
	color: #000000;
	font-weight:normal;
}
li {
	margin-bottom: 5px;	
	margin-left: 3px;
}
ul {
	margin-bottom: 15px;	
	margin-left: 23px;
	list-style-position:outside;
}
ol {
	margin-bottom: 15px;	
	margin-left: 25px;
	list-style-position:outside;
}
blockquote {
	margin-bottom: 5px;	
	margin-left: 0px;
	padding-left: 15px;	
}
h1, h2, h3 {font-family:Arial, Helvetica, sans-serif}
h2 {
	margin-bottom:10px;
	color:#2F006D;
	font-size:15px;
}
h3 { 
	color:#2F006D;
	margin-bottom:10px;
	font-size: 13px;
}
a {
	color: #2F006D;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px dotted;
	font-size:14px;
}
a:visited {
	color: #2F006D;
	text-decoration: none;
}
a:active {
	color: #2F006D;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted;
}
/*-------------------------------------------------------------------------
   Divisions
-------------------------------------------------------------------------*/
#wrapper {
	width: 792px;
	margin: 0px auto;
	border:1px solid #000000;
	padding:20px;
	text-align:left;
}
#header {
	width:100%;
	height: 190px;
	text-align:center;
}
#left {
	float:left;
	width:50%;
	margin-right:10px;
}
#right {
	float:left;
	width:40%;
}		
#errormsg, #errormsg1 {
	color:#ED1C24;
	font-weight:bold;
}	
#welcome {
	text-align:right;
	margin-right:55px;
}

.style2 {
	margin-top:15px;
	margin-bottom:3px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight:bold;
	text-align:left;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style6 {	
	margin-top:20px;
	color: #2F006D;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
}
.style10 {
	margin-top:10px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #9DB533; 
	font-weight:bold; 
}
.style14 {color: #2F006D; font-family: Arial, Helvetica, sans-serif; font-weight:bold; }
.style16 {color: #2F006D; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; }
.style17 {color: #2F006D; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; }
.style21 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight:bold; }
.emsg {
	color:#FF0000;
	font-weight:bold;
	font-size:13px;
}
.redbold {
	color:#FF0000;
	font-weight:bold;
}
/*-------------------------------------------------------------------------
   Styles for forms
-------------------------------------------------------------------------*/	
.submit input{
	color: #FFFFFF;
	background-color:#2F006D;
	border: 1px outset #000000;
	font-size:13px;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
} 
label {font-weight:normal;}
.clear {clear:both;}
