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

/*********************** LAYOUT *******************/

body {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial;
	color: #757474;
	font-size: 16px;
}
#wrapper {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#brand {
	float: left;
	color: #b53b3b;
	font-size: 150%;
	padding-top: 5px;
}
#brand a {
	color: #B53B3B;
	text-decoration: none;
}

#nav {
	float: right;
	width: 575px;
	text-align: right;
	font-size: 90%;
}

#header {
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 250px;
	padding-left: 0px;
	padding-right: 50px;
	line-height: 20px;
	padding-top: 0px;
	background-color: #D4F8FD;
	clear: both;
}

#content {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	text-align: right;
	font-size: 80%;
	color: #858585;
	clear: both;
	padding-top: 20px;
}
#clear {
	clear: both;
	padding-top: 14px;
	text-indent: -9999px;
}

#columnA {
	margin-left: 20px;
}

#sidebar p {
	margin-top: 0px;
}

/*********************** FORMAT *******************/
#nav   td {
	text-align: center;
}
#nav ul {
	list-style-type: none;
	float: right;
	padding: 0 0 10px 0;
}
#nav li {
	display: inline;
	padding: 0 10px 7px 10px;
}
#nav ul a {
	text-decoration: none;
}

#nav li.blueHere, #nav li a.blueHere  {
	background-image: url(../images/markerBlue.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	}
#nav li.greenHere, #nav li a.greenHere, .greenHere {
	background-image: url(../images/markerGreen.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	}
#nav li.purpleHere, #nav li a.purpleHere {
	background-image: url(../images/markerPurple.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	}
#nav li.orangeHere, #nav li a.orangeHere {
	background-image: url(../images/markerOrange.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	}
#nav li.redHere, #nav li a.redHere {
	background-image: url(../images/markerRed.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	}

#header p {
	padding-top: 10px;
}


#footer a {
	color: #858585;
	text-decoration: none;
}
#footer a:hover {
	color: #757474;
	text-decoration: underline;
}

#content li {
	list-style-type: square;
	padding-bottom: 5px;
}

/*********************** FONTS & COLORS *******************/
#sidebar a {
	text-decoration: none;
	color: #666666;
}
#sidebar a:hover {
	text-decoration: underline;
}

.redD, a.redD, #nav a.red {
	color: #b53b3b;
	text-decoration: none;
}

#nav a:hover.red {
	text-decoration: underline;
	}
	
.redM {
	color: #c46262;
}
.redL {
	color: #efd5d5;
}
.greenM {
	color: #a7c967;
}
.greenD, #nav a.green  {
	color: #91bb41;
	text-decoration: none;
}
#nav a:hover.green {
	text-decoration: underline;
	}
.greenL {
	color: #e8f1d7;
}
.purpleD, #nav a.purple  {
	color: #746fa5;
	text-decoration: none;
}
#nav a:hover.purple {
	text-decoration: underline;
	}
.purpleM {
	color: #908cb7;
}
.purpleL {
	color: #e1e1ec;
}
.orangeD, #nav a.orange  {
	color: #f8ad55;
	text-decoration: none;
}

#nav a:hover.orange {
	text-decoration: underline;
	}

.orangeM {
	color: #f9bd77;
}
.orangeL {
	color: #fdeddb;
}
.blueD, #nav a.blue   {
	color: #53a8c5;
	text-decoration: none;
}

#nav a:hover.blue {
	text-decoration: underline;
	}

.blueM {
	color: #75b9d1;
}
.roseD, a.roseD, #nav a.rose {
	color: #996699;
	text-decoration: none;
}

#nav a:hover.rose {
	text-decoration: underline;
	}
	
.roseM {
	color: #996699;
}
.roseL {
	color: #996699;
}

h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}
h1 {
	font-size: 190%;
	font-weight: normal;
	padding-top: 10px;
}

h3 {
	font-size: 16px;
	margin-bottom: 0px;
}
.sml {
	font-size: 90%;
}

.lg {
	font-size: 150%;
}
.contentHeader {
	font-family: Tahoma, Arial;
	font-weight:bold;
	font-size: 12px;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:3px;
}
.contentText {
	font-family: Tahoma, Arial;
	font-size: 12px;
	padding-left:8px;
	padding-right:8px;
	margin-top:0px;
}

.hand {
	cursor:pointer;
}
.required {
	color: #F0F;
}
