.nav_column {
	background-color: #000000;
	background-attachment: fixed;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main_column {
	border: 3px solid #000000;
	color: #333333;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.footer {
	background-color: #666666;
	border: 3px solid #000000;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.thirteen {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}
.regtext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 14px;
}


.twelve {
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
}
.nav_column a {
	color: #999999;
	text-decoration: none;
}

.nav_column a:hover{
	color: #ECE394;
	text-decoration: underline;
}

.nav_column a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.nav_column a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

.fourteen {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 16px;
}

.main_column a {
	color: #006699;
	text-decoration: none;
}

.main_column a:hover{
	color: #990000;
	text-decoration: underline;
}

.main_column a:active {
	color: #006699;
	text-decoration: none;
}

.main_column a:visited {
	color: #006699;
	text-decoration: none;
}
.lgtext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
}
.topnav {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #000000;
	letter-spacing: 4px;
}
.topnav a {
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:hover {
	color: #EAA84A;
	text-decoration: underline;
}
.topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.sm_text {
	font-family: Tahoma;
	font-size: 9px;
}
.welcomebgr {
	background-color: #3e3e3e;
	background-repeat: repeat-y;
	background-position: left top;
}
.lghead {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #39556D;
}
.smhead {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #39556D;
}
.missionbox {
	border: medium double #000000;
	background-color: #FFFF99;
}



.errMsg
{
	color:#ff0000;
	font-weight:bold;
}

/*---------------------------------BEGIN SURVEY STYLES---------------------------------*/

table.surveyTable
{
	margin:auto;
	border-collapse:collapse;
	border-spacing:0px;
	width:495px;
	color:#000000;
	border:1px solid #000000;
}

table.surveyTable td.surveyProgressCell_valid
{
	border:1px solid #000000;
	width:45px;
	height:25px;
	text-align:center;
	background-color:#aaccaa;
}

table.surveyTable td.surveyProgressCell_invalid
{
	border:1px solid #000000;
	width:45px;
	height:25px;
	text-align:center;
	background-color:#ccaaaa;
}

table.surveyTable a:link,
table.surveyTable a:visited
{
	color:#0000ff;
}

table.surveyTable a:hover
{
	color:#ff0000;
}

table.surveyTable tr.surveyQuestionRow
{
}

table.surveyTable tr.surveyQuestionRow td.surveyQuestionCell
{
	text-align:left;
	padding:10px;
	background-color:#ffffff;
}

table.surveyTable tr.surveyQuestionRow td.surveyQuestionCell div.surveyQuestionDiv
{
}

div.surveyQuestionDiv h3
{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}

div.surveyQuestionDiv span.question
{
	font-size:14px;
	font-weight:normal;
}

div.surveyQuestionDiv div.surveyButtons
{
	margin-top:20px;
}

div.surveyQuestionDiv div.surveyButtons a.prevQuestionLink:link,
div.surveyQuestionDiv div.surveyButtons a.prevQuestionLink:visited
{
	width:100px;
	border:1px solid #0000ff;
	color:#0000ff;
	text-decoration:none;
	text-align:center;
	float:left;
}

div.surveyQuestionDiv div.surveyButtons a.prevQuestionLink:hover
{
	width:100px;
	border:1px solid #ff0000;
	color:#ff0000;
	text-decoration:none;
	text-align:center;
	float:left;
}

div.surveyQuestionDiv div.surveyButtons input.nextQuestionBtn
{
	float:right;
}

div.surveyQuestionDiv div.surveyButtons input.previousQuestionBtn
{
	float:left;
}

a.nextQuestionLink:link,
a.nextQuestionLink:visited
{
	width:100%;
	color:#0000ff;
	text-decoration:none;
	text-align:center;
	float:right;
}

a.nextQuestionLink:hover
{
	width:100%;
	color:#ff0000;
	text-decoration:none;
	text-align:center;
	float:right;
}

img.trafficLight
{
	display:inline;
	border:0px;
	width:10px;
	height:10px;
}

div.surveyContentDiv
{
	text-align:left;
}

div.surveyContentDiv h3
{
	font-size:16px;
	color:#000000;
	border-bottom:1px solid #000000;
}

div.surveyContentDiv a:link,
div.surveyContentDiv a:visited
{
	color:#0000ff;
	text-decoration:none;
}

div.surveyContentDiv a:hover
{
	color:#ff0000;
	text-decoration:none;
}


/*---------------------------------END SURVEY STYLES---------------------------------*/

/*---------------------------------LANGUAGE SELECTOR STYLES---------------------------------*/
table.languageSelectorTable
{
	margin:auto;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
	color:#000000;
	border:1px solid #000000;
}

table.languageSelectorTable td
{
	margin:0px;
	padding:0px;
	border:1px solid red;
}

table.languageSelectorTable thead td
{
	border:1px solid #000000;
	text-align:center;
	font-weight:bold;
}

table.languageSelectorTable tbody td
{
	border:1px solid #000000;
	text-align:center;
	height:25px;
}

table.languageSelectorTable tfoot td
{
	border:1px solid #000000;
	text-align:left;
	height:25px;
}

/*---------------------------------END LANGUAGE SELECTOR STYLES---------------------------------*/

