
body {
    background-color: #808080;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: center; /* Centers the page content container in IE 5 browsers. */
    }
	
#wrapper {
    height: auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 1040px;
	
    }

/* =container ================================================================*/
#wrapper #container {
    background: transparent url('images/background.gif') repeat-y top left;
    clear: both;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
	top: 0px;
	left: 0px;
    text-align: left; /* Redefines the text alignment defined by the body element. */
    width: 1040px;
	min-height: 580px;
	
    }


    #wrapper #container img#top {
        top: 7px;
		left: 20px;
        position: absolute;
        z-index: 1;
        }

    #wrapper #container img#bottom {
        bottom: 7px;
		left: 20px;
        position: absolute;
        z-index: 1;
        }



/* =contentwrapper ===========================================================
This wraps sidebar and all main content */
#wrapper #container #contentWrapper {
    margin: 0 20px;
    position: relative;
    width: 1000px;
	height: auto;
    }

/* =content ==================================================================*/
#wrapper #container #contentWrapper #content {
    float: right;   /* floats content div right, allows other content to flow around it */
    text-align: left;
    position: relative;
	padding-top: 180px;
	padding-right: 10px;
	padding-bottom: 30px;
    width: 750px;   /* essential to specify width with floats */
	height: auto;
    }


/* =sidebar===================================================================*/
#wrapper #container #contentWrapper #sidebar {
    float: left;    /* sidebar floated left within #contentWrapper */
    position: relative;
	padding-top: 180px;
	padding-bottom: 30px;
	padding-left: 40px;
    width: 170px;   /* IE6 has problems with width 200px */
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	height: auto;
	
    }
#wrapper #container #contentWrapper #footer {
	position: relative;
	clear: both;
	margin-bottom: 15px;
    width: 1000px;   /* IE6 has problems with width 200px */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 20px;
	z-index: 2;
	
    }


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 18px;
	letter-spacing: 1.2pt;
	font-style: normal;
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	letter-spacing: 1.2pt;
	font-style: normal;
	font-weight: bolder;
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 25px;
	/*text-indent: 30px; */
	list-style-type: disc;
	text-align: left;
	list-style-position: inside;
}

ol li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 25px;
	text-indent: 30px;
	list-style-type: disc;
	text-align: left;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	/*border-bottom: 0px dotted #FF9900;*/
	
}


a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	/*border-bottom: 1px dotted #FF9900;*/
	}
	
a:hover { 
	color:#3333FF;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}


.floatright
{
	float: right;
	width: 400px;
	background-color: #fff;
	padding: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*border-top: 1px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 1px solid #999;*/
}

.floatrightsm
{
	float: right;
	width: 300px;
	background-color: #fff;
	padding: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*border-top: 1px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 1px solid #999;*/
}

.floatrightsmallest
{
	float: right;
	width: 150px;
	background-color: #fff;
	padding: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*border-top: 1px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 1px solid #999;*/
}


p { margin-top: 15px;
margin-bottom: 15px; }

.menu { font-size: 18px;
        /*font-weight: bold; */
		line-height: 30px; }
.current  { font-size: 18px;
        font-weight: bold;
		color: #111111;
		line-height: 30px; }

.smallertext
{
text-align:left;
font-size:x-small;
padding: 5px;
}

.hidden
{
text-align:left;
text-indent:-1000px;

}
