/***** Page *****/

body
{
    background-image: url(../images/slash.png);
	font:70% Verdana,Tahoma,Arial,sans-serif;
	margin-top: 20px;
}

body a:visited 
{
}

.left 
{
	float:right;
	padding:0;
	text-align:left;
	font-weight:normal;
	display:inline;
	background-color: #CCCCCC;
	height: 40px;
}

.right
{
	display:inline;
	float:right;
	text-align:right;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/***** Wrapper *****/

#wrapper
{
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	color:#000;
	margin:0 auto;
	padding:0;
	width:740px;
}

/***** Top *****/

#top
{
	height:80px;
	margin:2;

	border-top: solid white 4px;
}


#top .left
{
	margin:2px 0px 0 8px;

}

#top .right
{
	
	margin:4px 8px 0 0;
}

#top a
{
	color:#FFFFFF;
	font-size: 24px;
	letter-spacing: -2px;
	left: 16px;
	font-style: italic;
	position: relative;
}

#top a:hover
{
}

/***** Navigation *****/

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#navigation
{
	color:#fff;
	font-size:1em;
	height:2em;
	line-height:2em;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation li
{
	float:left;
	list-style:none;
	border-right-style: solid;
	border-right-width: 1px;
}

#navigation li a
{
	background: #999999;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	text-transform:uppercase;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
	background-color: #CCCCCC;
}

/***** Content *****/

#content
{
	background:#fff;
	padding:15px 10px;
	text-align: left;
	background-color: #FFFFFF;
}

#content h3
{
	color:#666666;
	font-size:18px;
	text-align:left;
	background:inherit;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 15px;
}

#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:013567;
	text-align: left;
	line-height: 2em;
}

#content a
{
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

/***** Side Content *****/

#sidecontent
{
	margin:0;
	padding:15px 0 0 0;
	float:right;
	width:164px;
}

#sidecontent ul
{
	color:#333;
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}

#sidecontent li
{
  padding: 0.1ex 0;
}

#sidecontent li a
{
	color:#000;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding:8px 20px;
	background:inherit;
}

#sidecontent li a:hover
{
	background:#94CC29;
	color:white;
}

#sidecontent h4
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 2px 15px;
}

/***** Footer *****/

#footer
{
	background:#999999;
	clear:both;
	color:#fff;
	font-size:0.9em;
	height:1.8em;
	line-height:1.8em;
	padding:2;
	text-align:center;
}

#footer a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}

/***** Bottom *****/

#bottom
{
	background:#FFF;
	padding:3px;
}
