/**
 **********************************
 * HTML Elements
 **********************************
 */
BODY
{
	text-align: left;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFF;
	background-image: url(../Images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #000;
	padding: 0px;
}

A
{
	color: #006;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #006;
}

A:HOVER
{
	color: #006;
	margin: 0px;
	padding: 0px;
}

/**
 **********************************
 * ID Containers
 **********************************
 */
#container
{
	width: 900px;
	text-align: left;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	float: left;
}

#leftcol
{
	text-align: right;
	width: 279px;
	height: 400px;
	float: left;
	position: fixed;
	left: 90px;
	top: 190px;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
}
#divider
{
	position: fixed;
	float: left;
	width: 268px;
	height: 133px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	left: 90px;
	top: 40px;
	background-color: #FFF;
}

#rightcol
{
	width: 600px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#logo
{
	margin: 0px;
	text-align: right;
	padding: 0px;
}

/**
 **********************************
 * Navigation
 **********************************
 */
#nav
{
	line-height: 32pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration: none;

}
 
 #nav ul
 {
	
 }
 
 #nav ul li
 {
	list-style-type: none;

 }

#nav a
{
	line-height: 32pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration: none;

}

#nav a:hover
{
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-color: #FFF;
	color: #006;
	background-image: url(../Images/link_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-decoration: none;
}


 .nav_head
 {
	color: #006;
}


/**
 **********************************
 * Headers
 **********************************
 */ 
 h1
 {
	color: #A6A19E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 10px;
	font-size: 40pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 42pt;
 }
 
 h2
 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18pt;
	letter-spacing: 3pt;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	line-height: 20pt;
 }
h3 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 3pt;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	line-height: 14pt;
}

 
 .content
 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10pt;
	line-height: 14pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
 .foot
 {
	text-align: right;
	font-size: 9px;
	color: #A6A19E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A5A19E;
 }
 
 #copyright
 {
	color: #253252;
	font-size: 9px;
	vertical-align: text-bottom;
	height: auto;
	bottom: 20px;
	width: 260px;
	position: fixed;
	left: 90px;
 }

 
/**
 **********************************
 * Misc. Things
 **********************************
 */
.clear 
{
	clear: both; 
	height: 1px; 
	line-height: 1px;
	padding: 0; 
	margin: 0;
}
.content_bullet {
	margin-left: 20px;

}
