@charset "utf-8";


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

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

body {
	background-color: #FFFFFF;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
}

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

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 90px;
	background-color: #ffffff;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
}

.content {
	background-color: #ffffff;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 230px;
	padding-top: 55px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

.menu {
	float: left;
	width: 150px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 100px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}

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

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #CCCCCC;
	text-transform: uppercase;
	text-align: right;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	line-height: 30px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

.menu a, a:active, a:visited {
	color: #333333;
	text-align: right;
	text-transform: capitalize;
	text-decoration: none;
}

.menu a:hover {
	color: #666666;
	text-align: right;
	text-transform: capitalize;
	text-decoration: none;
}

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

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

p {
	margin: 0 0 15px 0;
	color: #666666;
}

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

.left {
	float: left;
	margin: 0 0 10px 0;
	padding: 8px;
}

.right {
	float: right;
	margin: 0 0 10px 0;
	margin-left: 20px;
}

/******** 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;
}
