/***** Page *****/

body
{
	background: #000000 url(images/main-bg.gif) repeat-x;
	color:#7f7f7f;
	font:85% trebuchet ms, arial, verdana, helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

img {
	border: 0px;
}

body a:visited 
{
	text-decoration:none;
	border:0;	
}

/***** Wrapper *****/

#wrapper
{
	background:#fff;
	color:#000;
	margin:0px auto;
	padding:0px;
	width:776px;
}

#wrapper-alt
{
	background:#fff;
	color:#000;
	margin:0px auto;
	padding:0px;
	width:776px;
}

/***** Navigation *****/

#nav {
	height: 43px;
	width: auto;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;	
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nlink, .nlinkend {
	float:left;
	width:auto;
	list-style: none;
	padding-top: 15px;
	padding-left: 6px;
	padding-right: 6px;
	height:28px;
}

.nlink{
	background-image: url(images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nlinkend {
	background-image: none;
}

/***** Content *****/

#content
{
	background:#fff;
	float:left;
	padding:10px 10px 10px 40px;
	width:400px;
	color:#000000;
}

#content-alt
{
	background:#828282;
	float:left;
	padding:0px 0px;
	width:776px;
	color:#333333;
}

#content-alt2
{
	background:#fff;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:10px;
	width:726px;
}

#content-alt3
{
	background:#fff;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:10px;
	width:320px;
	color:#000000;
}
#content-alt4
{
	background:#fff;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:726px;
}
#content-alt5
{
	background:#fff;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:10px;
	width:706px;
}

#content h3
{
	color:inherit;
	font-size:1.4em;
	margin:0;
	padding:10px 5px 0 0;
	text-align:left;
	background:inherit;
}

#content h4
{
	color:inherit;
	font-size:.8em;
	margin:0;
	padding:0 0 0 10px;
	font-weight:normal;
	background:inherit;
}

#content p
{
	margin:10px 5px;
	padding-left:10px;
	padding-right:10px;
	background:inherit;
	color:inherit;
}

#content a
{
	color:#551a8b;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover
{
	color:#551a8b;
	text-decoration:underline;
}

#content-alt a
{
	color:#551a8b;
	font-weight:bold;
	text-decoration:none;
}

#content-alt a:hover
{
	color:#551a8b;
	text-decoration:underline;
}

#content-alt2 a
{
	color:#551a8b;
	font-weight:bold;
	text-decoration:none;
}

#content-alt2 a:hover
{
	color:#551a8b;
	text-decoration:underline;
}

#content-alt3 a
{
	color:#551a8b;
	font-weight:bold;
	text-decoration:none;
}

#content-alt3 a:hover
{
	color:#551a8b;
	text-decoration:underline;
}

/***** Side Content *****/

#sidebar
{
	background:#fff;
	margin:0;
	padding:10px 0 0 0;
	float:right;
	width:320px;
	
}

#sidebar-alt
{
	background:#fff;
	margin:0;
	padding-top:10px;
	float:right;
	width:400px;
	
}

#sidebar ul
{
	color:#333;
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}

#sidebar li
{
  padding: 0.1ex 0;
}

#sidebar li a
{
	color:#996600;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding:2px 10px;
	background:inherit;
}

#sidebar li a:hover
{
	background:#CCCCCC;
	color:#333333;
}

#sidebar h4
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 2px 10px;
}
#sidebar p
{
	margin:5px 5px;
	padding-left:10px;
	padding-right:10px;
	background:inherit;
	color:inherit;
}

/***** Footer *****/

#footer {
	background: url(images/footer-bg.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 108px;
	padding-top: 20px;
	text-align: center;
	width: 776px;
}

#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}

#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

