* {
	margin: 0;
	padding: 0;
}

body, html {
	font: 11px "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	background-color: #394A4A;
}

a img {
	border: none;
}

#both {
	clear:both;
}


#top h1 {
	font-size: 18px;
	color: #fff;
}

#menu {
	clear:both;
	background: #890000 url(../img/menubg.gif) top repeat-x;
	height: 32px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #394A4A;
	border-bottom-color: #B9CDD0;
}

#menu ul {
	padding: 7px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 0px 9px;
}

#menu ul li a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	color: #fc0;
}

#tagline {
	clear:both;
	height: 76px;
	padding-top: 156px;
	padding-left: 450px;
	background-color: #98AB3E;
	background-image: url(../img/mainImg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#tagline h2 {
	color: #fff;
	font: 24px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	letter-spacing: -2px;
}

#tagline h2 strong {
	font: 36px Arial, Helvetica, sans-serif;		
	font-weight: bold;
	letter-spacing: -3px;
}

#cols {
	clear: both;
	width: 750px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: left;
}

#colsW {
	clear: both;
	width: 750px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: left;
	
}


#colA {
	float: left;
	width: 300px;
	background-image: url(../img/contentbg.gif);
}

#colB {
	float: left;
	width: 450px;
}

#colC {
	float: left;
	width: 750px;
	background-color: #FFFFFF;
	
}
#welcome {
	padding: 15px 14px 5px 14px; 
	background: #eee url(../img/corner.gif) 0 0 no-repeat;
	border-bottom: 4px solid #8A0000;
}

#A {
	padding: 10px 20px;
}

#A ul li {
	list-style: none;
	padding: 3px 0px;
	border-bottom: 1px dashed #630;
}

#A ul li a {
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

#A ul li a:hover {
	color: #300;
}

#content {
	padding: 20px 14px;
}

#colA h3, #colA h2 {
	color: #4B1D1B;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

#colB h3, #colB h2 {
	color: #300;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

#cols p {
	color: #333;
	line-height: 14px;
	margin: 5px 0px;
	text-align: justify;
	clear: both;
}

#cols p a {
	color: #900000;
	text-decoration: none;
}

#cols p a:hover {
	text-decoration: underline;
}

#dots {
	border-bottom: 1px dashed #ccc;
}

#temp {
	float: right;
	margin-left: 2px;
}

#part img {
	float: left;
	margin: 2px;
}

#footer {
	clear:both;
	width: 710px;
	background: #a00 url(../img/footer_bg.gif) top repeat-x;
	font-size: 10px;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#footer a {
	color: #f90;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

div#underfooter {
	width			:	660px;
	margin			:	0 auto;
	padding			:	0;
	clear			:	both;
}
div#underfooter p {
	margin			:	10px 0;
	font-size		:	12px;
	font-weight		:	bold;
	color			:	#FFFFFF;
	text-align: center;
}

div#underfooter a {
	font-size		:	10px;
	color:#FFFFFF
}

div#underfooter p#footer_left {
	float			:	left;
}
div#underfooter p#footer_centre {
	clear: both;
	font-size: 10px;
}
	div#underfooter p#footer_centre a {
	clear: both;
	font-size: 10px;
}
	
div#underfooter p#footer_right {
	float			:	right;
}
div#underfooter p#footer_right span.number {
	color			:	#FFFFCC;
}

#main {
	width: 750px;
	margin: 0 auto;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 8px; 
}
