body, html, tr, td, div, ul, li, img, form, input, table {
	margin: 0; padding: 0;
	color: #666666;
	font: normal 100%/110% Arial, Courier New, Helvetica, sans-serif;
	line-height: 16px;
}

html, body { width: 100%; }

body {
	background: #fff url('/imgs/background.png') repeat-x;
	background-position: 0px 106px;
	font-size: 13px;
}

img {
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: circle;
}

h1, h2, h3, h4 {
	font: bold 100%/130% Arial, Verdana, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
	color: #008dd2;
}

h1 {
	font-size: 22px;
	margin: 5px 0px 10px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-weight: bold;
}

a:link, a:visited  {
	color: #008dd2;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #f58531;
}

a img { border: 0; }

.bold {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #008dd2;
}

.clearDiv {
	clear: both;
}

#wrapper {
	width: 830px;
	margin: auto;
}

#logo {
	float: left;
	background: #e4e8e9;
	padding: 10px;
	margin-right: 20px;
	height: 86px;
}

#quotes {
	padding: 10px;
	font-size: 10px;
}

#quotes img {
	vertical-align: middle;
}

#top_menu {
	float: left;
	position: relative;
	top: 25px;
}

#top_menu ul {
	list-style: none;
	padding: 0px;
		margin: 0px;
}

	#top_menu ul li {
		padding: 0px;
		margin: 0px;
		margin-right: 30px;
		display: inline;
	}
	
	#top_menu ul li:hover, #top_menu ul li.current {
		border-bottom: 4px solid #008dcf;
	}

	#top_menu a:link, #top_menu a:visited {
		font-weight: bold;
		color: #706f74;
		text-transform: uppercase;
	}

	#top_menu a:link:hover, #top_menu a:visited:hover {
		color: #706f74;
	}
	
#content {
	background: #e4e8e9;
	margin-top: -3px;
}
	
#left_column {
	width: 192px;
	padding: 10px;
	float: left;
}

	#left_column img {
		margin: 10px;
	}
	
#left_column ul {
	margin-left: 30px;
	list-style-type: none;
}

	#left_column ul li {
		padding: 1px;
		margin: 0px;
		font-size: 11px;
	}
	
	#left_column ul li:hover, #left_column ul li.current {
		list-style-image: url('/imgs/left_menu_arrow.gif');
	}
	
	#left_column ul li ul {
		margin-left: 10px;
	}
	
#content a:link, #content a:visited  {
	color: #008dd2;
	text-decoration: none;
}

#content a:link:hover, #content a:visited:hover {
	color: #f58531;
}
	
#right_column {
	width: 574px;
	float: right;
	margin-right: 2px;
	background: #fff;
	padding: 15px;
	padding-left: 25px;
	min-height: 400px;
}

#footer {
	background: #538eae;
	padding: 15px;
	padding-left: 35px;
	color: #fff;
	font-size: 10px;
}

	#copy {
		text-align: right;
		float: right;
		color: #afd7f0;
	}
	
	#footer a, #footer a:visited {
		color: #abd8eb;
		text-decoration: underline;
	}
	
	#footer a:hover, a:visited:hover {
		color: #fff;
	}

