/******** Body ********/
body {
	background-color: #cccccc;
}
h1 {
	margin: 0;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-left: 40px;
	padding-top: 40px;
}
h2 {
	margin: 0;
	color: #000000;
	font-family: "Trebuchet MS" "Times New Roman";
	font-size: 22px;
	font-variant: small-caps;
	border-bottom: 1px solid #000000;
}
h3 {
	margin: 0;
	color: #000000;
	font-family: "Trebuchet MS" "Times New Roman";
	font-size: 20px;
	font-variant: small-caps;
}

img {
	border: 0;
}
.icon {
	border: 0;
	vertical-align: text-bottom;
}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 0px;	
}
ol {
	text-align: left;
	font: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	line-height: 125%;
	color: #33333
}

/******** Header ********/		
#header {
	width: 760px;
	height: 155px;
	background: url('images/header_bluecheck.gif') top no-repeat;
}
/******** Navigation ********/	
	#nav_container {
	width: 748px;
	_width: 750;
	background: #ffffff;
	height: 50px;
	padding-left: 5px;
	padding-right: 7px;
	_padding-right: 5px;
}
#nav {
	width: 100%;
	background: #88ac0b url('images/nav_background.png') top left repeat-x;
	float: left;
	font-size: 95%;
	white-space: nowrap;
	padding-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
}
* html #nav {
	padding-right: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}
#nav li {
	display: inline;
}
#nav a:link, #nav a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}
#nav a:hover {
	background: #b6e41c url('images/nav_hover.png') repeat-x;
	color: #ffffff;
}
/******** Main Content ********/		
	#main {
	width: 750px;
	background: #FFFFFF;
	padding: 5px;
}
#content {
	width: 540px;
	background: #FFFFFF;
	margin-right: 15px;
}
#content p {
	text-align: left;
	font: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	line-height: 125%;
	color: #333333;
}
#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
.blockquote {
	border: 2px dotted #88ac0b;
	background-color: #efefef;
	margin: 30px;
	padding: 5px;
	overflow: hidden;
	text-align: justify;
	color: #6666ff;
	font:1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

li {
	background-image: url('images/bullet.gif') top no repeat;
	text-align: left;
	font: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	line-height: 125%;
	color: #333333;
}

.subheading{
	color: #000000;
	font-family: "Trebuchet MS" "Times New Roman";
	font-size: 18px;
	font-weight: bold;
}

/******** Sidebar ********/		
	#sidebar {
	width: 195px;
	height: 300px;
	float: right;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url('images/sidebar.gif') no-repeat;
}
.sidebar_content {
	display: block
}
.sidebar_content * {
	display: block;
	height: 1px;
	overflow: hidden;
}
.sidebar_content_content {
	padding: 0px 5px;
	color: #efefef;
	font: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	line-height: 130%;
}
.sidebar_content_content a {
	color: #000000;
	font-size:14px;
	text-decoration: none;
}
.sidebar_content_content a:visited {
	color: #000000;
	font-size:14px;
	text-decoration: none;
}
.sidebar_content_content a:hover {
	color: #000000;
	font-size:14px;
	text-decoration: underline;
}
.sidebar_header {
	color: #000000;
	font-family: "Trebuchet MS" "Times New Roman";
	font-size: 18px;
	font-variant: small-caps;
}
.sidebar li {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}
.sidebar_content_content p{
	color: #000000;
	font-size:14px;
}

/******** Table ********/	

table {
}

tr {
vertical-align:top;
}

td {
	padding: 7px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size: 14px;
}

/******** Footer ********/	
	#footer {
	width: 750px;
	height: 73px;
	background: url('images/footer_blue.gif') bottom no-repeat;
	margin-top: 0px;
	padding: 5px;
}
#footer p {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
#footer p a {
	vertical-align: text-top;
	color: #ffffff;
	text-decoration: none;
}
#footer p a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer p a:hover {
	color: #ffffff;
	font-weight: 100;
	text-decoration: underline;
}
