
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 #topcontent {
	    top: 7px;
		left: 20px;
        position: absolute;
        z-index: 2;
		background-color: #9FF;
		width: 1000px;
	
}

#topcontent h1 {
	color: #222;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 28px;
	font-family: Georgia, Book Antiqua, Palatino Linotype, Times New Roman, serif;
	font-weight: 400;

}
#topcontent h2 {
	color: #333;
	padding-left: 20px;
	font-size: 18px;
	font-family: Georgia, Book Antiqua, Palatino Linotype, Times New Roman, serif;
    font-weight: 400;
}

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

    #wrapper #container #footer {
        bottom: 7px;
		left: 20px;
        position: absolute;
        z-index: 1;
		background-color: #003;
		width: 1000px;
		height: 35px;
		text-align: center;
        }
	
	#footer p {
		color: #FFF;
		font-size: smaller;
		margin-top: 10px;
	}



/* =contentwrapper ===========================================================
This wraps sidebar and all main content */
#wrapper #container #contentWrapper {
    margin: 0;
    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: 135px;
	padding-right: 0;
	padding-bottom: 40px;
    width: 700px;   /* essential to specify width with floats */
	height: auto;
    }

#wrapper #container #contentWrapper #content #video {
    text-align: center;
    position: relative;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
    width: 640px;
	height: auto;
    }



/* =sidebar===================================================================*/
#wrapper #container #contentWrapper #sidebar {
    float: left;    /* sidebar floated left within #contentWrapper */
    position: relative;
	padding-top: 130px;
	padding-bottom: 50px;
    width: 220px;   /* 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: 210px;
	font-size: 14px;
	text-indent: 10px; 
	padding-bottom: 0;
    }
#sidebar a {
    color: #000;
    display: block;
    padding: 0 2px;
    text-decoration: none;
    width: 206px;
    }

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

/* Hover effect on links */
#sidebar a:hover,
#sidebar a:active {
    background-color: #6FF;
    color: #006;
    }
	
span.currentbranch {
    background-color: #03F;
    color: #fff;
    display: block;
    padding: 0 2px;
    font-weight: bold;
    width: 206px;
    }

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

.whitelink { text-decoration: none; color: #ffffff;}

a.whitelink:link {text-decoration: none; color: #ffffff;}
a.whitelink:visited {color:#ffffff; text-decoration:none;}

a.whitelink:hover {color:#eeeeee; text-decoration:underline;}


a.whitelink:active {text-decoration:none; color:#ffffff;}





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

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

#content 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;
	text-indent: -13px;
	list-style-type: disc;
	text-align: left;
	list-style-position: inside;
	padding-bottom: 5px;
}

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


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

.floatright
{
	float: right;
	width: 270px;
	background-color: #fff;
	padding: 10px, 0, 10px, 10px;
	margin-top: 0;
	margin-right: 0;
	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: 230px;
	background-color: #fff;
	padding: 10px, 0, 10px, 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, 0, 10px, 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;
    }