@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

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

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

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

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

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

.header {
	height: 50px;
	margin: 0px 0 5px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	line-height: 50px;
	background-image: url(img/c-hed-rogo.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

.menu {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}

.content {
	margin: 0 0 10px 0px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 210px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.box1 {
	width: 200px;
	float: left;
}

.box2 {
	width: 200px;
	float: left;
}

.box3 {
	width: 200px;
	float: left;
}

.box4 {
	width: 200px;
	float: left;
}

.box5 {
	width: 200px;
	float: left;
}

.box6 {
	width: 200px;
	float: left;
}
#container {
	width: 650px;
}

.botan
	{
	border: 1px ridge #CCCCCC;
	background-color: #CCCCCC;
	background-position: center center;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 320px;
}

.footer {
	margin: 5px auto 10px;
	padding: 5px 0px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	clear: both;
	text-align: center;
	width: 800px;
}

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

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}

h2 {
	margin: 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 13px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #EE6060;
	padding-left: 10px;
	line-height: 1.2em;
}

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

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

a:hover {
	color: #aa0000;
	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 15px 0;
}
*/
.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}

#line {
	table-layout:auto;
	text-decoration: underline;
	color: #EE6060;
}
/******** 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;
}
