

* {margin: 0;
    padding: 0;
}

body { font-family:Arial, Helvetica, sans-serif;
       font-size: 62.5%;
       color:#000066;
}

#header{
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 169px;

	
}

#header1{
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 169px;
	width:160;

}
#header_menu{
	background-image: url(images/header_menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 33px;
	padding-top: 10px;
	font-size: 1.3em;
}

#container {
	font-size: 1.2em;
}

#left {
	float: left;
	width: 241px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 27px;
}

#right {
	float: right;
	width: 210px;
	margin-right: 5px;
	padding-top: 27px;
}

#content {
	margin-right: 250px;
	margin-left: 290px;
	padding: 5px;
}
#spacerdiv {
height: 160px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	font-size: .9em;
	padding-top: 60px;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	color: #FFFFFF;
	font-size: 1.7em;
	padding-top: 00px;
	padding-left: 10px;
}

.heading_color{
	color: #FF9900;	
}


h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(images/menu_tab1.jpg);
	height: 31px;
	width: 226px;
	padding-top: 5px;
	padding-left: 15px;
}

.images_left {float: left;
               margin: 5px;
}

.thumbs {border: 1px solid gray;
         margin: 5px;
		 padding: 1px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #FF6633}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navcontainer A {
text-decoration:none;
font-size:13px;
font-weight:bold;
}
.Level1NoActive {
border-bottom:1px solid #999999;
}
.Level1Active {
border-bottom:1px solid #999999;
}
.Level1Active A {
color:#CC6600;
}
.Level2NoActive {
margin-left:15px;
}
.Level2Active {
margin-left:15px;
}
.Level2Active A {
color:#CC6600;
}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.2em;
}
