/*
Global Backup
*/

/* Elements */

body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

h1 {
}

h2, h3, h4, h5, h6 {
	color: #13007d;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #333;
}

a {
	color: #4d971e;
	text-decoration: none;
	border-style: none;
}

a:hover {
	text-decoration: none;
	color: #13007d;
}

#colOne div.box ul.bottom li {
	text-decoration: none;
	color: #13007d;
	font-size: 13px;
}

#colOne div.box ul.bottom li a {
	text-decoration: none;
	color: #4d971e;
	font-size: 13px;
}

#colOne div.box ul.bottom li a:hover {
	color: #4d971e;
	font-size: 13px;
	font-weight: bold;
}

.box {
	background-color: transparent;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
	margin-bottom: 0;
	padding-bottom: 0;
}



.bottom {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	width: 928px;
	height: 37px;
	margin: 0 auto;
	background: #4d971e url(images/img01.gif) repeat-x;
	border-bottom: 3px solid #ffffff;
}

/* Menu */

#menu {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #4d971e url(images/img02.gif) repeat-x;
}

/* Content */

#content {
	width: 928px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 238px;
}

#colOne h3 {
	padding: 0 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#colOne li {
	padding: 7px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

#colTwo {
	float: right;
	width: 617px;
	padding: 30px 40px 0 30px;
}

#colTwo h2 {
	margin-top: 0;
	font-size: 26px;
}

#colTwo h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#colTwo h4 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

#colTwo div.box li {
	color: #13007d;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: disc;
	font-size: 100%;
}

/* Logo */

#logo {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	height: 150px;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 25px;
	font-size: 34px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

/* Footer */

#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	padding-top: 35px;
	background: url(images/img03.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}