/*** Body & World, Global Definitions***/
body {
    margin:0px;
	background-color:#fff;
		\\background: url("images/snow.gif"); /*winter.jpg*/
	background-position: center top;
    \\background-attachment: fixed;
    background-repeat: repeat; /*no-repeat*/
}

body, td, th, textarea, input, select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
}

div.clear {
	clear:both;
}

div.world {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.top {
    padding:0px;
    height:208px;
	width:992px;
    background:transparent url("images/head-bg.jpg") no-repeat top left scroll;
}

div.middle {
	width:992px;
	min-height: 500px;
}

div.bottom {
	padding-top:10px;
    color:white;
	width:992px;
}

a {
    color: #5F5959;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    padding: 0px;
    margin: 5px 0px 15px 0px;
}


/*** Top ***/
div.logo {
    height:208px;
	width:150px;
	float: left;
	clear: left;
}

div.logo h2 {
	margin-top:40px;
	margin-left: 40px;
}

div.heading {
	color:white;
    height:208px;
	float:left;
	clear:none;
}

div.heading h1 {
	margin-top:52px;
	font-size: 18pt;
}

div.heading h1 a {
	text-decoration: none;
	color: white;
}

div.top-buttons {
	width:210px;
    height:208px;
	float:right;
	clear:right;
}

div.top-buttons ul.top-buttons {
	margin:0px;
	margin-top: 5px;
	padding:0px;
	list-style-type:none;
}

div.top-buttons ul.top-buttons li {
	margin:0px;
	padding:0px;
	width:188px;
	height:64px;
	background: transparent url(images/button-yellow.jpg) no-repeat top left scroll;

}

div.top-buttons ul.top-buttons li.y1 {
	margin:0px;
	padding:0px;
	width:188px;
	height:64px;
	background: transparent url(images/button-yellow1.jpg) no-repeat top left scroll;

}

div.top-buttons ul.top-buttons li.purple {
	background: transparent url(images/button-purple.jpg) no-repeat top left scroll;
}

div.top-buttons ul.top-buttons li a {
	padding: 20px 0px 0px 45px;
	width:135px;
	font-family:Verdana;
	color:#000000;
	font-size:1.6em;
	text-decoration:none;
	display:block
}

/*** Middle ***/
div.middle div.middle-left {
	width: 196px;
	float:left;
	clear: left;
}

div.middle div.middle-text {
	width: 600px;
	margin-top: 5px;
	float:left;
	clear: none;
}

div.middle div.middle-right {
	width: 196px;
	float:left;
	clear: right;
}


/*** Middle - MENU !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ***/
div.box ul.menu {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.box ul.menu li {
	margin: 0px;
	padding-left: 13px;
	background-image: url(images/menu-arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	
}

div.box ul.menu li.selected {
	font-weight: bold;
}

div.box ul.menu li a {
	display: block;
	width: 145px;
	padding: 3px 0px 5px 0px;
	text-decoration: none;
	color: #0A670A;
	background-image: url(images/menu-dots.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.box ul.menu li a.last {
	background-image: none;
}

div.box ul.menu li a.selected {
	font-weight: bold;
	color: #666;
}

div.box ul.menu li a:hover {
	text-decoration: underline;
}

div.box ul.menu li ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.box ul.menu li ul li {
	margin: 0px;
	padding-left: 13px;
	background-image: url(images/menu-arrow-gray.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
div.box ul.menu li ul li a {
	color: #9F9B9B;
}

/*** Middle - BOXY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ***/
div.blocks {
    width: 192px;
}

div.blocks div.box {
    font-family: Verdana;
	font-size: 0.9em;
}

div.blocks h2 {
    font-family: Verdana;
    font-weight: normal;
    font-size:1.5em;
    color: #0A670A;
    padding: 0px;
	margin: 0px;
}

div.box-white-top {
	margin-top: 5px;
	height: 14px;
    background: url(images/white-box-bg-top.jpg);
    background-repeat: no-repeat;
}

div.box-white-mid {
    background: url(images/white-box-bg-mid.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
    padding: 0px 16px 0px 16px;
}

div.box-white-bot {
	height: 14px;
    background: url(images/white-box-bg-bot.jpg);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

div.box-purple-top {
	margin-top: 5px;
	height: 14px;
    background: url(images/purple-box-bg-top.jpg);
    background-repeat: no-repeat;
}

div.box-purple-mid {
    background: url(images/purple-box-bg-mid.jpg);
    background-repeat: repeat-y;   
    overflow: hidden;
    padding: 0px 16px 0px 16px;
}

div.box-purple-bot {
	height: 14px;
    background: url(images/purple-box-bg-bot.jpg);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

div.box-yellow-top {
	margin-top: 5px;
	height: 14px;
    background-image: url(images/yellow-box-bg-top.jpg);
    background-repeat: no-repeat;
}

div.box-yellow-mid {
    background-image: url(images/yellow-box-bg-mid.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
    padding: 0px 16px 0px 16px;
}

div.box-yellow-bot {
	height: 14px;
    background: url(images/yellow-box-bg-bot.jpg);
        background-repeat: no-repeat;
    margin-bottom: 5px;
    }

div.box-green-top {
	margin-top: 5px;
	height: 14px;
    background: url(images/green-box-bg-top.png);
        background-repeat: no-repeat;
}

div.box-green-mid {
    background: url(images/green-box-bg-mid.png);
        background-repeat: repeat-y;
    overflow: hidden;
    padding: 0px 16px 0px 16px;
}

div.box-green-bot {
	height: 14px;
    background: url(images/green-box-bg-bot.png);
        background-repeat: no-repeat;
    margin-bottom: 5px;
    }

/*** Middle - Text ***/
div.middle div.middle-text-inner {
	padding: 0px 0px 0px 0px;
}

div.middle div.middle-text-box-top {
	height: 18px;
	background: white url(images/text-box-bg-top.png) repeat-y scroll;
	background-position: 4px 0px;
}

div.middle div.middle-text-box-mid {
	padding: 0px 20px 0px 20px;
	background: white url(images/text-box-bg-mid.png) repeat-y scroll;
	background-position: 4px 0px;
	min-height: 400px;
	overflow: hidden
}

div.middle div.middle-text-box-bot {
	height: 18px;
	background: white url(images/text-box-bg-bot.png) repeat-y scroll;
	background-position: 4px 0px;
}

div.middle-text h2 {
	font-family: Verdana;
	font-size: 2.2em;
	color: #0a670a;
}

div.middle-text h2 span.before {
	padding:12px 10px 0px 10px;
}

div.middle-text h2 span.after {
	padding:12px 5px 0px 10px;
}

div.middle-text p {
	text-align: justify;
}


/*** Bottom ***/
div.bottom-top {
	width:981px;
	height:10px;
	overflow: hidden;
    background-image: url(images/bottom-bg-green-top.png);
    background-repeat: no-repeat;
}

div.bottom-text {
	width:981px;
	min-height:30px;
	background: #0a670a;
	background-image: url(images/bottom-bg-green-mid.png);
}

div.bottom-center {
	padding-left: 6px;
}

div.bottom-text div.bottom-copy {
	float:left;
	clear:left;
}

div.bottom-text div.bottom-menu {
	float:right;
	clear:right;
}

div.bottom-text p {
	padding:0px 20px 10px 20px;
}

div.bottom-text a {
color: white;
	text-decoration: none;
}

/**         BLOG          **/

div.blog  {
	padding-bottom: 20px;
}
div.blog h3.blog a, div.blog h3.blog {
	color: #696868; //#0a670a;
	font-size: 12pt;
	font-weight: bold;
}

div.blog h3.blog a:hover {
	//color: #FF2F37;
	text-decoration: none;
}

div.blog div.date {
	color:#555555;
	margin: 10px 0px 8px 0px;
}

div.blog div.date span {
	//font-weight: bold;
}

div.blog div.more {
	float: left;
	width: 100px;
	margin-top: 8px;
}

div.blog div.more a {
	color: #336633;
}

div.blog div.more a:hover {
	color: #FF2F37;
	text-decoration: underline;
}

div.blog div.forum a {
	color: #336633;
}

div.blog div.forum a:hover {
	color: #FF2F37;
	text-decoration: underline;
}

div.blog div.forum {
	float: right;
	width: 100px;
	margin: 5px 40px 0px 0px;
	text-align: right;
}

div.blog div.img {
	float: left;
	clear: left;
	width: 160px;
	height: 110px;
	text-align: center;
}

div.blog div.text {
	float: right;
	clear: right;
}

div.blog div.img img {
	border: 1px solid black;
	margin-top: 5px;
}

div.blog div.short p {
	margin: 0px;
}
