* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #666666;
}

.fltleft {
	float: left;
}
.img_left {
	float: left;
	margin-right: 15px;
}
.img_right {
	margin-left: 15px;
	float: right;
}
img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.img_box {
	clear: both;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 50px;
	border: 2px solid #80AC01;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.captionbox {
	float:right;
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	border: 1px solid #80AC01;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #5D7D00;
}
.captionboxLeft {
	float:left;
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	border: 1px solid #80AC01;
	font-weight: bold;
	color: #5D7D00;
	padding: 5px;
}

.caption_image {
	margin-bottom: 5px;
}



.fltright {
	float: right;
	margin-left: 20px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 890px;
	float: left;
	height: 135px;
	margin: 0px;
	background-image: url(../images/green_background.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Header_Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Header_Content h1{
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
#Header_Content p {
	font-size: 14px;
	color: #1E1E1E;
	font-weight: bold;
}


#navigation {
	float: left;
	width: 880px;
	color: #333;
	margin: 0px;
	height: 72px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav {
	float: right;
	width: 500px;
	margin-top: 18px;
}
#wrapper #columns {
	background-color: #80AB00;
	background-image: url(../images/faux_background.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.clearboth {
	clear: both;
}


#nav ul{
	list-style-type: none;
	margin:0px;
	padding: 0px;
}
#content_container_text .comments {
	font-size: 10px;
}

#nav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9BCA00;
	position: relative;
	float: left;
}


#nav ul li a {
	height: 53px;
	float: left;
	width: 125px;
	line-height: 53px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: bold;
	color: #A3D502;
	text-decoration: none;
	display: block;
}

#nav ul ul#level2{
	position:absolute;
	visibility:hidden;
	top: 53px;
	list-style: none;
	}
	
		
#nav ul li:hover ul#level2{
	visibility: visible;
	}
	
	
		
#nav ul li:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navhover.jpg);
	display: block;
	width:125px;
	margin-right: 10px;
	text-shadow:1px 1px 1px #000;
}	
		
#nav ul li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow:1px 1px 1px #000;
}


#nav ul li:hover ul#level2 li a{
	color:#A3D502;
	font-weight: bold;
	background-image: url(../images/navhover2.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	height: 25px;
	line-height: 25px;
	}
	
	
#nav ul li:hover ul#level2 li a:hover{
	color:#FFFFFF;
	font-weight: bold;
	width:125px;
	background-image: url(../images/navhover3.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	}
	
#nav .active a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navhover.jpg);
	display: block;
	width:125px;
	margin-right: 10px;
}


#logo {
	float: left;
}
#content_container {
	float: left;
	color: #333;
	width: 750px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content_container_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 20px;
}
#content_container_text a {
	color: #648800;
	font-weight: bold;
}
#content_container_text  a:hover     {
	color: #FFFFFF;
	background-color: #6A8D00;
	font-weight: bold;
}
#content_container_text    h1, h2, h4  {
	color: #5D7D00;
}

#content_container_text h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	text-align: center;
}
#content_container_text h2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252525;
	color: #FFFFFF;
	background-color: #80AC01;
	padding-left: 10px;
	padding-bottom: 2px;
}
#content_container_text h4 {
	font-size: 13px;
	letter-spacing: .1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_container_text h3 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D7D00;
	color: #5E7E01;
}


#content_container_text p {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 1.4em;
}
#content_container_text ol {
	margin-left: 25px;
	margin-top: -5px;
	margin-bottom: 10px;
}


#content_container_text ul {
	margin-left: 25px;
	margin-top: -5px;
	margin-bottom: 10px;
}
#content_container_text li {
	line-height: 1.4em;
	margin-bottom: 2px;
}

#content_container_text a:visited {
	color: #688A00;
}




#leftcolumn {
	color: #333;
	width: 130px;
	float: left;
	background-color: #80AB00;
	background-image: url(../images/column_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#leftcolumn_content {
	width: 120px;
	margin-left: 10px;
	margin-top: 10px;
}
#leftcolumn_content_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	text-shadow:1px 1px 1px #000;
}

.leftcolumn_content_header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	text-shadow:1px 1px 1px #000;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	padding-top: 5px;
}

#leftcolumn_content_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#leftcolumn_content_nav ul {
	list-style-type: none;
}

#leftcolumn_content_nav a {
	display: block;
	color: #1F1F1F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding-left: 15px;
	background-image: url(../images/bullet_left.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-bottom: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E7E01;
}
#leftcolumn_content_nav a:hover {
	font-weight: bold;
	color: #191919;
	text-decoration: none;
	background-color: #FFFFFF;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E7E01;
}

