/************* GENERAL STYLES *************/
	
body,td,p,ul,ol,li,dl,dt,dd,menu,dir,blockquote,pre,tt {
	color: #333333; 
	font-size : 11px; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
	}
		
A {
	text-decoration : underline;
	color : #336600;
	}

A:hover {
	text-decoration : underline;
	color : #0000cc;
	}
	
A:visited {

}

/************** HEADINGS **************/	
h1 {
	color: #336600;
	font-size: 24px; 
	font-weight: normal; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
	
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}		
	
h2 { 
	color: #ff0000;
	border-bottom: 0px solid #ffffff;
	font-size: 18px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 	
	line-height: normal;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
}

h3 {
	color: #336600;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: normal;

	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
}

h4{
	font-SIZE: 11px; 
	font-weight: bold;
	line-height: normal;
}

address{
	
}

pre{
	background-image: url(../images/dot.html);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size:1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/***** Layout Styles *****/

#overall-body{
width:750;
} 

#header-table{
background-color:#C4C4C4;

}

/***** General Layout Styles *****/

/*
ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
	list-style-image: url();
}
*/

/***************  Top Nav Starts ************** */	
#topnav-bar {
	background: url(../images/nav-bg.gif) repeat-x center center;
	}

#topnav-left-text{
	 }
	 
/***** Top Nav Standard Links *****/
td.topnav-btn-std{
	text-align: center; 
	background: url(../images/nav-bg.gif) repeat-x center center;
	}
		
a.topnav-link-std,
a.topnav-selected-std {
	color: #FFFFFF;
	line-height: 14px;
	height: 14px;
	padding: 5px 5px 6px 5px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	}

a.topnav-link-std:active,
a.topnav-selected-std:active,
a.topnav-link-std:visited,
a.topnav-selected-std:visited {
	color: #FFFFFF;
	}
	
a.topnav-link-std:hover,
a.topnav-selected-std:hover {
	color: #FFFF00;
	text-decoration: none;
	}
	
a.topnav-selected-std {
	font-weight: bold;
	color: #FFFF00;
	}
	
/*a.topnav-selected-std:active,
a.topnav-selected-std:visited {
	color: #FFFF00;
	}
	
a.topnav-selected-std:hover {
	color: #FFFF00;
	}*/

	
/***** Top Nav Sub Links *****/
td.topnav-btn-sub{
	border-left: 1px solid #CCCCCC;
	text-align: center; 
	}
		
a.topnav-link-sub,
a.topnav-selected-sub {
	color: #FFFFFF;
	line-height: 14px;
	height: 14px;
	padding: 6px 20px 6px 20px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	}

a.topnav-link-sub:active,
a.topnav-selected-sub:active,
a.topnav-link-sub:visited,
a.topnav-selected-sub:visited {
	color: #FFFFFF;
	}
	
a.topnav-link-sub:hover,
a.topnav-selected-sub:hover {
	color: #FFFF00;
	background: #FFFFFF;
	text-decoration: none;
	}
	
a.topnav-selected-sub {
	background-color: #FFFFFF;
	font-weight: bold;
	}

	
/***** Top Nav Header Links *****/
td.topnav-btn-header{
	text-align: center; 
		background: url(../images/nav-bg.gif) repeat-x center center;
	}
		
a.topnav-link-header,
a.topnav-selected-header {
	color: #FFFFFF;
	line-height: 14px;
	height: 14px;
	padding: 5px 20px 6px 20px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	}

a.topnav-link-header:active,
a.topnav-selected-header:active,
a.topnav-link-header:visited,
a.topnav-selected-header:visited {
	color: #FFFFFF;
	}
	
a.topnav-link-header:hover,
a.topnav-selected-header:hover {
	color: #FFFF00;
	text-decoration: none;
	}
	
a.topnav-selected-header {
	font-weight: bold;
	}

/*************** LEFT NAV START ****************/
#leftnav-bar{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #5E6B88;
	border-right: 1px solid #FFFFFF;
	width: 158px;
	}
	
#leftnav-top-text{
	text-align: center;
	}
	
#leftnav-list {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #fff;
	}

#leftnav-bottom-text{
	text-align: center;
	}

	
/***** Left Nav Standard Links *****/
.leftnav-btn-std {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style: none;
	/*list-style-image: url(insert url of image here);*/
	}
	
a.leftnav-link-std,
a.leftnav-selected-std {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	display: block;
	text-align: right;	
	}

a.leftnav-link-std:active, 
a.leftnav-selected-std:active, 
a.leftnav-link-std:visited,
a.leftnav-selected-std:visited {
	color: #FFFFFF;
	}

a.leftnav-link-std:hover,
a.leftnav-selected-std:hover {
	color: #FFFF00;
	text-decoration: none;
	}
	
a.leftnav-selected-std {
	font-weight: bold;
	}

	
/***** Left Nav Sub Links *****/
.leftnav-btn-sub {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style: none;
	/*list-style-image: url(insert url of image here);*/
	}

a.leftnav-link-sub,
a.leftnav-selected-sub {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
	font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
	font-size: 10px;	
	text-decoration: none;
	display: block;
	}
 
a.leftnav-link-sub:active,
a.leftnav-selected-sub:active,
a.leftnav-link-sub:visited,
a.leftnav-selected-sub:visited {
	color: #FFFFFF;
	background-color: #F4F4F4;
	}

a.leftnav-link-sub:hover,
a.leftnav-selected-sub:hover {
	color: #FFFF00;
	background-color: #FFFFFF;
	text-decoration: none;
	}
	
a.leftnav-selected-sub {
	background-color :#FFFFFF;
	font-weight: bold;
	}

	
/***** Left Nav Header Links *****/
.leftnav-btn-header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	}

a.leftnav-link-header,
a.leftnav-selected-header {
	border-bottom: 0px solid #CCCCCC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 10px 0px;
	text-decoration: none;
	display: block;
	text-align:center;
	font-style:italic;
	font-weight: bold;
	text-transform:uppercase;
	}

a.leftnav-link-header:active,
a.leftnav-selected-header:active,
a.leftnav-link-header:visited,
a.leftnav-selected-header:visited {
	color: #FFFFFF;
	}

a.leftnav-link-header:hover,
a.leftnav-selected-header:hover {
	color: #FFFF00;
	text-decoration: none;
	}
	
a.leftnav-selected-header {
	font-weight: bold;
	}
	
/* Left Nav Ends */

.list-row {border-top:1px solid #cccccc}

.thumbnail-image{
border: 1px solid #ffffff;
}

.main-image{
border: 4px solid #EFEBEF;
}

#footer-text{
	font-size: 10px;
	color: #ffffff;
	text-align: center;
		background: url(../images/nav-bg.gif) repeat-x center center;
	}

.footer-bar{
	border-top: 1px solid #ffffff;
	border-left: 0px solid #ffffff;
	padding: 0px 0px 0px 0px;
	background: url(../images/footer-bg.gif) repeat-x center center;
	}
	
#footer-text a {
	color: #ffffff;
	text-decoration: underline;
}

#footer-text a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer-text a:active,
#footer-text a:visited {
	color: #ffffff;
	text-decoration: underline;
}

/* Footer Ends */
.background {
	background-image: url(../images/frame.gif);
	background-repeat: no-repeat;
}
