﻿body 
	{
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #E0E0E0;
}

#header 
	{
	background: #FFFFFF;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#HeaderLeft
	{
		position: absolute;
		width:175;
		top: 0px;
		left: 0px;
		border: 0px;

		padding: 0px;
		z-index:1;
	/* Again, the ugly brilliant hack. */
		voice-family: "\"}\"";
		voice-family:inherit;
	}

#HeaderCenter
	{
	position: absolute; 	
	text-align: right;
	border: 0px solid #000000;
	padding-top: 0px;
	padding-left: 0px;
	z-index: 2;
	float: right;
	margin-left: 175;
	margin-top: 0;
	top: 0;
	}

#GlobalNav
	{
	position: relative; 
	z-index: 3;
	color: #000000;
	font-size: 1em;
	background-color: #fff;
	text-align: right;
	white-space: nowrap;
	margin-top: 112px;
	}


#GlobalNav a 
	{
		font-size: 1em;
		margin: 0px;
		padding: 2px;   
		border-top: 1px solid #c0c0c0; 
		border-right: 1px solid #c0c0c0; 
		border-left: 1px solid #c0c0c0;
	}

#GlobalNav a:hover 
	{
		font-size: 1em;
		margin: 0px;
		padding: 2px;    
		border-top: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0; 
		border-left: 1px solid #c0c0c0;
		background-color: #e0e0e0;
		text-decoration: none;
	}

#wrapper 
	{
		background: #FFFFFF;
		width:950px;
		margin:0 auto;
		text-align: left;
	}

#container 
	{
		margin-top: 0px;
		float: left;
		width: 100%;
			}

#content 
	{
		margin-top: 0px;
		margin-right: 180px;
		font-size: 1.3em;
	}
	
#content a
	{
		text-decoration: underline;
	}

#main
	{
	margin-left: 185px;
	margin-top: 0px;
	vertical-align: bottom;
	font-size: .9em;
	font-weight: normal;
}

#main a
	{
		text-decoration: underline;
	}
#main2
	{
	margin-left: 0px;
	margin-top: 0px;
	vertical-align: bottom;
	font-size: .9em;
	font-weight: normal;
	width:900px;
	margin:0 auto;
	text-align: left;

}

#main2 a
	{
		text-decoration: underline;
	}


#left
	{
	width: 175px;
	margin-left: 0px;
	margin-top: -25px;
	float: left;
	background-color: #93C91E;
	}

#sidebar
	{
		width: 150px;
		float: right;
		background-color: #e0e0e0;
		border: 1px solid #c0c0c0;
		margin-top: 5px;
		margin-right: 2px;
		padding: 0px;
	}

#footer
	{
		background: #FFFFFF;
		width:950px;
		margin:0 auto;
		text-align: left;
		margin-bottom: 5px;
		font-size: .8em;
	}


.last 
	{
		margin-bottom: 0px;
	}

.clearing 
	{
		height: 0px;
		clear: both;
	}
	
.vertSpace
	{
	
		margin-bottom: 20px;
	}
	
.vertspace
	{
	
		margin-bottom: 20px;
	}
	
	
	
.topspace
	{
	
		margin-top: 20px;
	}

a:link, a:visited, a:hover 
	{
		color: #000066;
		text-decoration: none;
	}

a:hover 
	{
		text-decoration: underline;
	}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 
	{
		font-family: Arial,sans-serif;
		margin: 0px;
		padding: 0px;
	}

h1
	{
	font-size: 2em;
	color: #000066;
	text-align: center;
}

h2
	{
		font-size: 1.5em;
		color: #000066;
	}

h3
	{
		font-size: 1.3em;
		color: #000066;
	}

h4
	{
		font-size: .5em;
		font-weight: normal;
		color: #000066;
	}

h5
	{
		font-size: .8em;
		font-weight: bold;
		color: #fff;
	}

ul
	{
		
		list-style-type: disc;
	}

ul ul
	{
		list-style-type: circle;
	}

ul ul ul
	{
		list-style-type: square;
	}


hr 
	{
	width:100%;
	height: 1px;
	color: #000000;
	}


label
	{
		font: bold 1em Arial,sans-serif;
		color: #000066;
	}
	
#Pindent
	{
		text-indent: 20px;
	}

img
	{
	border:0px;
	}	

#PageName
	{
		padding: 2px;
		width: 100%;
		background: transparent;
		border-bottom: 1px solid #e0e0e0;			
	}

#PrintPage
	{
		font-size: .8em;
		padding: 5px 0px 0px 0px;
		text-align:right;
		text-decoration: none;
	}

#PrintPage a
	{
		text-decoration: none;
	}

#BreadCrumb
	{
		font-size: 1em;
		padding: 5px 0px 5px 0px;
		text-align:right;
	}

#SideNav
	{
		left: 2px;
		right: 2px;
		width: 150px;
		background-color: #c0c0c0;
	}
}

.divstyle
	{
		text-align: center;
	}


.form {
	height: 20x;
	padding: 1px;
}
