/***********************************************/
/* 3col_leftNav.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px;
	background-color:#FFFFFF;
	font-family: Arial,sans-serif;
	line-height: 1.5;	
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

h1{
 font-family:Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight:500;
 text-align:center;
 color:#990000;
}

h2{
 font-family: Arial,sans-serif;
 padding-top:10px;
 font-size:7pt;
 font-weight:bold;
 text-align:center;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #FFFFCC;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type:square;
 padding-left:28px;
 margin-left:-5px;
}

.search {
	text-decoration: none;
	font-size: 11pt;
	color: blue: }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/************** Topmost content ***************/

#TopSpace{
	width:784px;
	height:81px;
	margin: 0 0% 0 -1px;
	border-left-width:1px;
	border-left-style:groove;
	border-right-width:thin;
	border-right-style:groove;
	background-image:url(images/topmostBacground.jpg);
}

#TopmostContent{
	float:right;
	font: 7pt georgia; 
	color:#FFFFFF;
	margin-top:-2px;
}

#TopmostContent img{
	width:31px;
	height:24px;
}

#TopmostContent a:hover{
	color:#FF3300;
	}
	
#BottomBorder{
	border-bottom-width:thin;
	border-bottom-style:groove;
	margin-bottom:-2px;
}

table#table2{
	float:right;
	font-size:100%;
	color:#000061;
	width:440px;
	}
	tr,td {
	text-align:left;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 0px solid #cccccc;
	font-size: 80%;
	float:right;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display:block;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#009900;
}


/************** #masthead styles **************/

#masthead{
	width:783px;
	margin: 0 0% 0 -1px;
	padding: 0px 0px 0px 2px;
	background-color:#3300CC;
}
/******************************************/

#ContentWindow{
	background-image:url(images/topGradientWhite.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:783px;
	margin: 0% 0% 0% -1px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#000099;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000099;
}

#ContentWindow a:hover {
	color:#990000;
}


/************* #center content *************/

#centerContent{
	position:relative;
	left:58px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
	color:#000061;
  	font-size:70%;
	width:500px;
	height:800px;
}

#centerContentImg{
	position:relative;
	background-image:url(images/autopic3.jpg);
	background-repeat:no-repeat;
	margin-left:-28px;
	margin-top:-20px;
	padding: 0 0 0 0px;
	width:700px;
	height:500px;
	text-align:justify;
}

#centerContentImg a{
	color:#0000FF;
}


#centerContentImg2{
	position:absolute;
	background-image:url(images/train2.gif);
	background-repeat:no-repeat;
	left:505px;
	margin-top:0px;
	padding: 0 0 0 0px;
	width:200px;
	height:400px;
	text-align:justify;
}

#centerContentTxt p{
	position:absolute;
	margin-left:50px;
	margin-top:20px;
	text-align:justify;
	}

.h3 {
	font-weight:bold;
	color:#990000;
	}

/***********FOOTER********************/
#footerGradient {
	width:781px;
	margin: 50px 0 0 0;
}

#footer {
	margin-top:0px;
	background-image:url(images/FooterBckgrnd.gif);
	background-color:#000066;
	width: 781px;
	height: 50px;
	padding-right:2px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000099;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000099;
	border-right-width:0px;
	border-right-style:solid;
	border-right-color:#000099;
}

#footer a:hover{
	color:#FFFF00;
	}

.txt {
	margin-top:4px;
	margin-left:10px;
	font-size:8pt;
	text-align: left;
	color:#000099;
}

.txt2 {
	margin-top:9px;
	margin-left:10px;
	font-size:8pt;
	text-align: left;
	color:#ffffff;
	}
	
.txt3 {
	color:#3838b2;	
	font-size:80%;
}	

/********END OF FOOTER*********************/