.basictab{
padding: 4px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 10px;
margin-right: 20px;
border: 1px solid gray;
border-bottom: none;
background-color: white;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #034077;
color: white;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #034077;
color: white;
}


.submenustyle{
padding: 2px 1px;
border: 1px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:hover{
background-color: #034077;
color:white;
}

#siteWrap {
	width: 772px;
	color: inherit;
	background-color: #808080;
	margin: auto;
	border-right: 4px;
	border-right-color: #034077;
	border-right-style: solid;
	border-left: 4px;
	border-left-color: #034077;
	border-left-style: solid;
	height: 100%;
	}

#bottom {
	min-height: 100px;
	width: 772px;
	background-color: Grey;
	font-size: 1.1em;
	margin: auto;
	padding-top: 20px;
	text-align: center;
	color: #808080;
}	

#footer {
	height: 30px;
	width: 772px;
	background-color: black;
	font-size: 1.0em;
	margin: auto;
	background-image: "images/background_squares.gif";
	border-bottom: 4px;
	border-bottom-color: #034077;
	border-bottom-style: solid;
	color: #CCCCCC;
	text-align: center;
	padding-top: 8px;
	line-height: 1.8em;
}

#footer p { color: #CCCCCC;}
#footer a {	color: #CCCCCC; text-decoration: none; background-color: inherit;}
#footer a:hover {color: #CCCCCC; text-decoration: underline; background-color: inherit;}

.topTable {
	margin: auto;
	width: 772px;
	border-top: 4px;
	border-top-color: #034077;
	border-top-style: solid;
	border-bottom: 4px;
	border-bottom-color: #034077;
	border-bottom-style: solid;
	}
	
.topRight {
	padding-top: 10px;
	padding-bottom: 10px;
	/*width: 500px;*/
	border-bottom: 1px;
	border-bottom-color: #034077;
	border-bottom-style: solid;
	text-align: center;
	background-color:#D7D9C1;
	}

.mainRight {
	/*width: 500px;*/
	/*padding-left: 20px;*/
	background-color:#FFFFFF;
	vertical-align: top;
	}
	
.bottomRight {
	background-color:#D7D9C1;
	vertical-align: top;
	}
	
.mainLeft {
	width: 245px;
	padding-left: 15px;
	padding-top: 15px;
	border-right: 4px;
	border-right-color: #034077;
	border-right-style: solid;
	color: #000000;
	font-size: 1.2em;
	text-align: left;
	vertical-align: top;
	}

.txtInput {
	color: #000000;
	background: #CCCCCC;
	border: 1px solid #000000;
	margin-top: 2.5px;
	text-indent: 3px;
	}
