/* CSS Document */
* { margin: 0; padding: 0; border: 0; }

body {
	background: url(images/background.gif);
	font: 12.5px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #666666;
}

#container {
	width: 983px;
	margin: 35px auto 0 auto;
	height: 100%;
	position: relative;
}

#content_home {
	width: 983px;
	position: relative;
	background: url(images/blue_back_internal.png) repeat-y transparent;
}

#content {
	width: 950px;
	position: relative;
	background: url(images/blue_back.png) repeat-y transparent;
}

#nav_home {
	height: 380px;
	width: 240px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/nav_back.gif);
}

#nav {
	height: 250px;
	width: 160px;
	position: absolute;
	left: 0;
	top: 0;
	background: #858585;
}

#nav img { margin: 0; margin-bottom: 2px; }
#nav_home img { margin-bottom: 2px; }

#main_home {
	position: relative;
	top: 0;
	left: 240px;
	width: 674px;
	background: #ffffff;
	height: 100%;
	min-height: 410px;
}

#main {
	position: relative;
	top: 0;
	left: 160px;
	width: 761px;
	background: #ffffff;
	height: 100%;
	min-height: 425px;
}

#main p {
	padding: 8px 0 0 20px;
}

#main_home p {
	padding: 8px 0 0 20px;
}

#main table {
	min-height: 350px;
}

#right_shadow_home {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
	background: url(images/right_background.png) repeat-y;
}

#right_shadow {
	background: url(images/internal_right.png) repeat-y;
	position: absolute;
	top: 0;
	right: 0;
	width: 62px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#footer {
	width: 983px;
	margin: 0 auto;
}

#footer a:link { color: #666666; text-decoration: none; }
#footer a:visited { color: #666666; text-decoration: none; }
#footer a:hover { color: #ff9933; text-decoration: none; }

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

.blue { color: #666699; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-style: italic;
	font-weight: 100;
	font-size: 26px;
	padding: 36px 0 0 20px;
	color: #666699;
}

h3 {
	color: #999999;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-style: italic;
	padding-left: 15px;
	padding-right: 25px;
}

.table_left {
	width: 535px; 
	padding-right: 15px;
	border: 0px dotted #a0a041;
	border-right-width: 2px;
	padding-bottom: 20px;
}

ul {
	list-style: square;
	list-style-position: outside;
	margin-left: 40px;
	color: #a0a041;
}

ol {
	list-style-position: inside;
	margin-left: 20px;
	color: #a0a041;
}

li span { color: #666666; margin: 0; padding: 0; }

a:link { color: #666699; text-decoration: none; }
a:visited { color: #666699; text-decoration: none; }
a:hover { color: #999999; text-decoration: underline; }
