@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b1b5a;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2b1b5a;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b1b5a;
	font-weight: bold;
	font-variant: small-caps;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

h1 {
	font-size: 18px;
	color: #2b1b5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
h2 {
	font-size: 12px;
	color: #2b1b5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	color: #2b1b5a;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #2b1b5a;
}

#wrap {
max-width: 100%;
min-width: 1000px;

}

#header {
background: #2b1b5a;
width: 100%;
}

#toplinks {
background: #fbb223;
height: 20px;
text-align: center;
padding-top: 5px

}
#content {
float: left;
width: 75%;
min-height: 400px;
background:#FFFFFF;

}
#content div {
padding-left: 40px;
padding-top: 20px;
padding-right: 20px;
}

#sidebar {
float: left;
width: 15%;
background: #2b1b5a;
min-height: 400px;
}
#sidebar div {
padding: 10px;
}
#footer {
clear: both;
background: #ffffff;
text-align:center;
}
span.class1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #fbb223;
	text-decoration: none;
	text-align:center;
}
span.class1 A:link {color: #fbb223; text-decoration: none; }
span.class1 A:hover {color: #ffffff; text-transform: none; }
span.botlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #2b1b5a;
	text-decoration: none;
	text-align:center;
}
span.botlinks A:link {color: #2b1b5a; text-decoration: none; }
span.botlinks A:hover {color: #fbb223; text-transform: none; }
span.botlinks A:visited {color: #fbb223; text-transform: none; }
