/* CSS Document */

#container {
	width: 880px;
	margin: auto;
	background-color: #fff;
	color: #333;
	/*border: 1px solid gray; */
	line-height: 130%;
	height:100%;
}

#top {
	background-color: #ddd;
	background: #fff url('../images/header1.jpg');
	background-position:right;
	height:203px;
	margin-left:0;
}

#top h1 {
	padding: 0;
	margin: 0;
}

#leftnav {
	float: left;
	width: 175px;
	position:relative;
	height:100%;
	background: #fff url('../images/menubg.jpg');
	background-repeat:no-repeat;
	margin-left:3px;
}
#leftnav #leftNevContent {
	background-color:#FFFFFF;
	padding:5px;
}
#rightnav {
	background: #fff url('../images/rightNavTop.jpg');
	background-repeat:no-repeat;
	position: relative;
	float: right;
	width: 210px;
	border:0px;
	
}
#rightNavContent{
text-align:left;
padding: 1em 1.1em 1.5em 1em;
}
#rightnav h2
{
	font-size: 1.5em;
	color:#FF9900;
	margin:0;
}

#content {
	margin-left: 180px;
	margin-right: 200px;
	padding: 1em;
	line-height: 1.5em;
	width:auto;
/*
	border-left: 1px solid gray; 
	border-right: 1px solid gray;
*/
}

#content p {
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6 {
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #FF9900;
	padding-bottom: 0.3em;
}


#content h2
{
	font-size: 1.5em;
	color:#FF9900;
}
#content h3 {
	font-size: 1.1em;
	color:#0077dd;
	border-bottom: dashed 1px #0077dd;
}


#footer	{
	clear: both;
	font-size: 0.8em;
	margin: 0;
	padding: .5em;
	color: #333;
	text-align:center;
	border-top: solid 1px #0077dd;
	height:30px;
	background-color:#e4e4e4;
	
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/* Content > Sidebar > Menu */

#menu {
	margin-top:10px;
	padding: 1em 1.2em 1.5em 1em;
	margin-bottom: 30px;
	
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	background: url(../images/img05.gif) no-repeat 10px 17px;
	border-top: 1px solid #EBEBEB;
	color: #0077dd;
	font-weight:bold;
}

#menu a:hover, #menu .active a {
	background:#fac473;
	text-decoration: none;
	font-weight: bold;
	background: #fff url('../images/menuactivebg.jpg');
}
