/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #0066FF;
	background-color: #06F;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/img.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center center;
	border: 10px solid #FFFFFF;
	color: #60BD99;
}

#header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 36px;
	letter-spacing: -7px;
	color: #3366FF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-family: "Bickham Script Pro Semibold";
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #323B2E;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 2px solid;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #C00;
	background-color: #F00;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	background-color: #FFF;
}

#menu1 li {
	background-color: #C00;
	color: #FFF;
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #00B700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

#menu1 a:hover {
	background-color: #06F;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #339933;
	border-bottom-color: #339933;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 10px solid #00B700;
}

#colOne {
	float: right;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: left;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	color: #06F;
	font-weight: bold;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: normal;
}


#footer {
	width: 700px;
	padding-top: 2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: x-small;
}
#footer p .style4 {
	font-size: x-small;
}
#header p {
	font-weight: bold;
	color: #009E60;
	font-size: medium;
	font-style: italic;
}
#content #colTwo table tr td {
	text-align: center;
	color: #3673C6;
}
colTwoTable {
	text-align: left;
}
#content #colTwo table {
	text-align: left;
}
#content #colTwo p {
	color: #06F;
}
