
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: 680px;
	
    }


    #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: 960px;
	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: 130px;
	padding-right: 20px;
    width: 700px;   /* essential to specify width with floats */
	height: auto;
    }




/* =sidebar===================================================================*/
#wrapper #container #contentWrapper #sidebar {
    float: left;    /* sidebar floated left within #contentWrapper */
    position: relative;
	padding-top: 130px;
	padding-bottom: 50px;
	padding-left: 10px;
    width: 140px;   /* IE6 has problems with width 200px */
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	height: auto;
	
    }
	
#sidebar li {
    border-top: 1px solid #e0e0e0;
    color: #000;
    display: block;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    text-decoration: none;
    width: 140px;
	font-size: 14px;
    }
#sidebar a {
    color: #000;
    display: block;
    padding: 0 2px;
    text-decoration: none;
    width: 136px;
    }

    * html #sidebar-inner a {width: 140px;}

/* Hover effect on links */
#sidebar a:hover,
#sidebar a:active {
    background-color: #990066;
    color: #fff;
    }
	
span.currentbranch {
    background-color: #660033;
    color: #fff;
    display: block;
    padding: 0 2px;
    font-weight: bold;
    width: 136px;
    }

    * html span.currentbranch0 {width: 140px;}






/*.clear {
    clear: both;
} */

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

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

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px;
	letter-spacing: 1.2pt;
	font-style: italic;
	font-weight: bold;
}

ul 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;
	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: #660033;
	text-decoration: none;
	/*border-bottom: 0px dotted #FF9900;*/
	
}


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

.floatright
{
	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;*/
}


.floatrightsm
{
	float: right;
	width: 180px;
	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;*/
}


.floatrightmed
{
	float: right;
	width: 250px;
	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;*/
}

.floatleftmed
{
	float: left;
	width: 250px;
	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: 14px;
		line-height: 20px; }
.current  { font-size: 14px;
        font-weight: bold;
		color: #111111;
		line-height: 20px; }
		
.small {font-size: small;}

.column2of12-3{
text-align:right;
padding-top:30px;
}


.column1, .column2 {
    display: inline;
    float:left;
    margin-right: 20px;
    max-width: 480px;
    width: 480px;
    }

.column2 {
    margin-right: 0;
    max-width: 190px;
    width: 190px;
    }