@charset "utf-8";

/* layout */

body {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background: #000000 url(../img/bg.gif) top left repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, html{
	height:100%;
	width:100%;
}

.holder {
	position:relative;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	background: #000000;
}

html > body .holder { 
	float: left;
	clear: both;
}

h1{
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 0px 13px;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: normal;
	background: url(../img/h1bullet.gif) 0px 8px no-repeat;
}

h2 {
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 0px 13px;
	text-transform: lowercase;
	font-size: 17px;
	font-weight: normal;
	background: url(../img/h1bullet.gif) 0px 8px no-repeat;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.noLowerCase{
	text-transform: none;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 9px;
	background: url(../img/libullet.gif) 0px 8px no-repeat;
	list-style-type: none;
	font-weight: bold;
	/*text-transform: lowercase;*/
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




/* header */

.header {
	margin-top: 30px;
	height: 54px;
	background: black;
}

.header .logo{
	position: absolute;
	top: 13px;
	left: 11px;
}

/* content */

.content{
	background: #000000 url(../img/contentbg.gif) top left no-repeat;
}

.content .main {
	width: 585px;
	margin: 50px 30px 0px 54px;
	float: left;
}

.content .column {
	margin: 50px 0px 0px 30px;
	width: 270px;
	float: left;
}

.content .column li {
	text-transform: lowercase;
}

.content .more{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 9px;
	position: relative;
	display: block;
	background: #000000 url(../img/footerh3bullet.gif) 0px 7px no-repeat;
	float: right;
	text-align: left;
	color: #FFFFFF;
}

.yellow {
	color: #ffcc00;
}

.content .column a,
.footer a{
	color: #ffffff;
}


/* footer */

.footer {
	background: #000000 url(../img/footerbg.gif) top left no-repeat;
	height: 107px;
}

.footer ul{
	margin: 0px 0px 0px 54px;
}

.footer h3{
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0px 0px 54px;
	padding: 0px 0px 0px 9px;
	background: url(../img/footerh3bullet.gif) 0px 7px no-repeat;
}

.footer ul li{
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 8px;
	background: url(../img/footerlibullet.gif) 0px 2px no-repeat;
	font-weight: normal;
}

.footer ul .nobullet {
	background: none;
}