
/*GENERAL*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {	
	color:#000; 
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #eeeeee;
	background:url(images/bg.gif);
	width: 100%;
	height: 100%;
}

* html body { /*IE/win*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana,Helvetica,Arial,sans-serif;
	color: #000;
}

#container {
	margin: 10px auto;
 	padding:0;
	width:820px;
	height: 100%;
	color:#000; 
	text-align: left;
}

#header {
	float:left;
	width:820px;
	height: 180px;
	background: url(images/header.gif) no-repeat;
	margin-left: -1px;
}

#header h1 {
	margin: 0px;
	width: 100%;
	height: 0px;
	text-indent:-3000px;
	color: #eee;
}

#header img {
	margin: 50px 0px 0px 36px;
	border: none;
}

#content {
	float:left;
	overflow:hidden;
	width:820px;
	height: 100%;
 	padding:0;
	background: url(images/contentBg.gif) repeat-y;
}


/*MENU*/

#menu {
	float:left;
	width:188px;
	background: url(images/bgStripes.gif) repeat-y;
	border-top: 3px solid #bcbc73;
	height: 530px;
	margin: 30px 0 20px 27px;
	padding: 5px 0;
}

#menu ul {
	font-family:verdana,Helvetica,Arial,sans-serif;
	list-style:none;
	margin:0;
	padding: 0;
	color: #ccc;
	background:#f7f7f7;
	border-bottom: 2px solid #bcbc73;
		line-height: 18px;

}

#menu li {
	font-size:12px;
	margin: 0 0 3px 0;
	font-weight:bold;
}

#menu li.menuItemLast {
	margin: 0px;
}

#menu li.menuItemLast a {
	display: block;
	padding: 3px 0 3px 7px;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #666666;
	width: 181px;
	border-bottom: none;
}
#menu ul ul {
	border-bottom: none;
}

#menu ul li ul {
	list-style:none;
	margin-left: 5px;
	padding: 5px 5px 0 5px;
}

#menu ul .menuItem li {
	font-weight:normal;
	width: 151px;
}

#menu .menuItem a {
	display: block;
	padding: 3px 0 3px 7px;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #666666;
	width: 181px;
}

#menu .menuSubItem a {
	display: block;
	padding: 3px 0 3px 7px;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #666666;
	width: 171px;
}

#menu a:hover {
	background:transparent url(images/link.gif) no-repeat scroll right 8px;
	color:#999900;
}

#menu a.active {
	background:transparent url(images/link.gif) no-repeat scroll right 8px;
	color:#999900;
	text-decoration:none;
}

#menu .menuSubItem a.active, #menu .menuItemLast a.active {
	background:transparent url(images/link.gif) no-repeat scroll right 8px;
	color:#999900;
	text-decoration:none;
	font-weight:bold;
}

#menu .menuSubItem a:hover {
	background:transparent url(images/link.gif) no-repeat scroll right 8px;
	color:#999900;
}


/*MAINCONTENT*/

#contentMain {
	float:right;
	width:580px;
 	padding:0px;
}

/*CONTENT*/
h2 {
	margin: 25px 0 20px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #999900;
	font-weight: normal;
	line-height: 1.3em;
}

h3 {
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	letter-spacing: normal;
	line-height: 1.3em;
}

#contentMain p {
	line-height: 1.8em;
	margin: 5px 40px 20px 0;
}

#contentMain img {float: right;
	border:1px solid #ccc;
	margin: 20px 40px 20px 20px;
}

#contentMain ul {
	line-height: 1.5em;
	font-style: normal;
	margin: 5px 40px 15px 0;
}

#contentMain ul.list {
	line-height: 1.5em;
	font-style: normal;
	margin: -17px 40px 15px 0;
}

#contentMain a {
	color: #666666;
	text-decoration:underline;
}

#contentMain a:hover {
	color:#999999;
	text-decoration:underline;
}



/*FOOTER*/

#footer {
float:left;
background:url(images/footer.gif) no-repeat;
width:821px;
height:26px;}

#footer p {
margin: -7px 35px 0 0;
text-align:right;
font-size:10px;
color: #999999;
font-style:italic;
}




