
/* Initial cleanup
----------------------------------------------- */
html, body, form, fieldset {
	margin: 0; 
	padding: 0;
	}

form label {
	cursor: pointer;
	}

fieldset {	
	border: none;
	}

input, select, textarea {
	font-size: 100%;
	}

.clearer {		
	clear: both;
	}


/* Main structure
----------------------------------------------- */
body {	
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 76%;
	color: #545454;
	background: #ffffff;
	line-height: 120%;
	min-width: 780px;
	}

#wrapper {
	width: 770px;
	text-align: left;
	}

#content {	
	clear: both;
	padding: 2em 20px;
	}

#primary {	
	width: 500px; 
	float: right;
	}

#secondary {
	width: 200px; 
	float: left;
	}

#footer {
	clear: both;
	}

#last_updated {
	font-family: Arial; 
	color: #808080; 
	font-size: small; 
	border-top: 1px solid #e5e5e5; 
	padding-bottom: 12pt;
	}

/* Alignment code */
body.center #wrapper {
	margin: 0 auto;
	}

body.left #wrapper {
	margin: 0 auto 0 0;
	}

body.center {
	text-align: center;
	}

body.left {
	text-align: left;
	}


/* Header
----------------------------------------------- */
#header {
	padding: 0 8px 0 8px;
	}

#title {
	border-bottom: 2px solid #ccc;
	}

#navigation {
	border-bottom: 1px solid #ccc;
	}


/* Navigation
----------------------------------------------- */
#nav-1 {
	list-style: none;
	width: 500px; 
	float: right;
	margin: 0; 
	padding: 0.5em 0;
	}

#nav-1 li {
	display: inline;
	margin: 0 1em 0 0;
	}

#nav-2 {
	list-style: none;
	width: 200px; 
	float: left;
	margin: 0;  
	padding: 0.5em 0 0.2em 0;
	}

#nav-2 li {
	display: inline;
	margin: 0 1em 0 0;
	}


/* Content
----------------------------------------------- */
p {
	margin: 0 0 1em 0;
	text-align: justify;
	}

blockquote {
	background: url('images/quote-background.gif') no-repeat 0 0;
	margin: 0 0 1.2em 0; 
	padding: 0 60px;
	font-family: 'Times New Roman', Times, serif; font-size: 1.2em; 
	color: #a8a8a8;
	}

ul, ol {
	margin: 0 0 1em 2em; 
	padding: 0;
	}

ul {
	list-style: disc;
	}

li {
	margin: 0 0 0.25em 0;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

code {
	font-family: 'Courier New', Courier, monospace; font-size: 1em; 
	color: #7ca653;
	}

acronym {
	border-bottom: 1px solid #8fb7bf;
	}

small {
	font-size: 0.8em;
	}

table  {
	vertical-align: top;
	}

td {
	vertical-align: top;
	}


/* Headers
--------------------------------------- */
#page-title {
	font-family: Arial, serif; 
	font-size: 2.5em; 
	font-weight: normal;
	margin: 0; 
	border: none; 
	padding: 0; 
	line-height: 120%;
	}

h1, h2,  {
	font-family: Arial;
	font-size: 2em; 
	font-weight: normal; 
	line-height: 120%;
	margin: 0; 
	border-bottom: 1px solid #ccc; 
	padding: 0 0 0.1em 0;
	}

#intro h1 {
	margin: 0 0 0.3em 0;
	}

h2 {
	font-family: Arial; 
	font-size: 1.5em; 
	font-weight: normal; 
	color: #404040;
	margin: 0 0 0.1em 0; 
	border-bottom: 1px solid #e5e5e5; 
	padding: 0 0 0.1em 0;
	}

h3 {
	font-family: Arial;
	font-size: 0.8em; 
	font-weight: normal; color: #808080;
	text-transform: uppercase; 
	letter-spacing: 0.1em;
	margin: 0 0 0.8em 0; 
	border-bottom: 1px solid #e5e5e5; 
	padding: 0 0 0.4em 0;
	}

h4 {
	font-family: Arial;
	font-size: 1.5em; 
	font-weight: normal; 
	line-height: 120%;
	margin: 0 0 0.3em 0;
	}



/* Lists
--------------------------------------- */
.navlist {
	list-style: none;
	margin: 0 0 1em 0;
	}

.navlist li {
	margin: 0.5em 0;
	}

.navlist ul {
	list-style: none;
	margin: 0 0 0 1em;
	}

.navlist ul li {
	margin: 0.3em 0;
	}


/* Sidebar
--------------------------------------- */
#secondary {
}

/* Footer
--------------------------------------- */
#footer p {
	margin: 1em 20px 0 20px; border-top: 3px double #ccc; padding: 0 0 0 0;
	text-align: center; font-family: Arial; color: #808080; font-size: small;
	}



/* Links
----------------------------------------------- */
a {
	text-decoration: none;
	}

a:link, a:active, a:visited {
	color: #000078;
	}

a:hover {	
	color: #ff0020;
	}

a:link.inbody, a:active.inbody, a:visited.inbody {
	color: #0000ff; 
	text-decoration: underline;
	}

a:hover.inbody {
	color: #ff0020; 
	text-decoration: underline;
	}


