/* CSS Document */
html {
	margin-top: 0;
	margin-left: 0;
	}
	
body {
	margin: 0; 
	background: #949473;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 145%;
	color: #a2a287;
	margin-top: 0;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #4b555f;
	padding-top: 10px;
	margin-bottom: 0;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #6d3528;
	padding-top: 7px;
	}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666;
	padding-top: 5px;
	}
	
h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#666;
	padding: 0  20px;
	}

	
hr {
	height: 1px;
	border-bottom: 1px dotted #a5aec5;
	}	
	
img {
	border: 0;
	}


li {
	padding-bottom: 5px;
	}
	
li.last	{
	margin-bottom: 3px;
	}
	
li.sidenav, li.sidenavfirst	{
	list-style-type: none; 
	margin-left: -40px;
	}	

tr.tableheader	{
	background: #fad996;
	color: #000;
	}
	
tr.shaded	{
	background: #E8E8D0;
	}
	
tr.unshaded	{
	background: #d7cec4;
	}

th	{
	vertical-align: top; 
	text-align: left;
	}
	
td	{
	vertical-align: top;
	}
	
td.topborder {
	border-top:1px dashed #ccc;
	}		
	
dt {
	font-weight: bold;
	color: #666666;
}

dd {
	font-style: normal;
	padding-bottom: 5px;
}



a:link		{color: #7d7d60; text-decoration:none;}
a:visited 	{color: #b7b775; text-decoration:none;}
a:hover 	{color: #ff8f4f; text-decoration: underline;}
a:active 	{color: #ff8f4f; text-decoration: underline;}
	
a.bulletlink	{
	font-size: 78%;
	font-weight: normal;
	text-decoration: none;
	}


#skipnav	{
			display: none;
			}

#updated {
	font-size: 80%; 
	color: #990033;
	}	
	
#leftnav {
	vertical-align: top;
	background: #949473;
	width: 200px;
	}
	
#leftnav a:link		{color: #312942; text-decoration: none;}
#leftnav a:visited	{color: #312942; text-decoration: none;}
#leftnav a:hover	{color: #f2f2e6; text-decoration: none;}
#leftnav a:active	{color: #f2f2e6; text-decoration: none;}

#globalnav	{
	font-size: 80%;
	text-align: right;
	background: #9C9C84;
	padding: 1px 10px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	border-top: 1px solid #000;
	}
	
#globalnav a:link		{color: #312942; text-decoration: none;}
#globalnav a:visited	{color: #312942; text-decoration: none;}
#globalnav a:hover		{color: #f2f2e6; text-decoration: none;}	
#globalnav a:active		{color: #a56d31; text-decoration: none;}
	

#content	{
	background: #fff;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	width: 567px;
	}

#content img {
	margin:8px;
	padding:5px;
	float:right;
	border:1px solid #e0e8f5;
	border-color:#666;
	background:#fff;
	}	
#content img.none {
	margin:0;
	padding:5px;
	float:none;
	border:none;
	background:transparent;
	vertical-align: middle;
	}
#content img.symbol {
	margin:0;
	padding:0;
	float:none;
	border:none;
	vertical-align: top;
	}
	
#footer	{
	background: #312942; 
	border-top: 5px solid #949473;
	color: #f2f2e6; 
	font-size: 85%; 
	text-align: center;
	padding: 3px;
	}
	
#footer a:link 		{text-decoration: none;	color: #f2f2e6;}
#footer a:visited 	{text-decoration: none; color: #ccc;}
#footer a:hover 	{text-decoration: underline; color: #ccc;}	
#footer a:active 	{text-decoration: underline; color: #f2f2e6;}
	
#copyright {
	font-size: 75%;
	color: #000;
	text-align: center;
	padding: 2px 0;
	background: #fff;
	border-top: 2px solid #825b2b;
	}

.sidenav	{
	font-size: 82%;
	font-weight: bold;
	background: #949473;
	border-top: 1px solid #fff;
	padding: 5px;
	}					
	
.sub1sidenav	{
	font-weight: normal;
	margin-left: -10px;
	padding: 1px;
	background: #949473;
	}
			

.sidenavfirst	{
	font-size: 82%;
	font-weight: bold;
	background: #949473;
	padding: 5px;
	}	

#quickform {
	margin-top:30px;
}

#quickform option {
	padding:0 0 2px 2px;
}

#quickform select {
	border:1px solid #000;
	}		

.alert {
	color: red;
	}
	
.bold {
	font-weight: bold;
	}
		
.breadcrumb {
	text-align:center;
	font-size: 80%;
	margin-top: 5px;
	margin-botton: 5px;
}
	
.btmborder	{
	border-bottom: 1px solid #fff;
	}
	
.center	{
	text-align: center;
	}
	
.colonpad	{
	padding: 0 4px;
	}

.indent {
	padding: 0 30px 7px 30px;
	font-size: 80%;
}
.indent20 {
	padding: 0 20px 7px 20px;
}
		
.italic	{
	font-style: italic;
	}
	
.nobtm	{
	margin-bottom: 0;
	}
	
.notop	{
	margin-top: 0;
	}
	
.smalltext  {
	font-size: 80%;
	}
		
.superscript {
	vertical-align: super; 
	font-size: 65%;
	}

sub {
	vertical-align: sub; 
	font-size: 75%;
	}

	
.textColor1 {
	color:#000099;
	font-weight:bold;
	}
	
.textColor2 {
	color:#ff8f4f;
	font-weight: bold;
	}
	
.textColor3 {
	color:#6d3528;
	font-weight:bold;
	}

		
