@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: #FFCC00;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
/*	line-height: 180%; */
	color: #3d3d3d;
}

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

.wrapper {
	width: 960px;
	margin: 0 0;
	left: 20px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.innerwrapper {
	margin: 0 180px 0 0;
	background-color: #FFFFFF;

}

.header {
	height: 118px;
	margin: 0px 0 0px 0;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	line-height: 118px;
}

.content {
	margin: 0 0 0px 210px;
	padding: 5px;
	background-color: #FFFFFF;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 190px;
	padding: 5px;
	background-color: #ffffff;
	border-right-color: #990000;
	border-right-width: 1px;
	border-right-style: inset;
}

.right {
	margin: 0 0 0px;
	float: right;
	width: 160px;
	padding: 10px;
	background-color: #FFFFCC;
}

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

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

.news_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.news_text {
	font-size: 10px;
	color: #000000;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

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

a, a:active, a:visited {
	color: #999966;
	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: 9px;
	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;
}

