

* {
	margin: 0;
	padding: 0;
}

html { 	background-color:#d1d1d1; }

body {

	background-color: #cbcbcb;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(images/bg.gif) repeat-x;

}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #0AAAFD;
}

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

#header {
	width: 770px;
	height: 339px;
	margin: 0 auto;
}



#header #left {
	float: left;
	width: 350px;
	height: 339px;
}

#logo {
margin-top:30px;
	float: left;
	width: 350px;
	background-image: url(images/logo.png) no-repeat;
}

#menu {
margin: 50px 0 0 20px;
	float: left;
	width: 330px;

}



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

#menu li {
	display: inline;
	font-weight: bold;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
	text-decoration: underline;
}
#header #right {
	width: 416px;
	float: right;
}




#page {
	width: 770px;
	margin: 0 auto;
	border-top: 1px dashed black;
}

#page h1, #page h2 {
	margin-bottom: 20px;
	font-weight: bold;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}



#content table {
border: 1px dotted silver;
padding: 8px 0px 8px 10px;
margin-top:10px;
}

#content tr {
border: 1px dotted silver;
margin: 3px 3px 3px 13px;
}


#content .head {

border-bottom: 1px solid silver;
font-weight: bold;
margin-bottom: 9px;
}

#content .head2 {
border: 1px dotted silver;
font-weight:bold;
}





#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}