html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;

}
body, td, p{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.15em;
}

h1 {
	font-size:14px;
	color: #993300;
	font-weight: bold;
}

h2 {
	font-size:12px;
	color: #993300;
	font-weight: bold;
}

h3 {
	font-size:11px;
	color: #993300;
	font-weight: bold;
}

ul{
	line-height: 1.15em;

}

ul li{
	list-style-image: url("../images/dot.jpg");
	vertical-align: 50%;
}

ul li ul li{
	list-style-image: url("../images/arrow.jpg");
	vertical-align: 50%;

}

ul li .no-link{ color: #333333; text-decoration: none}
ul li a:link.no-link { color: #333333; text-decoration: none}
ul li a:visited.no-link { color: #333333; text-decoration: none}
ul li a:active.no-link { color: #333333; text-decoration: none}
ul li a:hover.no-link { color: #333333; text-decoration: none}


a:link {color:#993300; text-decoration:underline;  }
a:active {color:#993300; text-decoration:underline; }
a:visited {color:#993300; text-decoration:underline; }
a:hover {color:#CC9966; text-decoration:underline; }

#header{
		width: 100%;
		height: 111px;
		background: url("../images/header_bg.jpg");
		background-position: left;
		background-repeat: repeat-x;

}

#wrapper{
	width: 100%;
}

#top-nav{
	background: url("../images/nav_bg.jpg");
	background-position: left;
	background-repeat: repeat-x;
	height: 22px;

}

#main-area{
	height: 450px;
	background: url("../images/grey_dot.jpg");
	background-position: top left;
	background-repeat: repeat-x;

}

#main-column {
	padding: 20px 10px 20px 0px;
	background: url("../images/grey_dot.jpg");
	background-position: top left;
	background-repeat: repeat-x;

}

#left-column {
	width: 150px;
	background: url("../images/left_bg.jpg");
	background-position: top left;
	background-repeat: repeat-y;

}

#top-nav-bg{
	background: url("../images/nav_bg.jpg");
	background-position: left;
	background-repeat: repeat-x;
	height: 22px;

}

#bottom-sep{
	height: 8px;
	background: url("../images/bottom_line_bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;

}

.bottom-sep{
	background: url("../images/bottom_line_bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;

}


#footer{
	height: 100px;
	padding: 20px 0px 20px 150px;
	font-size: 11px;
	color: #333333;
	
}

#footer a:link {color: #993300; text-decoration: none;}
#footer a:active {color: #993300; text-decoration: none;}
#footer a:visited {color: #993300; text-decoration: none;}
#footer a:hover {color: #993300; text-decoration: underline;}

#footer-link{
	font-size: 10px;

}

#footer-link a:link {color: #333333; text-decoration: none;}
#footer-link a:active {color: #333333; text-decoration: none;}
#footer-link a:visited {color: #333333; text-decoration: none;}
#footer-link a:hover {color: #333333; text-decoration: none;}

#navcontainer{
	margin: 0;
	padding: 0;
	height: 22px;
	float: left;
}

#navcontainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url("../images/navbg.gif");
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

#navcontainer a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 15px 0px 15px;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
}

#navcontainer li.active { 
	background: url("../images/navbg-over.gif");
	background-repeat: repeat-x; 
	background-position: center;
	color: #993300;
	}
	
#navcontainer li.active a{ 
	background: url("../images/navbg-over.gif");
	background-repeat: repeat-x; 
	background-position: center;
	color: #993300;
	}

#navcontainer a:hover { 
	background: url("../images/navbg-over.gif");
	background-repeat: repeat-x; 
	background-position: center;
	color: #000000;
	}
#navcontainer li#last{
		border-right: 1px solid #A8B090;
}