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

body {
	background: #FFFFFF;
	font: 12px/150% Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}
ul {
	margin:0;
	padding:1em 1em 1em 1.4em
}

#nav{ margin-left: 10px; 
}
#nav a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	font-weight: bold;
	color: #FDF202;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active, #nav ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #dcebe9;
	font-weight: bold;
}
h1 {
	display: inline;
	color: #000000;
	padding-top: 2px;
	text-transform: capitalize;
	font-size: 24px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	display: inline;
	color: #D4973C;
	line-height: 110%;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	color: #744A94;
	line-height: 150%;
}
a:link {
	color: #EE1C25;
	text-decoration: none;
}
a:hover {
	color: #FFEF00;
	background: white;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer{
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer a{
	color: #EE1C25;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
.justpurple {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
}
a.justpurple:link { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#666666; text-decoration:none}
a.justpurple:visited { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#666666; text-decoration:none}
a.justpurple:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EE1C25;
	text-decoration:underline
}
a.justpurple:active { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#666666; text-decoration:none}
.SideBg {
	background: url(images08/sidebar.jpg) no-repeat left top;
	height: 100%;
}
