body {
	font: 13px Verdana, Arial, Sans-Serif; 
	color: #333;
	
	margin: 0px;
	}

table 
{
    padding: 0px;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { 
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 75px;
	margin: 0 0 0 40px;
	width: 100%;
	}

h1, h1 a, h1 a:hover, h1 a:visited,

h1:hover {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #444;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

h2 a:hover, h2 span a:hover {
	color: #D9D9D9 !important;
	font-size: 12px;
	color: #C30;
	}

a {
	color: #6495ED;
	font-size: 12px;
	text-decoration: none;
	}


ol li {
	list-style: decimal inside;
	}

input[type=text], textarea {
	color: #444;
	padding: 0px;
	margin: 0;	
	}


a:link {
	text-decoration: none;	
} 
a:visited {}
a:hover {
	text-decoration:none;
	color: #999;
	}
a img {
	border: none;
	}
hr {} /* horizontal line in your template*/
hr.separator {}

form {
	margin: 0px;
	} 
 
a.mainlevel{
	font-size: 13px;
	color: #333;
	text-indent: 0px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:20px;
	display: block;
	background-color:#F2F2F2;
	width:178px;
	border-bottom: 1px dotted #960;
}
a.mainlevel:link {
	
}
a.mainlevel:visited {}
a.mainlevel:hover {
	background-color:#FFF;
	border-bottom: 1px dotted #000;
	color: #333;
}
 

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	padding-right: 10px;
	margin: 0;
	font-size: 11px;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	/*display: block;*/
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}



ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}