@charset "utf-8";

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #CCCCCC;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 140%;
	color: #3d3d3d;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

/******** Layout Elements ********/

.wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.innerwrapper {
	margin: 0 210px 0 0;

}

.header {
	height: 138px;
	margin: 5px 5px 0 5px;
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.content {
	margin: 0 0 10px 205px;
	padding: 5px;
	background-color: #ffffff;
	background-image: url(images/logo_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.left {
	margin: 0 0 10px 5px;
	float: left;
	width: 190px;
	padding: 5px;
	background-color: #999966;
	color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.right {
	margin: 0 5px 10px 0;
	float: right;
	width: 190px;
	padding: 5px;
	background-color: #ffffff;
}

.menu {
	width: 950px;
	height: 45px;
	margin: 0 5px 0 5px;
	background-color: #666666;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
}

.footer {
	margin: 0 5px 5px 5px;
	padding: 5px;
	background-color: #ffffff;
	clear: both;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #336600;
	font-style: italic;
}	

a, a:active, a:visited {
	color: #663333;
	text-decoration: none;
}

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

.header a, .header a:active, .header a:visited {
	color: #993300;
}

.header a:hover {
	color: #993300;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}

.imageright {
	float: right;
	padding-left: 10px;
	margin-left: 10px;
}

/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	padding: 0;
	display: inline;
	background: none;
}

.menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 5px 20px 0 20px;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666}

.menu b {
}
