@charset "UTF-8";
/* 
html: #000
container: #263248
Nav/Sidebar: #7e8aa2
Nav Text: #263248
border: #ff9800
text: #000
Sept09 */ 

/* Reset */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%;
	border-collapse: collapse;
}

h1, h2, h3, h4, h5 {
	font-weight: 600;
	margin: .75em 0;
	text-align: inherit;
	letter-spacing:.05em;
}

h1{ 
	font-size: 1.5em;}
h2 { 
	font-size: 1.375em; }
h3 { 
	font-size: 1.25em; }
h4 { 
	font-size: 1.125em; }
h5 {
	font-size: 1em; }
		
/* general */
 
html {background: #fcfcfc;}

body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	letter-spacing: .045em;
	line-height: 190%;}

a:link {
	color: #0000ff;
	text-decoration: none;}

a:visited {
	color: #0000ff;
	text-decoration: none;}

a:hover {
	color: #0099FF;
	text-decoration: none;}

a:active {
	color: #0000ff;
	text-decoration: none;}

p {
	line-height: 165%;}

ul {
	list-style: disk outside;
	text-align: left;
	padding-bottom: 20px;}

li {
	line-height: 150%;}
	
ul ul {
	padding-bottom: 0;
}

#container {
	width: 900px; 
	padding-bottom: 2em; 
	margin: 0 auto; 
	text-align: left; }

#tag {
	color: #263248;
	font-size: 90%;
	margin: .25em 0;	
	font-weight: 600;
	font-style: italic;
	text-align: center;}

 #border {
 	min-height: 500px;
	position: relative;
	border-right: 5px solid #7c7a7a;
	border-bottom: 5px solid #7c7a7a;
	border-left: 1px solid #646464;
	border-top: 1px solid #646464;
	padding: 15px 15px 30px 15px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;}

#border img {
	margin: 10px 0 20px 0;}

#border div {
	padding: 1em 0;}

.heading, .subheading {
	text-align: left;
	letter-spacing: .035em;}

.heading {
	color: #68011a;
	font-size: 1.75em;
	font-weight: 600;
	padding: 1em 0 0 2%;
	line-height: 1.5em;}

.subheading {
	font-size: 1.15em;
	padding: 2% 0 0 7%;}

ul.subheading {
	padding: 0 0 0 4em;}

p.description {
	padding: .25em 4em;}

#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 88%;
	margin: .5em 0 2em 0;
	line-height: 1.3em;
	letter-spacing: .045em;
	padding-top: 5px;
}

#footer a:link {
	color: #000;
	text-decoration: none;
}

#footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #0099FF;
	text-decoration: none;
}

#footer a:active {
	color: #000;
	text-decoration: none;
}

#wrapper {
	text-align: center;
}

.content {
	width: 88%;
	margin: 0 auto;
}

.fltrt { 
	float: right;
	margin-left: 10px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear: both;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	letter-spacing: .05em;
}

p.note {
	line-height: 1.25em;
	margin-bottom: 1.7em;
}

.indent {
	margin: 0 3% 0 7%;
}

.indent h4, .indent h5 {
	line-height: .5em;
}

p.indent {
	margin-right: .5em;
}

li.note {
	line-height: .75em;
	margin: .5em 0 ;
	list-style: none;	
}

.textleft {	
	text-align: left;
	margin-left: 33%;
	line-height: 1.5em;
}

/* Tables */

div.center, p.center, h1.center, h2.center, h3.center, h4.center, h5.center, ul.center {
    text-align: center;
}

div.center table {
	margin: 1.5em auto;
    text-align: left;
}	

hr {
	color: #8f0120;
	height: 1px; 
	margin: 1.5em;
}

table.global, .global tr, .global td {	
	padding: .64em;
}


.global th, .global tr, .global td {
	text-align: center;
	border: none;
}

.global td {
	font-size: 100%;
}

.global p {
	line-height: 1.25em;
}

#noborder table, #noborder tr, #noborder td, #noborder th  {
	border: none;
}
