/* ------------------------------------------------------------------------------------
master.css
last modified:  03/02/2008 by GWM
last validated: 03/02/2008 by GWM
------------------------------------------------------------------------------------ */

body {
	margin: 1em 0;
	color: #333;
	background: #f2f2f2;
	text-align: center; /* IE centering */
  	font: x-small/1.5em Verdana,Arial,Helvetica,Sans-serif;
  	voice-family: "\"}\""; voice-family: inherit;
  	font-size: small;
  	} html>body { font-size: small; }
#wrap {
	position: relative;
	margin: 0 auto; /* non-IE centering */
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 770px;
	background: #fff;
	border: 1px solid #bbb;
	}
.full #wrap {
  	background-image: none;
	}
#header {
	text-align: center;
	}
#content {
	padding: 0 0 0 20px;
	background-color: #fff;
	}
	/* hide from IE5-Mac \*/
	#content { clear:left; }
	/* end hide */
#main { 
	position: relative;
	float: left;
	padding: 0;
	width: 545px;
	}
.full #main {
	width: 740px;
	}
#sidebar {
	float: right;
	position: relative;
	font-size: 90%;
	padding: 0 10px 20px;
	width: 185px;
	border-left: 1px solid #cccccc;
	voice-family: "\"}\""; voice-family: inherit;
	width: 165px;
	} html>body #sidebar { width: 165px; }
.clear {
	clear: both;
	}
/* NAV
--------------------------------------------------------------------------------------------------------------------------- */
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #bbb;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 10px;
border: 1px solid #bbb;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #227; }
#navlist li a:visited { color: #227; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #bbb;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
#footer {
	text-align: center;
	}


/* Links
------------------------------------------------------- */
a:link		{ color: #404fa1; }
a:visited	{ color: #6e2f92; }
a:hover		{ color: #0082d1; }
a:active	{ color: #f1ab00; }
sup a:link, sup a:visited	{ color: #404fa1; }

/* HEADERS
--------------------------------------------------------------------------------------------------------------------------- */
h1 {
	color: #FF6600;
	font-weight: normal;
	font-size: 230%;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 em.subhead {
	display: block;
	font-style: normal;
	font-size: 75%;
	margin-top: .25em;
	color: #CC5652;
	}
h2 {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 143%;
	color: #2677A8;
	margin: .75em 0 .85em;
	font-weight: normal;
	}
#wrap h2 a {
	text-decoration: none;
	color: #2677A8;
	}
#sidebar h2 {
	clear: both;
	border-bottom: 2px #ff6600 solid;
	color: #339900;
	}
h3 {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	color: #2677A8;
	margin: .75em 0 .85em;
	font-weight: bold;
	}
#sidebar h3 {
	clear: both;
	border-bottom: 1px #339900 dotted;
	color: #339900;
	}

/* LISTS
-------------------------------------------------------------------------------------------------------------------------- */
ul {
	list-style: square;
	}
ul, ol, dl {
	margin: .85em 0 .85em 2.85em;
	padding: 0;
	}
#sidebar ul, #sidebar ol, #sidebar dl {
	margin: 0 0 0 1.85em;
	padding: 0;
	}
dl {
	margin-left: 0;
	}
ol ol {
	list-style: lower-alpha;
	}
ol ol ol {
	list-style: lower-roman;
	}
li, dt, dd {
	margin: .5em 0;
	padding: 0;
	}
#sidebar li, #sidebar dd {
	line-height: 1.25em;
	}
dt {
	margin-top: 1em;
	font-weight: bold;
	}
#sidebar dt {
	font-size: 100%;
	}
dt a {
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	}
dd {
	margin-left: 1.85em;
	}
#sidebar dl {
	margin-left: 0;
	}



/* IMAGES
--------------------------------------------------------------------------------------------------------------------------- */
img, #wrap a img {
	border: #777 1px solid;
	}
img.noborder, #wrap a img.noborder {
	border: none;
	}
.caption {
	font-size: 90%;
	line-height: 1.25em;
	margin: .35em 0;
	height: auto;
	color: #666;
	}
	

/* MODULES
-------------------------------------------------------------------------------------------------------------------------- */
em 		{font-style: italic;}
strong	{font-weight: bold;}
sup		{font-size: 85%;}

p, .container {
	margin: .85em 0;
	padding: 0;
	}
#sidebar p {
	line-height: 1.45em;
	}
blockquote {
	padding-left: 30px;
	margin: 0 20px;
	font-size: 90%;
	background: transparent url(/css/img/quote.gif) no-repeat;
	}
cite {
	display: block;
	margin: .85em 0;
	}
.fileinfo, .dateinfo, .restrictedinfo {
	font-size: 90%;
	font-weight: normal;
	white-space: nowrap;
	color: #666;
	}
.indent {
	margin-left: 1.85em;
	margin-right: 1.85em;
	}
.fineprint {
	font-size: 90%;
	font-style: italic;
	line-height: 1.35em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}
.fineprint em {
	font-style: normal;
	}
.right {
	float: right;
	margin: 4px 0 4px 10px;
	}
.left {
	float: left;
	margin: 4px 10px 4px 0;
	}
	
	
/* MISCELLANEOUS
--------------------------------------------------------------------------------------------------------------------------- */
#sidebar p {
	margin: 0;
	}
.lowercase {
	text-transform: lowercase;
	}
.uppercase {
	text-transform: uppercase;
	}
address {
	font-style: normal;
	margin: 0;
	padding: 0;
	}
hr {
	height: 1px;
	margin: 1em 0;
	color: #999;
	background-color: #999;
	}
code {
	font-family: courier,"Courier New",monospace;
	color: #404fa1;
	}