/*---     Typography    ---*/

h1 {
	font-size:1.4em;
	padding-top:10px;
	text-decoration: none;
	font-family: Arial, sans-serif, Verdana, sans-serif;
	}

h2 {
	font-size:1.2em;
	font-family: Arial, sans-serif;
	}

p {
	margin-top: 0;
	font-family: Arial, sans-serif;
	font-size: .9em;
	}
	
blockquote {	
	margin-left: 5;
	font-family: Arial, sans-serif;
	font-size: .9em;
	}
	
li {
	margin-top: 0;
	line-height: 1.5;
	font-family: Arial, sans-serif;
	font-size: .9em;
	}

.caption {
	font-style: italic;
	font-size: .7em;
	}

.floatright {
	float: right;
	width: 130px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 2px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	}

div.floatright img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	}


/* ---    linkology    ---*/
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #3333ff;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #0000CC;/*fff;*/
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #3333ff;
	background: transparent;  
	}

/*---     Layout stuff    ---*/

body {
	margin:auto;
	margin-top: 20px;
	background-color: #999933;/*d3ded3;*/
	}

#container {
	width: 900px;
	height: 100%;
	margin: auto;
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
	background-color: #ffffff;
	clear: both;
	}

#masthead {
	margin: 0;
	width: 900px;
	height: 100px;
	line-height: 1.2em;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #3300CC;
	}
/*	
#masthead h1 {
	text-align: center;
	vertical-align: center;
	color: #ffffff;
*/
#leftcontent {
	float:left;
	width:655px;
	margin-top: 2px;
	padding-left: 20px;
	padding-bottom: 20px;
	}

#leftcontent p {
	color: #333;
	line-height: 1.2em;
	text-align: justify;
	}

#leftcontent h1 {
	color: #ffffff;/*2b5540;*/
	}
	
#leftcontent h3 {
	text-align: center;
	color: #ffffff;/*2b5540;*/
	}

#leftcontent h4 {
	color: #ffffff;
	}

#leftcontent a {
	color: #3333FF;/*2b5540;*/
	}

#rightcontent {
	vertical-align: top;
	padding-left: 4px;
	padding-bottom: 10px;
	margin-left: 680px;
	width: 182px; /*175px;*/
	height: 100%;
	background-image:  url;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;/*557865;*/
	margin-top: 0em;
	}      

#rightcontent p {
	font-size: .8em;
	color: #3333FF;/*ff9933;*/
	}

#rightcontent h2 {
	color: #3333FF;/*ffff66;*/
	text-decoration: none;
	font-weight: bold;
	}

#rightcontent a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #3333FF;/*dcf5e7;*/
	}

#navcontainer ul {
	list-style-type: none;
	text-align: center;
	margin-left: 0em;
	line-height: 1.1em;
	padding-left: 0em;
	}

#navcontainer ul li {
	list-style:none; 
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	font-size: .8em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    .8em;
	}

html>#navcontainer ul li {
	font-size: .8em;
	}

#navcontainer ul li a {
	font-weight: normal;
	}

#navcontainer dl {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	}

#navcontainer dt {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #ffffff;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 1em;
	font-family: Georgia, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	}

html>#navcontainer dt {
	font-size: 1em;
	}

#navcontainer dd {
	padding: 0;
	margin: 2px 0 10px 0;
	}

#footer {
	font-size: .7em;
	margin: 0em;
	text-align: right;
	padding-right: 2em;
	}

/*--- table typography ---*/
.tabledata {
	font-family: Arial, sans-serif;
	font-size: .8em;
	}