body {
    background-color: #ffffff;
	background-image: url("images/header.gif");
	background-position: top center;
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #3c3c3c;
    }
	
img { display: block; }
	
h1, h2, h3, h4, h5, h6 {
    font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	}
	
#wrapper{
    overflow: auto;
    width: 982px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	}
	
#header {
    width: 982px;
	height: 86px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
#logo {
   float: left;
   margin: 0px;
   padding: 0px;
   }
   
#login {
    float: right;
	background-image: url("images/login-reflection.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 131px;
	height: 28px;
	margin-top: 26px;
	padding-bottom: 18px;
	}
   
#greenbar {
    background-color: #9fd93c;
	width: 982px;
	height: 3px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87cc2a;
	}
	
#left {
	float: left;
	position: relative;
	width: 730px;
	margin-top: 10px;
	padding: 0px;
	}
	
#right {
	float: right;
	position: relative;
	width: 242px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	}
	
#flash { 
    background-color: #9c9c9c;
	width: 708px;
	height: 140px;
	margin-bottom: 10px;
	padding: 0px;
	}
	
#container-header {
    float: left;
    background-image: url("images/container-top.gif");
	background-repeat: no-repeat;
	width: 730px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
#container {
    float: left;
	background-color: #ffffff;
	width: 708px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	text-align: left;
    }
	
#container-footer {
    float: left;
    background-image: url("images/container-footer.gif");
	background-repeat: no-repeat;
	width: 730px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
.post-header {
    float: left;
    background-image: url("images/container2-header.gif");
	background-repeat: no-repeat;
	width: 708px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
.post {
    float: left;
	background-color: #fbfcfc;
	width: 686px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	text-align: left;
    }
	
.post-footer {
    float: left;
    background-image: url("images/container2-footer.gif");
	background-repeat: no-repeat;
	width: 708px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar-header {
    float: left;
    background-image: url("images/sidebar-header.gif");
	background-repeat: no-repeat;
	width: 242px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar {
    float: left;
	background-color: #ffffff;
	width: 220px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	text-align: left;
    }
	
.sidebar-footer {
    float: left;
    background-image: url("images/sidebar-footer.gif");
	background-repeat: no-repeat;
	width: 242px;
	height: 10px;
	margin-bottom: 10px;
	padding: 0px;
	}
	
.title {
    width: 100%;
	margin-bottom: 10px;
    padding-bottom: 3px;
    font-weight: bold;
	font-size: 12pt;
	border-width: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9fd93c;
	}
	
input.input {
    background-image: url("images/input.gif");
	background-repeat: repeat-x;
	width: 200px;
	height: 20px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #e0e0e0;
	color: #4c4c4c;
	}
	
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #e0e0e0;
	color: #4c4c4c;
	}
	

/**** Start Menu Styles ****/
#menu {
    float: left;
	height: 36px;
	margin-top: 50px;
	margin-left: 20px;
	padding: 0px;
	}
	
#menu li.current_page_item, #menu li.current_page_item:hover, #menu li.current_page_parent, #menu li.current_page_parent:hover {	
    float: left;
	background-image: url("images/menu-right-hover-green.gif");
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	padding: 0px;
	}
	
#menu li.current_page_item a, #menu li.current_page_item a:hover, #menu li.current_page_parent a, #menu li.current_page_parent a:hover, 
#menu li.current_page_item:hover a, #menu li.current_page_parent:hover a {	
    float: left;
	background-image: url("images/green-current.gif");
	background-repeat: no-repeat;
	background-position: left top;
    display: block;
	height: 27px;
	padding-top: 9px;
	padding-left: 32px;
    padding-right: 14px;
    text-decoration:none;
    font-weight: normal;
    color: #ffffff;
	}
	
#menu ul {
    float: left;
	height: 36px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
    float: left;
	background-image: url("images/menu-right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	padding: 0px;
	}
	
#menu a {
    float: left;
	background-image: url("images/menu-left.gif");
	background-repeat: no-repeat;
	background-position: left top;
    display: block;
	height: 27px;
	padding-top: 9px;
	padding-left: 23px;
    padding-right: 23px;
    text-decoration:none;
    font-weight: normal;
	font-size: 13px;
    color: #000000;
	}
	
#menu li:hover {
    float: left;
	background-image: url("images/menu-right-hover-green.gif");
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	padding: 0px;
	}
	
#menu a:hover, #menu li:hover a {
    float: left;
	background-image: url("images/menu-left-hover-green.gif");
	background-repeat: no-repeat;
	background-position: left top;
    display: block;
	height: 27px;
	padding-top: 9px;
	padding-left: 23px;
    padding-right: 23px;
    text-decoration:none;
    font-weight: normal;
    color: #ffffff;
	}

#submenu {
    width: 982px;
	height: 47px;
	margin: 0px;
	padding: 0px;
	}
	
#submenu ul {
    float: left;
	height: 47px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#submenu li {
    float: left;
	background-image: url("images/submenu-right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 8px;
	padding: 0px;
	}
	
#submenu a {
    float: left;
	background-image: url("images/submenu-left.gif");
	background-repeat: no-repeat;
	background-position: left top;
    display: block;
	height: 23px;
	padding-top: 5px;
	padding-left: 11px;
    padding-right: 11px;
    text-decoration:none;
    font-weight: normal;
	font-size: 13px;
    color: #000000;
	}
	
#submenu li:hover {
    float: left;
	background-image: url("images/submenu-right-hover.gif");
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 8px;
	padding: 0px;
	}
	
#submenu a:hover, #submenu li:hover a {
    float: left;
	background-image: url("images/submenu-left-hover.gif");
	background-repeat: no-repeat;
	background-position: left top;
    display: block;
	height: 23px;
	padding-top: 5px;
	padding-left: 11px;
    padding-right: 11px;
    text-decoration:none;
    font-weight: normal;
    color: #9fd93c;
	}
	
#submenu li.current_page_item	 a { color: #9fd93c; }	
/**** End Menu Styles ****/


/**** Slider Styles ****/
.slider-left {
    float: left;
    background-image: url("images/slider-left.gif");
	width: 5px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}
	
.slider-right {
    float: left;
    background-image: url("images/slider-right.gif");
	width: 5px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}

	
/**** Footer Styles ****/
#footer {
    background-color: #ebebeb;
    width: 100%;
	height: 100%;
	margin-top: 10px;
	padding: 0px;
	border-width: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	text-align: left;
	}
	
#copyright {
    width: 962px;
    margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 9pt;
	}
	
#copyright ul {
    margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#copyright li {
    list-style: none;
	padding: 2px;
	}