#leftcolumn_content_nav .active a{
	font-weight: bold;
	color: #191919;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C7C00;
	margin-top: 9px;
	padding-top: 3px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	background-image: none;
}


#clearboth {
	clear: both;
}


#rightcolumn {
	color: #333;
	width: 130px;
	float: left;
	background-color: #CCE8A2;
	background-image: url(../images/column_background_right.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-bottom: 10px;
}
#rightcolumn_content {
	margin-right: 10px;
	margin-top: 20px;
}

#rightcolumn_content_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	text-shadow:1px 1px 1px #000;
}
#rightcolumn_content_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#rightcolumn_content_nav ul {
	list-style-type: none;
}

#rightcolumn_content_nav a {
	color: #1A1A1A;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url(../images/bullet_right.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#rightcolumn_content_nav a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

#footer {
	width: 900px;
	clear: both;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D4D0C8;
}
#footer_left {
	height: 29px;
	background-image: url(../images/footer_background_left.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 400px;
}
#footer_right {
	background-image: url(../images/footer_background_right.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 500px;
	float: left;
	height: 29px;
}
#footer_left_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	float: left;
	line-height: 29px;
	padding-right: 5px;
	padding-left: 20px;
}
.clearboth {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.em_size {
	font-size: 1em;
}
.percentage_size {
	font-size: 100%;
}


/* Writer tabs formatting  */

body#w1 li#topic1 a, body#w2 li#topic2 a, body#w3 li#topic3 a, body#w4 li#topic4 a{
font-weight: bold;
	color: #191919;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C7C00;
	margin-top: 9px;
	padding-top: 3px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	background-image: none;
	}
	
body#w0 li#nav2 a, body#w1 li#nav2 a, body#w2 li#nav2 a, body#w3 li#nav2 a, body#w4 li#nav2 a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navhover.jpg);
	display: block;
	width:125px;
	margin-right: 10px;
	text-shadow:1px 1px 1px #000;
	}


/* Calc tabs formatting  */
	
body#c1 li#topic1 a, body#c2 li#topic2 a, body#c3 li#topic3 a{
	font-weight: bold;
	color: #191919;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C7C00;
	margin-top: 9px;
	padding-top: 3px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	background-image: none;
	}
	
body#c0 li#nav2 a, body#c1 li#nav2 a, body#c2 li#nav2 a, body#c3 li#nav2 a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navhover.jpg);
	display: block;
	width:125px;
	margin-right: 10px;
	text-shadow:1px 1px 1px #000;
	}
	

/* Impress tabs formatting  */	

body#i1 li#topic1 a, body#i2 li#topic2 a, body#i3 li#topic3 a{
	font-weight: bold;
	color: #191919;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C7C00;
	margin-top: 9px;
	padding-top: 3px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	background-image: none;
	}
	
body#i0 li#nav2 a, body#i1 li#nav2 a, body#i2 li#nav2 a, body#i3 li#nav2 a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navhover.jpg);
	display: block;
	width:125px;
	margin-right: 10px;
	text-shadow:1px 1px 1px #000;
	}
	
	
/* Draw tabs formatting  */

body#d1 li#topic1 a, body#d2 li#topic2 a,  body#d3 li#topic3 a, body#d4 li#topic4 a{
	font-weight: bold;
	color: #191919;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C7C00;
	margin-top: 9px;
	padding-top: 3px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	background-image: none;
	}
	
body#d0 li#nav2 a, body#d1 li#nav2 a, body#d2 li#nav2 a, body#d3 li#nav2 a, body#d4 li#nav2 a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navhover.jpg);
	display: block;
	width:125px;
	margin-right: 10px;
	text-shadow:1px 1px 1px #000;
	}
	
/* GIMP tabs formatting  */

body#g1 li#topic1 a, body#g2 li#topic2 a, body#g3 li#topic3 a, body#g4 li#topic4 a{
	font-weight: bold;
	color: #191919;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C7C00;
	margin-top: 9px;
	padding-top: 3px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	background-image: none;
	}
	
body#g0 li#nav3 a, body#g1 li#nav3 a, body#g2 li#nav3 a, body#g3 li#nav3 a, body#g4 li#nav4 a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navhover.jpg);
	display: block;
	width:125px;
	margin-right: 10px;
	text-shadow:1px 1px 1px #000;
	}	

/* Home tabs formatting  */

body#home li#topic1 a{
	font-weight: bold;
	color: #191919;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C7C00;
	margin-top: 9px;
	padding-top: 3px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	background-image: none;
	}
	
body#home li#nav1 a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navhover.jpg);
	display: block;
	width:125px;
	margin-right: 10px;
	text-shadow:1px 1px 1px #000;
	}	
.top {
	text-align: center;
}
.img_top {
	margin-top: 10px;
}
