	/* CSS Document */
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #A9C7B8;
	margin-top: 0px;
	padding-top: 0px;
}
a:link {
	text-decoration: underline;
	color: #000066;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	text-decoration: underline;
	color: #990000;
}
#wrapper {
	width: 975px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #002195;
	border-left-color: #004621;
	text-align: left;
}

/* Header */
#header {
	background-image: url(images/TASC_banner.jpg);
	background-repeat: no-repeat;
	width: 975px;
	height: 127px;
	margin: 0px;
	padding: 0px;
}
#header h2 {
	font-size: 18px;
	font-weight: bold;
	color: #466A51;
	text-align: left;
	margin-top: 0px;
	padding-top: 52px;
	padding-left: 300px;
}

/* -------------- main table ------------*/ 
.mainTable {
	left: 0px;
}

.mainTableLeft{
	width: 187px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0A321A;
	background-color: #b1d3b4;
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: text-top;
}
 
.mainTableLeft p{
	margin-left: 28px;
}
 
/* -------------- Left menu ------------*/
.LeftMenu {
	margin-top: 35px;
	margin-right: 2px;
	margin-left: 7px;
}
.LeftMenu ul{ list-style-type: none;
	line-height: 180%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
.LeftMenu ul a:link {
	text-decoration: none;
	color: #00152F;
}
.LeftMenu ul a:hover {
	text-decoration: underline;
	color: #64064A;
}

.SubMenu {
	margin-left: 6px; font-size: 11px;}
/* -------------- end left menu ------------*/
 
 .mainTableRight {
	width: 787px;
	vertical-align: text-top;
}
/* -------------- contents in the table right ------------*/
.content {
	margin-right: 25px;
	margin-left: 15px;
}

.content h2 {
	font-size: 21px;
	color: #243E60;
	margin-top: 7px;
	margin-left: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.content p {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 30px;
	line-height: 130%; 	font-size: 14px;
}

.photoRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px; padding-top: 5px;
}

.photoLeft {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-top: 5px;
}

/* Footers  */

#footer {
	clear: both;
	width: 975px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #5f7797;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #838d9b;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #4B5C89;
}
#footer2{
	clear: both;
	width: 975px;
	background-color: #6B7685;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* -------------- bottom navigation  ------------*/
.FooterNavi {
	font-size: 14px;
	font-weight: bold;
	text-align: center;

}

.BottomNavi ul{
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 1px;
	padding-left: 0px;
 	
}
.BottomNavi li{
	display:inline; text-align: center;
}
.BottomNavi a{
	text-decoration:none;
	color:#FFFFFF;
	/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	padding-right: 10px; */
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.DividerRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6D0D9;
	padding-right: 10px;
}
	
.BottomNavi a:visited{
	text-decoration: none;
	color: #CCCCCC;
}
.BottomNavi a:hover{
	text-decoration: underline;
	color: #620033;
}
.BottomNavi a:active{
	text-decoration: underline;
	color: #cc0000;
}
/* Footer end */


/* --------------   ------------*/

#wrapper .mainTable tr .mainTableRight .content p a strong {
	color: #C7A325;
}
#wrapper .mainTable tr .mainTableRight .content h2 a strong {
	color: #C7A325;
}
