* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #121212;
	background-color: #F1EEFD;
}
#shadow {
	width: 790px;
	padding: 3px;
	margin:0 auto;
	background-color: #EBE9F7;
}
#wrap {
	position: relative;
	width: 784px;
	font-size: 110%;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 90%;
}
#header {
	padding: 10px;
	padding-bottom: 0;
}
#content {
	padding: 10px;
}
#logo {
	height: 80px;
}
#skip { 
	display: none; 
}
.moreaccess {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
#footer {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 90%;
	border: 1px solid #CCC;
	float: left;
}
#copy {
	float: left;
}
#footlinks {
	float: right;
}
#footlinks a {
	padding: 2px 15px;	
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearboth {
	clear: both;
}
/*---------------- Horizontal Tabs Start here ------------------------------*/
a:link, a:visited {
color: #CC6600;
text-decoration: underline;
}
a:hover, a:active {
color: #FFF;
text-decoration: none;
background: #F48D29;
}
#nav {
background: #EEE;
border-bottom: 2px solid #A1A1A1;
margin: 1em 0 0;
padding: 0.6em 0 0;
font-weight: bold;
}
#nav ul, #nav ul li {
list-style: none;
margin: 0;
padding: 0;
}
#nav ul {
padding: 5px 0 5px;
text-align: center;
}
#nav ul li {
display: inline;
}
#nav ul li a {
background: url(../images/tableft.gif) no-repeat left top;
color: #FFF;
text-decoration: none;
padding: 5px 0;
background-position: 0 -75px;
}
#nav ul li span {
background: url(../images/tabright.gif) no-repeat right top;
padding: 5px 7px 5px 3px;
margin: 4px 0 4px 4px;
background-position: 100% -75px;
}
#nav ul li a:hover span {
text-decoration: underline;
background-position: 100% -150px;
}
#nav ul li a:hover {
background-position: 0 -150px;
}
#nav #current a {
background-position: 0 -150px;
}
#nav #current a span {
background-position: 100% -150px;
}
/*- Internet Explorer...It's Hacktastic!--------------------------- */
/*\*//*/
#nav ul li a {
display: inline-block;
white-space: nowrap;
width: 1px;
}
#nav ul {
padding-bottom: 0;
margin-bottom: -1px;
}
/**/
/*\*/
* html #nav ul li a {
padding: 0;
}
/**/

/*---------------------Tabs End here --------------------------------*/
		