
/* Main Body Elements
****************************************************************/
body {
	margin: auto;
	font: 14px/1.0 Georgia;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #333333;
	height: 100%;
	}

A	{
	text-decoration: underline;
	}
p	{
	margin: 0 2em 1em 0;
	font-size: 1.1em;
	padding-left: 20px;
	text-align: justify;
	color: #333333;
	}

h1	{
	margin: 0 0 0 0em;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
	padding-left: 20px;
	color: #515179;
	background-color: inherit;
	text-transform: capitalize;
	text-decoration: underline;
	}
	
sup {
	font-size: 1em;
}

li {
	font-size: 1.1em;
	color: #333333;
}

/* Structure IDs
****************************************************************/
#siteWrap {
	width: 800px;
	color: inherit;
	background-color: #808080;
	margin: auto;
	border-right: 2px;
	border-right-color: #000000;
	border-right-style: solid;
	border-left: 2px;
	border-left-color: #000000;
	border-left-style: solid;
	height: 100%;
	}

#bottom {
	min-height: 1px;
	width: 800px;
	background-color: #808080;
	font-size: 1.1em;
	margin: auto;
	color: #CCCCCC;
	text-align: center;
}	

#footer {
	height: 60px;
	width: 800px;
	background-color: #ffffff;
	font-size: 1.1em;
	margin: auto;
	border-top: 2px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	color: #CCCCCC;
	text-align: center;
	padding-top: 1px;
	line-height: 1.8em;
}

#footer p { color: #000000;}
#footer a {	color: blue; text-decoration: underline; background-color: inherit;}
#footer a:hover {color: red; text-decoration: underline; background-color: inherit;}

/* Structure Classes
****************************************************************/
.topTable {
	margin: auto;
	width: 800px;
	border-top: 2px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	background-color:#ffffff;
	}
	
.topRight {
	padding-top: 10px;
	padding-bottom: 10px;
	/*width: 500px;*/
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	text-align: center;
	background-color:#4D96FF;
	}

.mainTable {
	margin: auto;
	width: 800px;
	background-color:#ffffff;
	}

.mainRight {
	/*width: 620px;*/
	/*padding-left: 20px;*/
	background-color:#D0E3FF;
	vertical-align: top;
	text-decoration: none;
	}
	
.bottomRight {
	background-color:#D0E3FF;
	vertical-align: top;
	}
	
.mainLeft {
	width: 125px;
	background-color: #4B96FF;
	padding-left: 5px;
	padding-top: 5px;
	border-right: 4px;
	border-right-color: #000000;
	border-right-style: solid;
	color: #000000;
	text-align: left;
	vertical-align: top;
	}

.txtInput {
	color: #000000;
	background: #CCCCCC;
	border: 1px solid #000000;
	margin-top: 2.5px;
	text-indent: 3px;
	}




.basictab{
padding: 2px 0;
margin-left: 0;
font: 13px Georgia;
border-bottom: none;
list-style-type: none;
margin-bottom: 0;
text-align: center; /*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: 2px 10px;
margin-right: 5px;
border: 1px solid black;
border-bottom: 1px solid black;
background-color: white;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #5680D6;
color: white;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
padding: 2px 10px;
background-color: #5680D6;
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;
}


