* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
}
body {
	background:url(../images/bg1.jpg) repeat-x;
	color: #000033;
	text-align: center;
	margin: 5px;
	font-size:13px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}






A:visited { text-decoration:none; color:#000093; }
A:link { text-decoration:none; color:#000093; }
A:hover { text-decoration:underline; color:#FF0000; }
A:active { text-decoration: underline; color:#00FF00; }




/************** headers **************/
h1, h2, h3, h4, h5{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
h1 {
	font-size: 175%;
	font-weight: bold;
	color: #2666c3;
	font-style:italic;
}
h2 {
	font-size: 140%;
	font-weight: normal;
	color: #2666c3;
	font-style:italic;
}
h3 {
	font-size: 120%;
	color: #666666;
}
h4 {
	font-size: 110%;
	color: #000;
}
h5 {
	font-size: 100%;
	font-weight:bold;
	color: #2666c3;

}
h1, h2, h3, h4, p {
	margin: 1px 3px 7px 3px;
	padding: 0;
}

hr {
border-top:#000 dotted 1px;
margin-top: 5px;
}


table
{
		font-size: 100%;

	}







/********************************************
   LAYOUT
********************************************/ 
#container
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background:#fff;
	border:#000 solid 1px;


}

#content-wrap {
	clear: both;
	width: 960px;
	margin: 3px auto;
	padding: 0;
}

#header {

	padding: 10px 0px 0px 30px auto;
    position: relative;
	width: 960px;

	height: 200px;
	color: #fff;
}


#navigation
{
	float: left;
	width: 960px;
	background:#333;
	font-size:14px;
	font-weight:bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	


}

#navigation ul
{
	margin: 0px;
	padding: 0px;
}

#navigation ul li
{

	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 6px 13px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid #fff;

}

#navigation li a:hover { background:#383; }




/* LEFT Sidebar */
#sidebar {
	float: left;
	width:210px;
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 0px 0px;

}
/* RIGHT Sidebar */
#sidebarRight {
	width: 110px;
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;



}

/* Main Column (with L&R) */
#main {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 596px;
	float: left;
	border-right:#000 dotted 1px;
	border-left:#000 dotted 1px;



}
/* Main Column (no R) */
#mainNoR {
	padding: 5px 0px 0px 10px;
	float: left;
	width: 675px;
}
/* main column */
#singlemain {
	width: 940px;
	float: left;
	display:inline;
	position:relative;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	}



#footer {
	background:#ccc;
	border-top:#000 dotted 1px;

	padding: 0px;
	text-align: center;
	font-size: 10px;
	font-style:italic;
	
	color: #000;
	clear: both;
	width: 960px;
}


