* {
	margin: 0;
	padding: 0; 
}

body, html {
	font: 11px "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	background-color: #1c60be;
}

a img {
	border: none;
}

#both {
	clear:both;
}

#top {
	clear:both;
	padding-top: 7px;
	background-color: #1c60be;
	height: 51px;
}

#top h1 {
	font-size: 12px;
	color: #b8bfb9;
	text-align: top;
}


#menu {
	clear:both;
	background: #1c60be;
   border-top: 4px solid #cab9a2; border-bottom: 4px solid #cab9a2;
	height: 32px;
}

#menu ul {
	padding: 7px;
	padding-left: 40px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 3px 9px;
}

#menu ul li a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #b8bfb9;
}

#menu ul li a:hover {
	color: #f90;
}

#slogan {
	clear:both;
	background: #1c60be url(brain.png) top no-repeat;
	height: 356px; 
	padding-top: 6px;
	padding-left: 30px;
	text-shadow: 2px 2px #000;
}

#slogan h2 {
	text-align: left;
	color: #00788A;
	font: 24px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	letter-spacing: -1px;
}

#slogan h2 strong {
	text-align:center;
	font: 40px Arial, Helvetica, sans-serif;		
	font-weight: bold;
	color: #cab9a2;
	text-shadow: 2px 2px #000;
	letter-spacing: -0px;
}


#slogan p {
padding-top: 15px;
padding-bottom: 15px;
}

#cols {
	clear: both;
	background: #010500 url(contentbg12.gif) left repeat-y;
	width: 750px;
}

#colA {
   float: left; 
	width: 0px;
}  

#colB {
	float: left;
	width: 750px;
}

#welcome {
	padding: 15px 14px 5px 14px; 
	background: #eee url(corner.gif) 0 0 no-repeat;
	border-bottom: 4px solid #bbb;
}

#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;
	background-color: #B8BFB9;
	color: #670f12;
}

#colA h3, #colA h2 {
	color: #670f12;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

#colB h2 {
	color: #1c60be;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 5px solid #cab9a2;
	padding-top: 20px;
}

#colB h3 {
	color: #fac748;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

#colB blockquote {
	padding-left: 15px;
}


#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: 10px;
}

#temp2 {
	float: left;
	margin-right: 2px;
}


#part img {
	float: left;
	margin: 5px;
}

#footer {
	clear:both;
	width: 710px;
	padding: 15px 20px;
	background: #1c60be;
	font-size: 10px;
	text-transform: uppercase;
	color: #fac748;
}

#footer a {
	color: #f90;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#main {
	width: 750px;
	margin: 0 auto;
}