@charset "utf-8";

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #e7e7e7;
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
	line-height: 110%;
	color: #3d3d3d;
}

/******** Layout Elements ********/

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.innerwrapper {
	margin: 0 140px 0 0;

}

.header {
	height: 120px;
	margin: 7px 0 7px 0;
	padding: 3px;
	border: 1px solid #cccccc;
	background-color: #000000;
	text-align: center;
	line-height: 25px;
}

.content {
	margin: 0 0 10px 180px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 160px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.right {
	margin: 0 0 10px 0;
	float: right;
	width: 120px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #000000;
	clear: both;
	text-align: center;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
font-size: 16pt;
font-weight: bold;
line-height: 150%;
padding:  0 0 2 6 pt;
border-bottom: 2px solid #000000;
border-left: 7px solid #000000;
}	

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 10pt 0;
}

.footer p {
	margin: 0;
	font-size: 8pt;
	line-height: 13px;
}


/******** List Styles Styles ********/

#submenu{
float:left;
width:160px;}
#submenu ul{
margin:0px;
padding:0 7px 0 0;
list-style:none;}
#submenu li{
padding:0 0 1px 0;
margin:0;}
#submenu a{
color:#000000;
background:transparent;
font-family: Trebuchet MS, Arial, sans-serif;
font-size:10pt;
text-decoration:none;}
#submenu a:hover{color:blue;text-decoration:underline;}
#submenu p{
font-family: Trebuchet MS, Arial, sans-serif;
font-weight:bold;
font-style: italic;
font-size:12pt;
padding:5px 0 5px 5px;
margin:0;}