/* Global Styles */

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
	}
	
#content {
	background-color: #fff;
	width:90%;
	min-width: 900px;
	margin-left: 5%;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 0px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 150px;
	margin-top: 0px;
}



#navigation {
	width: 120px;
	float: left;
	margin-right: 20px;
}
#main {
	width: 63%;
	float: left;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
}
#sidebar {
	width: 167px;
	padding-top: 20px;
	padding-bottom: 14px;
	padding-left: 5px;
	float: right;
	
	}	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
p,li {font-size: smaller; line-height: 1.6em;}
	
/* ID Styles */

#navigation a {
	color: #336699;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.08em;
	line-height:16px;
	display:block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #336699;
	font-family: Verdana;
	font-size: 12px;
	}
	
#navigation a:hover {
	color:#4986C2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #4986C2;
	}

/* Class Styles */

	
.pageName{
	font:40px georgia;
	color: #336699;
	letter-spacing:0.1em;
	font-weight: 900;
	text-align: left;
	}
	
p.smallText{
	font-size: x-small;
	line-height: normal;
	color:#006699;
	}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	color: #666;
	text-align: center;
	padding-bottom: 10px;
}
#footer p {
	font-size: 11px;
}


	

	
h2, h3, h4 {
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3, h4 {
	font-style: italic;
}
#main a {
	color: #336699;
	text-decoration: none;
}
#main a:hover {
	color: #336699;
	text-decoration: underline;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	text-align: left;
	vertical-align: middle;
	margin: 3px;
	padding: 5px;
	border: 1px solid #336699;
}

