body {	
	margin-top: 0;
	background-repeat:repeat-x;
	background-image: url(images/background.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #ff6f2a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	margin:0px auto;
	widht: 815px;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 2px;
	padding: 5px;
	position: relative;
}

#toplinks {
	float: right;
	text-align: right;
	margin-right: 25px;
	margin-top: 5px;
	color: #ff6f2a;
}

#header {
	width: 100%;
	
}

#logo {
	width: 326px;
	float: left;
}

#menu {
	padding-left: 330px;
}

#menu .active{
	line-height: 22px;
	height: 22px;
	background-color: #FFFFFF;
	color: #ff6f2a;
	width: 100px;
	text-align: center;
	font-weight: bold;
	float: left;
}

#menu .normal{
	line-height: 22px;
	height: 22px;
	background-color: #ff6f2a;
	color: #FFFFFF;
	width: 100px;
	text-align: center;
	font-weight: bold;
	float: left;
}

#menu .normal a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .normal a:hover {
	text-decoration: underline;
}

#menucontent {
	width: 100%;
	height: 22px;
	padding-top: 1px;
	margin-bottom: 2px;
	background-color: #ff6f2a;
}

#leftcol {
	width: 220px;
	height: 390px;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
	border-right: 1px solid #CCCCCC;
}

h1 {
	color: #ff6f2a;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	margin-bottom: 4px;
}

#leftcol ul {
	margin: 0;
	padding: 0;
	margin-left: 25px;
	list-style: url(images/diamond.gif);
}


#leftcol li {
	color: #ff6f2a;
	line-height: 20px;
}

#footer {
	width: 100%;
	color: #484848; 
	margin-top: 15px;
	padding-top: 7px;
	border-top: 3px solid #ff6f2a;
}

#footerleft {
	float: left;
	width: 350px;
	padding-left: 8px;
}

#footerright {
	float: right;
	width: 400px;
	text-align: right;
	padding-right: 8px;
}

#rightcol {
	width: 540px;
	height: 370px;
	margin-top: 10px;
	padding-left: 10px;
	float:right;
}

#welcome {
	margin-right: 20px;
	color: #585858;
	text-align: justify;
}

#welcomelinks {
	margin-left: 60px;
	margin-top: 15px;
	color: #ff6f2a;
	font-weight: bold;
}

#welcomelinks ul {
	list-style: url(images/arrow.gif);
	margin: 0;
	padding: 0;
}

#welcomelinks li {
	padding-bottom: 15px;
}