/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #EEF3F5;
}

a:link, a:visited, a:hover {
	color: #404040;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 140%;
 color: #FF6600;
 text-align: center;
}

h2{
 font-size: 85%;
 color: #FF6600;
 text-align: right;
}

h3{
 font-size: 80%;
 color: #FF6600;
 text-align: left;
}

h4{
 font-size: 80%;
 color: #FF6600;
 text-align: center;

}

h5{
 font-size: 60%;
 color: #000000;
 text-align: center;
}

h6{
 font-size: 60%;
 font-weight: 500;
 color: #333333;
 text-align: left;
}

.s1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #404040;
}
.a1 {
	color: #FF6600;
}

.s2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	color: #404040;
}
.s3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:  right;
	color: #404040;
}
.s4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:  left;
}
.s5 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	text-align: center;
	color: #404040;
}
.c1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: 800;
	color: #660033;
}

.c2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: right;
	color: #FF6600;
}
.w1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10;
}
#menu {
	width: 850px;
	height: 25px;
	margin: 0 auto;
	background: #FF6600;
}


#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}


#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	height : 15px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #ffcd04;
}

#menu a:hover {
	border-bottom-color: #FFFF00;
	background: #CCCCCC;
}

#menu .active a {
	background: #808080;
}

