* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
}

#logo {

	text-align: right;
}

#slogan {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #6689a9;
}


#title {
	font-family: Arial Black;
	font-size: 20px;
	color: #b3d42b;
	text-transform: uppercase;
	padding-top: 5px;
}


#linkswraper{

	margin-top: 10px;
}

#linksheader {

}


#links {
}

#links ul{
	list-style-image: url('images/arrow.gif');
	margin-left: 0px;
	padding-left: 20px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

#links ul li{
	border-bottom: 1px dotted #cccbd0;
	padding-bottom: 3px;
}

#links a {
	font-size: 12px;
	color: #8e8e8e;
	text-decoration: none;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	text-align: left;
	border-left: 1px dotted #999;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #b3d42b;
	margin-top: 0px;
}

#footer table{
	font-size: 12px;
	color: #fff;
	background-color: #7c7c7c;
	margin-top: 7px;
	height: 24px;
}