body {
	margin:6px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #444444;
}

h1 {
}

h2, h3, h4, h5, h6 {
	color:#A30C03;
	font-weight:normal;
	margin:16PX 0;
}

p, ol, ul {
	text-align: justify;
	line-height:20px;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #2582A4;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

#colOne .box {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top:40px;
	background:url("images/box-bg.gif") repeat-x scroll left bottom transparent;
}

.box h3 {
	margin-top:0px;
	margin-bottom:0px;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(images/box-bottom-bg.gif) no-repeat left bottom;
}

.image-left {
	margin:10px 10px 5px 0px;
	padding: 0;
	float:left;
}

.image-right {
	margin:5px 0px 5px 10px;
	padding: 0;
	float:left;
	display:inline;
}

.indent {
	margin-left: 125px;
}
.clear
{
clear:both;
}

/* Header */

#header {
	width: 928px;
	height: 37px;
	margin: 0 auto;
	border-bottom: 3px solid #FFFFFF;
}

/* Logo */

#logo {
	float:left;
	margin-left:12px;
	display:inline;
	width:220px;
	font-size:25px;	
}
#logo a {
	text-decoration:none;
	color:#fff;
	font-size:25px;
}
#logo a  img{
	border:none;
}

/* Menu */

#menu {
	float:right;
	width: 676px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	margin-top:5px;
	list-style: none;
	background: #BECF74 url(images/header-bg.gif) repeat-x;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 8px 12px 0px 10px;
	text-transform:capitalize;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(images/menu-hove.gif) repeat-x;
}

/* Content */

#content {
	width: 928px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 238px;
}

#colOne h3 {
	padding: 0 20px;
	color:#87A019;
	font-size:17px;
	font-weight:bold;
	text-transform:capitalize;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
	margin-top:0px;
}

#colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li a {
	font-size:13px;
	text-decoration:none;
}
#colOne li a:hover {
	font-size:13px;
	text-decoration:underline;
}

#colOne li.first {
	border: none;
}

#colTwo {
	float: right;
	width: 657px;
	padding: 1px 10px 0 20px;
	background: url(images/coltwo-bg.gif) repeat-x;
}

#colTwo h2 {
	font-size: 28px;
	color:#a30c03;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}

#colTwo h1 {
	font-size: 26px;
	color:#2582A4;
}

#colTwo h3 {
	font-size: 18px;
	margin-bottom:10px;
}

#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;
}

/*footer link section */
.footer-link{
	clear: both;
	width: 928px;
	margin: 0 auto;
	background: url(images/footer-link.gif) repeat-x;
	margin-top:20px;
}
.footer-link ul{
	width:900px;
	margin:0px;
	padding:12px 14px;
}
.footer-link ul li {
	list-style:none;
	display:inline;	
	padding:10px 10px 10px 12px;
	background:url(images/footer-link-arrow.gif) no-repeat left 14px;
	line-height:30px;
}
.footer-link ul li a {
	font-size:13px;
	color:#2582A4;
}


/* Footer */
#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	padding-top: 25px;
	background: url(images/footer-bg.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}