body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#000000;
	padding:0;
	margin:0;
	background-image:url(../images/interface/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#cfcfcf;
	}
/*Layout Styles*/
#wrapper{
    position:relative;
	width:808px;
	margin:0px auto;
	}
	
#content, #header, #nav ,#footer {
	width:785px;
	margin:0px auto;
}

blockquote {
	margin:0px;
	padding:5px 0px 10px 10px;
	}

/*-----------Content Styles-----------*/

#content #text {
	width:422px;
	margin: 0px 11px 0px 11px;
	text-align:left;
}

#content #text a {
	color: #0c88ba;
	text-decoration:none;
}
		
#content {
	height:723px;
	background-color:#FFFFFF;
}

#content .leftside {
	width:171px;
	background-image:url(../images/interface/lst.gif);
	background-repeat:repeat-y;
	}

#content .rightside {
	width:171px;
	background-image:url(../images/interface/rst.gif);
	background-repeat:repeat-y;
	}

/*-----------Header Styles-----------*/

#header {
	height:83px;
	background-image:url(../images/interface/tt.gif);
	background-repeat:repeat-y;
	}

/*-----------Nav Styles-----------*/

#nav {
	height:27px;
	background: #42bbec url(../images/interface/nav.gif) repeat-x;
	}
	
#nav ul {
	width:780px;
	height:27px;
	background:#42bbec url(../images/interface/nav.gif) repeat-x;
	padding:0;
	margin:0;
	list-style: none;
	}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
    }

#nav li a {
	display: block;
	margin:0;
	padding: 5px 8px 2px 8px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

#nav li a:hover {
	color: #000000;
}

/*-----------Subnav Styles-----------*/

.subnav {
	text-align:left;
}	
	
.subnav ul {
	margin:0px 0px 5px 28px;
	padding:0;
	list-style: none;
}

.subnav li {
	margin: 0;
	padding:0;
	list-style-image:url(../images/interface/arrow.gif);
}

.subnav li a {
	font-weight: bold;
	color: #0c88ba;
	padding-top:6px;
	text-decoration:none;
}

.subnav li a:hover {
	color: #000000;
}

/*-----------Footer Styles-----------*/

#footer {
	height: 43px;
	background-color:#FFFFFF;
	font-size:10px;
	color: #666666;
}

#footer .leftside {
	width:171px;
	background-image:url(../images/interface/lsf.gif);
	background-repeat:repeat-y;
}

#footer .rightside {
	width:171px;
	background-image:url(../images/interface/rsf.gif);
	background-repeat:repeat-y;
}

#footer a {
	color: #666666;
	font-size:10px;
	text-decoration:none;
}

/*Text Styles*/
#content h1{
	width:410px;
	height:27px;
	background-image:url(../images/interface/redbar.jpg);
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 0px 0px 10px;
	margin:0;
}

/*Form Styles*/
.formbutton{
	border: 1px solid #ffffff;
	background-color:#42bbec;
	font-weight:bold;
	color:#FFFFFF;
}

.formtext{
	border: 1px solid #000000;
}

.formlist{
	border: 1px solid #000000;
	width: 318px;
}

/*=====================MENU FORMATTING STYLES====================*/
.menuitem a:link,
.menuitem a:visited {

	width:138px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	padding:4px 6px 04px 10px;
	color:#ffffff;
	display:block;
	background-color:#dd0340;
	}

.menuitem a:hover {
	color:#000000;
	background-color:#ffffff;
}