/***** Page *****/

body
{
	
	background:#006699;
	background-image:url(../images/BACK3.jpg);
	background-repeat:repeat-x;
	color:#333;
	font:70% verdana;
	margin:0;
	padding:0;
}

body a:visited 
{
	text-decoration:none;
	border:0;	
}

.left 
{
	float:left;
	padding:0;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	display:inline;
}

.right
{
	display:inline;
	float:right;
	text-align:right;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/***** Wrapper *****/

#wrapper
{
	
	border-left:0px solid #fff;
	background-image:url(../images/wrapper2.jpg);
	background-color:#CEC9C3;
	border-right:0px solid #fff;
	color:#000;
	margin:0 auto;
	padding-right:15px;
	padding-left:15px;
	width:740px;
}

/***** Top *****/

#top
{
	background:#fff;

	
	color:#fff;
	height:;
	margin:0;
	padding:0;
}


#top .left
{
	margin:4px 0 0 8px;

}

#top .right
{
	
	margin:4px 8px 0 0;
}

#top a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#top a:hover
{
	text-decoration:underline;
}

/***** Navigation *****/

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#navigation
{
	background:#333333;
	color:#fff;
	font-size:1em;
	height:2em;
	line-height:2em;
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#navigation li a
{
	background:inherit;
	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
{
	background:#A52C10;
	color:#fff;
	text-decoration:none;
}

/***** Content *****/

#content
{
	background:#fff;
	background-image:url(../images/background3.jpg);
	background-repeat: no-repeat;
	float:left;
	padding:15px 10px;
	width:555px;
	border-right:1px solid #999999;
	color:#000;
}

#content h1
{
	color:#333;
	font-size:1.8em;
	margin:0;
	padding:10px 5px 0 0;
	text-align:left;
	background:inherit;
}

#content h2
{
	color:#A52C10;
	font-size:1.4em;
	margin:0;
	padding:0 0 0 10px;
	font-weight:bold;
	background:inherit;
}

#content p
{
	margin:10px 5px;
	padding-left:10px;
	padding-right:10px;
	
	
}

#content a
{
	text-decoration:none;
	color:#0099CC;
}

#content a:hover
{
	text-decoration:underline;
}


/****table links****/


#table a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#table a:hover
{
	text-decoration:underline;
}


/***** Side Content *****/

#sidecontent
{
	background-image:url(../images/sidecontent.jpg);
	background-repeat: no-repeat;
	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 10px;
	background:inherit;
}

#sidecontent li a:hover
{
	background:#A5451D;
	color:white;
}

#sidecontent h4
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 2px 8px;
	
	color:#A5451D;
}

/***** Footer *****/

#footer
{
	background:#fff;
	background-image:url(../images/footer.gif);
	clear:both;
	color:#666;
	font-size:.9em;
	height:4.7em;
	line-height:1.8em;
	padding:15px;
	text-align:center;
	border-top:1px solid #999999;
}

#footer a
{
	background:inherit;
	color:#366;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}
