body {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

/* misc /**************************/

img { border: none; display: inline; }
div.clearer {clear: both; line-height: 0; height: 0;}

/* basic items /**************************/

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	padding: 0;
	padding-bottom: .2em;
	margin: 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #22338D;
	padding: 0;
	margin: 0;
	padding-bottom: .8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #22338D;
	padding: 0;
	padding-bottom: .4em;
	margin: 0;
}

p {
	font-size: 1em;
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
	line-height: 1.5em;
}

/* structure /**************************/

#wrapper {
	width: 724px;
	background-color: #C3C3C3;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 1.5em;
	padding-bottom: 1px;
}

#contentwrapper {
	width: 722px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 1px;
}

#contentbody {
	width: 722px;
	background-image: url(../images/vert.gif);
	background-repeat: repeat-y;
}

/* masthead /**************************/

#masthead {
	width: 720px;
	height: 102px;
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 1px;
}

/* mainnav /**************************/

#mainnav { 
	width: 720px;
	height: 2.3em;
	margin: 0 auto;
	border: none;
	padding: 0;
	background-color: #22338D;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	padding-left: 8px;
	list-style-type: none;
}

#mainnav ul li {
	float: left;
	display: block;
	background: none;
	margin: 0;
	padding: 0;
}

#mainnav ul li a {
	float: left;
	font-size: 1em;
	font-weight: normal;
	line-height: 24px;
	color: #6C9DDA;
	text-decoration: none;
	margin: 0;
	padding: 0 8px;
}

#mainnav a:hover {
	color: #fff;
}

#mainnav #here a {
	color: #fff;
}

/* images /**************************/

img.left {
	float: left;
   	margin: 3px 20px 10px 0;
   	padding: 0;
 	border: 1px solid #C3C3C3;
}

img.right {
	float: right;
   	margin: 3px 0 10px 20px;
   	padding: 0;
	border: 1px solid #C3C3C3;
}

/* content /**************************/

#content {
	float: right;
	display: inline;
	text-align: left;
	position: relative;
	padding: 15px;
	margin: 0;
	/* box model hack */
	width: 485px; /* false value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 455px; /* actual value */	
	}
	html>#content { /* be nice to Opera */
	width: 455px; /* actual value */	
}

#content ul {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	margin-left: 3em;
	list-style: square outside url(../images/list_icon.gif);
}

#content ul li {
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}

/* sidenav /**************************/

#sidenav {
	float: right;
	display: inline;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 15px 0 15px 15px;
	/* box model hack */
	width: 237px; /* false value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 222px; /* actual value */	
	}
	html>#sidenav { /* be nice to Opera */
	width: 222px; /* actual value */	
}

#sidenav ul {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	list-style: none;
}

#sidenav ul li {
	padding: 0;
	margin: 0;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	display: block;
	list-style: none;
	border-bottom: 1px dotted #999;
}

#sidenav .indent {
	padding-left: 10px;
	list-style: none;
}

#sidenav a:hover, #sidenav ul li.subnav1 a:hover, #sidenav ul li.subnav2 a:hover {
	color: #F7B330;
	list-style: none;
}

/* featurebox /**************************/

.featurebox {
	margin: 0 auto;
	width: 722px;
	text-align: left;
	border-bottom: 1px solid #C3C3C3;
}

.featurebox h1 {
	color: #999;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 1em 1.2em 1em 1.2em;
}

.redtext {
	color: #AA0207;
}	

/* footer /**************************/

#footer {
	clear: both;
	width: 720px;
	background-color: #AA0207;
	margin: 0 auto;
	text-align: center;
	padding-top: 1em;
	padding-bottom: .7em;
}

#footer p {
	font-size: .9em;
	color: #fff;
	line-height: .8em;
}	

/* links /**************************/

a:link, .featurebox a:link, h2 a:link {
	color: #E66809;
	text-decoration: none;
	border: none; 
}

a:visited, .featurebox a:visited, h2 a:visited {
	color: #666;
	text-decoration: none;
	border: none; 
}

a:hover, .featurebox a:hover, h2 a:hover {
	color: #F7B330;
	text-decoration: none;
	border: none; 
}

a:active, .featurebox a:active, h2 a:active {
	color: #666;
	text-decoration: none;
	border: none; 
}
