/**
 **********************************
 * HTML Elements
 **********************************
 */
BODY
{
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #3a4247 url(images/background.gif) repeat-y top left;
	text-align: center;
	margin: 0 0;
}
td.A.VISITED
{
	color:#FF0000;
	text-decoration: none;

}

/**
 **********************************
 * ID Containers
 **********************************
 */
#container
{
	width: 925px;
	margin: 40px 217px;
	text-align: left;
}

#leftcol
{
	text-align: right;
	width: 240px;
	float: left;
	clear: left;
}

#divider
{
	position: relative;
	float: left;
	width: 198px;
	left: 68px;
	top: 17px;

}

#rightcol
{
	width: 600px;
	float: right;
}

#logo
{
	margin: auto auto auto -130px;
	text-align: right;
}

/**
 **********************************
 * Navigation
 **********************************
 */
#nav
{
	padding-right: 0px;
	margin-right: -6px;
}
 
 #nav ul
 {
 	list-style: none;
	margin-left: 0;
	padding-left: 0;
 }
 
 #nav ul li
 {
 	padding-left: 0;
	margin-left: 0;
	padding-bottom: 10px;
 }

#nav a
{
	padding: 15px 10px 8px 10px;
	text-decoration: none;
	border: none;
} 

#nav a:hover
{
	border: none;
	padding: 15px 10px 8px 10px;
	background-color: #3a4247;
	text-decoration: none;
	border-top: 1px solid #4f585e;
	border-bottom: 1px solid #4f585e;
	border-left: 1px solid #4f585e;	
}


nav_head
 {
 	color:#660000;
	font-family: Microsoft Sans Serif,,Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-variant: small-caps;
	text-align:right;
 }
nav_head a
 {
 	color:#660000;
		text-align:right;
 }
nav_head a:hover
 {
 	color:#CCCCCC;
	background-color:#FFFF66;
 }
 
 .nav_tag
 {
	color: #C2DEF1;
	padding-right: 10px;
 }


/**
 **********************************
 * Headers
 **********************************
 */ 
 h1
 {
 	color: #444C52;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: -2px;
	font-size: 7em;
	margin-top: 0px;
	margin-bottom: 0px;
 }
 
 h2
 {
 	color: #CCF0C1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 2.5em;
	background: url(images/post.gif) no-repeat top right;
 }
 
 .content
 {
	padding: 0 0 5px 0;
 	border-bottom: 1px dotted #9AA3A8;
	color: #91A6B4;
 }
 
 .foot
 {
 	text-align: right;
	text-transform: capitalize;
	font-size: 0.9em;
	color: #FFE7CD;
 }
 
 #copyright
 {
 	padding-top: 100px;
	color: #C2DEF1;
 }

 
/**
 **********************************
 * Misc. Things
 **********************************
 */
.clear 
{
	clear: both; 
	height: 1px; 
	line-height: 1px;
	padding: 0; 
	margin: 0;
}


#v_mnu_01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

#v_mnu_01 {
	width: 200px;
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	}

#v_mnu_01 li a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF0000;
}
#v_mnu_01 .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#v_mnu_01 li a:link, #v_mnu_01 li a:visited {
	color: #FFFFFF;
	display: block;
	background-color: #555555;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#v_mnu_01 li a:hover {
	color: #FFFF00;
	background:  #008000;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}
