/**
 **********************************
 * HTML Elements
 **********************************
 */
BODY
{
	BACKGROUND-ATTACHMENT: fixed;
	background: #3a4247 url(images/background.gif) repeat-y top left;
	text-align: center;
	margin: 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style1 {
	color: #D65341;
}
.style2 {
	color: #ffffff;
	font-size:2.5em
}
A
{
	color: #D65341;
	text-decoration: none;
	border-bottom: 1px solid #D65341;
}

A:HOVER
{
	color: #fff;
	text-decoration: underline;
	border-bottom: 1px solid #D65341;
	background-color: #D65341;
}
A:visited
{
	color: #000000;
	text-decoration: underline;
	border-bottom: 2px solid #DDF5D6;
}
body {
	background-color: #FFFFFF;
}

/**
 **********************************
 * ID Containers
 **********************************
 */
#container
{
	width: 875px;
	margin: 0px 195px;
	text-align: left;
}

#leftcol
{
	text-align: right;
	width: 240px;
	float: left;
	clear: left;
}

#divider
{
	position: relative;
	float: left;
	width: 180px;
	left: 93px;
	height: 162px;
}

#rightcol
{
	width: 595px;
	float: right;
	margin-top: 0px;
		margin-bottom: 0px;
		margin-right:0px;
}

#logo
{
	margin: auto auto auto -130px;
	text-align: right;
}

/**
 **********************************
 * Navigation
 **********************************
 */
#nav
{
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 20px;
}
 
 #nav ul
 {
 	list-style: none;
	margin-left: 0;
	padding-left: 0;
 }
 
 #nav ul li
 {
 	padding-left: 0;
	margin-left: 0;
	padding-bottom: 10px;
 }
#nav ul li a#current  {
	border: none;
	padding: 5px 5px 8px 5px;
	background-color: #D65341;
	color:#FFFFFF;
	text-decoration: none;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
}
#nav a
{
	padding: 5px 5px 8px 5px;
	text-decoration: none;
	border: none;
} 

#nav a:hover
{
	border: none;
	padding: 5px 5px 8px 5px;
	background-color: #D65341;
	text-decoration: none;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #fff;
	color: #FFFFFF;
}


 .nav_head
 {
	color: #222021;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	text-decoration: none;
	font-variant: normal;
 }
 
 .nav_tag
 {
	color: #C2DEF1;
	padding-right: 10px;
 }


/**
 **********************************
 * Headers
 **********************************
 */ 
 h1
 {
	color: #444C52;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	letter-spacing: -2px;
	font-size: 4.7em;
	margin-top: 0px;
	margin-bottom: 0px;
 }
 
 h2
 {
	color: #D65341;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.5em;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #91A6B4;
	padding-bottom: 5px;
 }
 
 .content
 {
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #9AA3A8;
	color: #91A6B4;
	font-weight: bold;
 }
  .content2
 {
	padding: 0 0 5px 0;
	border-bottom: 0px dotted #9AA3A8;
	color: #91A6B4;
 }
 .foot
 {
	text-align: right;
	text-transform: capitalize;
	font-size: 0.9em;
	color: #FFFFFF;
 }
 
 #copyright
 {
	padding-top: 10px;
	color: #000000;
 }

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