/* ######### CSS for Shade Tabs. Remove if not using ######### */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.container{
	width:100%;
	margin:0px;
	border:#000099 0px solid;
}

.column1{
	width:224px;
	margin:0px;
	border:#000099 0px solid;
	float:left;
}

.column2{
	width:192px;
	margin:0px;
	border:#000099 0px solid;
	float:left;
}
.column3{
	
	
	
	
}


.tabcontent{
	margin-left: 415px;
	background-color:#d9e3ed;
	color:#000;
	border:#000099 0px solid;
	height:550px;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:15px;
	text-align:left;
	font-size:16px;
	margin:0px;
	overflow: auto;


}



footer{
	border:10px #000099 solid;
	}

.title {
	font-size:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.title2 {
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	
.bold {
	font-size:14px;
	font-weight:bold;

	
	}
	
		
.shadetabs{
	padding: 0px;
	margin:0px;
	font-family:tahoma;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: block;
	margin: 0;
	padding-bottom:2px;
	
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding:0px;
	border: 0px solid #778;
	/*background: white url(shade.gif) top left repeat-x;*/
	width:181px;
	height:23px;
	display:block;
	background-image:url(img/tab1.gif);
	color:#003366;
	padding-top:12px;
	padding-right:10px;
	text-align:right;
	font-weight:bold;
	margin:0px;
	font-size:11px;

}

.adjust{
	color:#990000;
}
.shadetabs li a:visited{
	font-size:11px;
}

.shadetabs li a:hover{
	background-image:url(img/tab2.gif);
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	background-image:url(img/tab2.gif);
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image:url(img/tab2.gif);
	color:#003366;
	
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}
	

.tabcontent li {
	margin-bottom:20px;
	margin-left:20px;
}

@media print {
	.tabcontent {
	display:block !important;
	}
}

html a:active { outline:none;}
:focus {-moz-outline-style: none;}

a:link{
	color:#003366;
	font-size:14px;
}
a:visited{
	color:#003366;
		font-size:14px;
}
a:hover{
font-weight:bold;
}
li {
	list-style-type:none;
	padding-left:-10px;
	font-size:15px
}

blockquote {
	font-size:15px;
	}