@charset "UTF-8";
/* CSS Document */

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1100px;
}
#logo {
	float: left;
	width: 285px;
}
#header {
	background-color: #FFFFFF;
	height: 131px;
	width: 815px;
	vertical-align: baseline;
}
#content {
	width: 815px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#topspace {
	height: 90px;
}

#content-item {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#footer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	vertical-align: top;
	height: 150px;
}


/* BODY */

body {
	background-color: #FFFFFF;
	background-image: url(../graphics/topbar_bg.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
}

/* TEXT */

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FBAF37;
}

/* LINKS */

a:link {
	font-weight: bold;
	color: #FBAF37;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FBAF37;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FBAF37;
	text-decoration: none;
}

a.base:link {
	font-weight: bold;
	text-decoration: none;
	color: #303030;
}
a.base:hover {
	font-weight: bold;
	color: #FBAF37;
	text-decoration: none;
}
a.base:active {
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}
a.base:visited {
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}

a.copyright:link {
	font-weight: normal;
	text-decoration: none;
	color: #B7B7B7;
}
a.copyright:hover {
	font-weight: normal;
	color: #FBAF37;
	text-decoration: none;
}
a.copyright:active {
	font-weight: normal;
	text-decoration: none;
	color: #B7B7B7;
}
a.copyright:visited {
	font-weight: normal;
	color: #B7B7B7;
	text-decoration: none;
}

/* BASE */

.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
}

/* COPYRIGHT */

.sdcopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B7B7B7;
}

/* IMAGES */

img {
	border: 0px;
}
