
* {
	font-family: Arial;
	font-size: 100%;
}

body {
	margin: 15px 0;
	padding: 0;
	background: #3399CC;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;	
}

h1 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
	color: #FF6D31;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;	
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}

p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #FF6600;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}


/* Header */

#header {
	width: 917px;
	height: 150px;
	margin: 0 auto;	
	background: #FFFFFF url(images/img2.gif) repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 65px;
	width: 887px;
	display: inline;
	padding: 20px 0 20px 25px;	
}

#logo h1 {
	float: left;
	padding: 25px 0 0 25px;
	font-size: 200%;
}

/* Menu */

#menu {
	float: left;
	width: 887px;
	height: 55px;
	padding: 10px 15px 0 15px;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-transform: none;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	color: #3333FF;
}

#menu .first a {
	border: none;
}


/* Content */

#content {
	width: 862px;
	margin: 0 auto;
	padding: 5px 20px 0 35px;
	background: #FFFFFF url(images/img8.gif) no-repeat left bottom;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}

a {
	color: #3333FF;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;	
	font-size: 150%;
	font-weight: bold;
	color: #FF6600;
}

#colOne {
	float: left;	
	width: 185px;
	padding: 15px 10px 0 0;
	text-align: justify;
	font-family: Arial;
	font-size: 90%;	
}

#colOne h3 {
	margin-top: 10px;
	border-bottom: 1px solid #F4F4F4;	
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
}

#colTwo {
	float: left;
	width: 457px;
	padding: 30px 10px 0 0;
	text-align: justify;
	font-family: Arial;
	font-size: 90%;	
}

#colThree {
	float: right;
	width: 180px;
	align: center;
	padding: 50px 10px 0 0;	
	font-size: 95%;
}

#colThree img {
	border: 2px solid #FF6600;	
}

#colFour {
	float: right;
	width: 647px;
	padding: 30px 10px 0 0;
	text-align: justify;
	font-family: Arial;
	font-size: 90%;	
}

#colFour img {
	border: 2px solid #FF6600;	
}

#colFive {
	float: left;	
	width: 185px;
	padding: 15px 10px 0 0;
	text-align: justify;
	font-family: Arial;
	font-size: 90%;	
}

#colFive h3 {
	margin-top: 10px;
	border-bottom: 1px solid #F4F4F4;	
	font-size: 120%;
	font-weight: normal;
	color: #000000;
}

#colSix {
	float: right;
	width: 647px;
	padding: 30px 10px 0 0;
	text-align: justify;
	font-family: Arial;
	font-size: 90%;	
}

#colSeven {
	float: center;
	width: 822px;
	padding: 15px 5px 0 0;
	text-align: justify;
	font-family: Arial;
	font-size: 90%;	
}

#colSeven h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;	
	font-size: 180%;
	text-align: center;
	font-weight: bold;
	color: #FF6600;
}

#colEight {
	float: right;
	width: 647px;
	padding: 15px 10px 0 0;
	text-align: justify;
	font-family: Arial;
	font-size: 90%;	
}

#colEight a {
	text-decoration: none;
}

#colEight a:hover {
	text-decoration: none;
	color: #0000FF;
}

/* Footer */

#footer {
	font-size: 11px;
	font-weight: bold;
}

#footer p {
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}