﻿/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-position: top;
	/*background-image: url('images/bodybg.jpg');*/
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;	
}

a{
	color: #130C51;
}

a:link{
	color: #140A51;
}

a:hover{
	color: #547C38;
}

h1{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 150%;
	color: #8E000F;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 114%;
	color: #8E000F;
	margin: 0px;
	padding: 0px;
	margin-top:15px;
}

h3{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 100%;
	font-weight: bolder;
	color: #880012;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #860012;
	margin: 0px;
	padding: 0px;
}

h5{
  font-family: Verdana, Tahoma, Arial,sans-serif;
  font-size: 100%;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

hr{
	line-height: 1px;
	color: #8E000F;
}

/***********************************************/
/* Layout                                      */
/***********************************************/
.page{
	background-color: #FFFFFF;
	width: 1004px;
	padding: 8px 20px 20px 20px;
}

.content{
	background-color: #FFFFFF;
	padding: 5px 20px 70px 20px;
	text-align: left;
	font-size: 12px;
	line-height: 150%;
	vertical-align: top;
	width: 770px;
}


.footer{
	background-color: #000000;
	padding: 2px;
	text-align: center;
	font-size: 80%;
	height: 25px;	
}
/***********************************************/
/* Components                                  */
/***********************************************/

/************* .mainNavLinks styles **************/
.mainNav{
	background-color: #FFFFFF;
	padding: 8 15 0 15;
	width: 970px;
	text-align: center;
}

.mainNav a{
	color: #90000F;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	height: 10px;
	padding: 3px 18px 0px 18px;
	margin: 0px 4px 0px 0px;
}

.mainNav a:link{
	color: #8E000F;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	height: 10px;
	padding: 3px 18px 0px 18px;
	margin: 0px 4px 0px 0px;
}

.mainNav a:hover{
	color: #000000;
	background-color: #E9D657;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	height: 10px;
	padding: 3px 18px 0px 18px;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
}

.mainNav a:selected{
	color: #006699;
	background-color: #E9D657;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	height: 10px;
	padding: 3px 18px 0px 18px;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
}


/************ .subnav styles **************/
.subNav {
	background-color: #E9D657;
	vertical-align: middle;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding: 8 15 10 15;
}

.subNav a {
	text-align: center;
	height: 14px;
	color: #C50000;
	font-size: 14px;
	font-style: italic;
	padding: 8 15 0 15;

}

.subNav a:link{
	text-align: center;
	height: 14px;
	color: #C50000;
	font-size: 14px;
	padding: 8 15 0 15;
}

.subNav a:hover{
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	text-decoration: none;
	padding: 8 15 0 15;
}

.subNav a:selected{
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	text-decoration: none;
	padding: 8 15 0 15;

}

/************ .leftNavLink styles **************/
.leftNav {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 12px;
	width: 200px;
	border-right: 1px #AA0000 solid;
	padding-right: 10px;
}

.leftNavLink a {
	color:#8B512F;
	font-weight:bold;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}

.leftNavLink a:link{
	color:#8B512F;
	font-weight:bold;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}

.leftNavLink a:hover{
	color:#8B512F;
	font-weight:bold;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}

.leftNavLink a:visited{
	color:#8B512F;
	font-weight:bold;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}

.rightNav {
	
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 12px;
	width: 200px;
	border-left: 1px #AA0000 solid;
	padding-left: 10px;
}

/************* #table styles ***************/

.contentTable{
	border: 1px solid #FFFFFF;
	font-size: 12px;
	width: 100%;
}

.tHeader{
	border-left: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 11px;
	background-color: #dd8526;
	padding: 7px;
}

.tr0 td {
	background-color: #f6e6d1;
	padding: 7px;
}

.tr1 td{
	background-color: #e7d1bc;
	padding: 7px;	
}

.tc0{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #C54500;
	text-align: left;
	line-height: 11px;
}

.tc1{
	border-left: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C54500;
	text-align: left;
	line-height: 11px;
}

/************* #form styles ***************/
.formTable{
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #FFFFFF;
	font-size: 12px;
}

	
