/*************** Site Colors *****************/
/*
#11147F dark blue
#235973 - Dark Aqua
#89A6B5 - Light Aqua
#EAEAEA - light gray
#ECE9D8 - Beigh
#F4AE10 - dark yellow
*/
html {
	overflow-y: scroll;
	}

.container {
width: 98%;
border: 1px solid #D3DDE3;
}

body {	
	margin-left: 0px;	
	margin-top: 0px;	
	margin-right: 0px;	
	margin-bottom: 0px;
	/*background-color: #003366;*/
	vertical-align: top;
	font: Verdana, Arial, helvetica, sans-serif;
	font-family:  Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;	
	line-height: 130%;
}

td {
	vertical-align: top;
	font: Verdana, Arial, helvetica, sans-serif;
	font-family:  Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;	
	line-height: 130%;
}



/*-----------------------------------   TEMPLATE STYLES ---------------------------------*/
.homebg{
background-image:url(images/home_bg_pic.jpg);
background-position: bottom left;
background-repeat: no-repeat;
}

.vertline {
background-image: url(images/vert_line.jpg);
background-position: center;
background-repeat: repeat-y;
}


.bluebar {
background-image: url(images/footerbar2.jpg);
background-position: left;
background-repeat: repeat-x; 
}
/*-----------------------------------   MAIN STYLES ---------------------------------*/

li {	
	list-style-type: disc;
	line-height: 130%;
}

a:link {
	color: #003366;
	white-space: pre-wrap;
	
}
a:visited {
	color: #114466;
	
}
a:hover {
	color: #336699;
}

.hr {
	height: 1px;
	
	width: 80%;
	color: #009999;
}


/*-----------------------------------   ALTERNATE STYLES ---------------------------------*/




/*-----------------------------------   TEXT STYLES ---------------------------------*/

.h1 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #11147F; 
	margin-top: 0px;
	margin-bottom: 3px;
}

.h2 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #235973;
	margin-top: 0px;
	margin-bottom: 3px;
}

.h3 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 15px;
	color: #11147F; 
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

.h4 {
	font-family: tahoma, Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #235973;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

.h5 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #25405A;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}


h1 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 18px;
	color: #11147F; 
	margin-top: 0px;
	margin-bottom: 3px;
}

h2 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #89A6B5;
	margin-top: 0px;
	margin-bottom: 3px;
}

h3 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 15px;
	color: #11147F; 
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

h4 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

h5 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #25405A;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}




.small { 
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px; 
	color: #333333; 
	line-height: 130%; 
}

.smaller { 
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px; 
	color: #333333; 
	line-height: 120%; 
}



/*-----------------------------------   TABLE STYLES ---------------------------------*/

.table1{	
	border-style: solid;	
	border-color: #89A6B5;	
	border-left-width: 1px;		
	border-right-width: 1px;	
	border-top-width: 1px;	
	border-bottom-width: 1px;
	border-collapse: collapse;

}

.table2{	
	border-style: solid;	
	border-color: #89A6B5;	
	border-left-width: 1px;		
	border-right-width: 1px;	
	border-top-width: 1px;	
	border-bottom-width: 1px;
}

.table4 {
  border-collapse: collapse;
}

.table4 td {
  background-color:#FFF;
  border:1px solid #89A6B5;
  padding:5px;
}

.table5 {
  background-color:#FFF;
  border-collapse: collapse;
}

.table5 td {
  background-color:#FFF;
  border:1px solid #FFF;
  padding:5px;
}

.tableprod{	
	border-style: solid;	
	border-color: #11147F;
	border-left-width: 1px;		
	border-right-width: 1px;	
	border-top-width: 1px;	
	border-bottom-width: 1px;
}


/********************** SIDE NAV STYLES ***********************/

.menu {
background-color: #D3DDE3;
}

.sidemenu {
	width: 123px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D6D9DE;
}

.sidemenu td {
	height: 5px;
	font-weight: normal;
	font-size: 11px;
}

.sidemenu td a, .sidemenu td a:link, .sidemenu td a:visited  {
	display: block;
	width: 100%;
	float: left;
	height: 17px;
	background-image: url(images/button_bak.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	color: #FFFFFF;

}

.sidemenu td a:hover {
	display: block;
	width: 100%;
	float: left;
	background-image: url(images/button_over.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 18px;
	color: #20255D;
}