* {
	margin: 0;
	padding: 0; 
}

body, html {
	font: 11px "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	background-color: #000e77;
}

a img {
	border: none;
}

#both {
	clear:both;
}

#top {
	clear:both;
	background: #000e77 url('bkgrd.jpg') repeat-y left;
	height: 175px;
}

#top h1 {
	font-size: 18px;
	color: #fff;
}

#menu {
	clear:both;
	background: #000000 url('menubg.gif') repeat-x top;
   border-top: 4px solid #fff; border-bottom: 4px solid #fff;
	height: 32px
}

#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: #000000;
}

#menu ul li a:hover {
	color: blue;
}

#slogan {
	clear:both;
	background: #000000 url('sloganbg.jpg') no-repeat top;
	height: 76px; 
	padding-top: 156px;
	padding-left: 170px
}

#slogan h2 {
	color: #fff;
	font: 24px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	letter-spacing: -2px;
}

#slogan h2 strong {
	font: 36px Arial, Helvetica, sans-serif;		
	font-weight: bold;
	letter-spacing: -3px;
}

#cols {
	clear: both;
	background: #fff url('contentbg.gif') repeat-y left;
	width: 750px
}

#colA {
   float: left; 
	width: 300px;
}

#colB {
	float: left;
	width: 450px;
}

#welcome {
	background: #eee url('corner.gif') no-repeat 0 0;
	border-bottom: 4px solid #f6c400; padding-left:14px; padding-right:14px; padding-top:15px; padding-bottom:5px
}

#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: #000000 url('footer_bg.gif') repeat-x top;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff; padding-left:20px; padding-right:20px; padding-top:15px; padding-bottom:15px
}

#footer a {
	color: #f90;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#main {
	width: 750px;
	margin: 0 auto;
}