@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: 140%;
	color: #3d3d3d;
}

/******** Layout Elements ********/

.wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	font-family:  Arial, Verdana, Sans-Serif;
}

.innerwrapper {
	margin: 0 210px 0 0;
	font-size: 12px;
	font-family:  Arial, Verdana, Sans-Serif;
}

.header {
	height: 202px;
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-align: center;
	line-height: 120%;
}

.content {
	margin: 0 30px 10px 240px;
	padding: 5px;
	font-size: 12px;
	font-family:  Arial, Verdana, Sans-Serif;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	height: 890px;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 220px;
	height: 890px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.right {
	margin: 0 0 10px 0;
	float: right;
	width: 220px;
	height: 890px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}


/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #FAD4C6 url(images/img07.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}

.boxedB h2 {
	height: 27px;
	padding: 11px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #F07242;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 199px;
	height: 21px;
	padding: 7px 0 0 12px;
	background: #FDF1EC url(images/img08.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
}

.boxedB a:hover {
	background: #F7B8A0 url(images/img09.gif) no-repeat;
	color: #FFFFFF;
}

/* BoxedC */

.boxedC {
	margin-bottom: 1px;
	background: #CBE2F8 url(images/img11.gif) repeat-y;
	border-bottom: 1px solid #549EE9;
}

.boxedC h2 {
	height: 27px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #549EE9;
}

.boxedC ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedC li {
	display: inline;
}

.boxedC a {
	display: block;
	width: 199px;
	height: 21px;
	padding: 7px 0 0 21px;
	background: #EEF5FD url(images/img12.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}

.boxedC a:hover {
	background: #A9CEF4 url(images/img13.gif) no-repeat;
	color: #FFFFFF;
}



/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	line-height: 180%;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: underline;
}

a:hover {
	color: #3333FF;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #CC00FF;
}

.header a:hover {
	color: #3333FF;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
	font-size: 12px;

}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** 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;
}
