/* ----------------------------------  */

/* Page formating */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #eee8c8;
	/*background-color: #ddd;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ----------------------------------  */

a{
	color: #600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
} 
a:visited {color: #600; text-decoration: underline; }
a:hover {color: #f60; text-decoration: underline; }
a:active {color: #600; }

ul 
{
	margin-top:0px;
}

/* ---------------------------------- */ 

a.register:link {
	color: #036;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
a.register:visited {color: #036;}
a.register:hover {
	text-decoration: underline;
	color: #03c;
}
a.register:active {color: #663300; }

/* ----------------------------------  */

u {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}

.listhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #600;
	font-weight:bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	/*color: #663300;*/
	color:#600;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #600;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #600;
}

/* Fixed-width layout */

#maincontainer{
	width: 780px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFF;
	padding: 0px;
}

#header{
	height: 158px; /*Height of top section*/
	background-color: #EEE8C8;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/left_column_bkg.gif);
}

#contentcolumn{
	margin-left: 136px; /*Set left margin to LeftColumnWidth*/
	background-color: #f8f6ed;
}

#leftcolumn{
	float: left;
	width: 136px; /*Width of left column*/
	margin-left: -780px;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 0px 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a{
	color: #000;
}

/* ----------------------------------  */

.innertube{
	margin-top: 0;
	background-color: #fff;
	padding: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.innertube2{
	margin-top: 0;
	padding: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ---------------------------------- */

a.footer:link {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.footer:visited {color: #000; }
a.footer:hover {
	text-decoration: underline;
	color: #666;
}
a.footer:active {color: #000; } 

/* Navigation */

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 137px; /* width of menu (don't forget to add border with below!) */
border-left: 1px solid #fff; /* thick left border of menu */

}

.slidedoormenu li{
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #fff;
}

.slidedoormenu li a{
	display: block;
	color: white;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 18px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/vstrip.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: white;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #ff0;
}

.slidedoormenu li.current a{
    display: block;
	color: #ff0;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 18px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/vstrip.gif);
	background-repeat: repeat-y;
	background-position: -387px 0;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

/*[if IE] */

.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}