body,td,th {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin:8px 0 18px 0;
	padding:0;
}

img {
	border:none;
}

a:link, a:visited {
	color: #black;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:active {
	color: #EDB70F;
	text-decoration: underline;
	font-weight: normal;
}

/*==/ HEADER /==*/
.basictab ul{
margin: 0px;
padding: 3px 0;
margin-left: 5;
font: 13px Verdana;
border-bottom: 1px solid black;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #595959;
border-bottom: none;
background-color: #FFFFFF;
color: #595959;
}

.basictab li a:visited{
color: #595959;
}

.basictab li a:hover, .basictab li a.current{
text-decoration: underline;
background-color: #C0C0C0;
color: black;
}

.basictab li a:active{
color: black;
}

#tabcontentcontainer{
width:100%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

/*-- NAVIGATION MENU --------------------------------------------------*/

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
text-decoration: underline;
background-color: #C0C0C0;
color: Black;
}

/*==/ BODY CONTENT /==*/

div.body-container {
	width:900px;
	margin:0px 0 0 0;
}

div.bodycontent {
	margin: 8px 8px 18px 8px;
}

/*-- 1 COLUMN ---------------------------------------------------------*/

div.bodycontent-1col {
	margin: 12px 12px 18px 12px;
}

/*==/ FOOTER /==*/

div.footer {
	width: 900px;
	margin: 0 2px 0 2px;
	border-top:1px solid #808080;
}
div.footer p {
	margin: 16px 8px 16px 12px;
}