/* Elements */

body {
	background: #4096EE url(pic/img1.jpg) repeat-x;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 14px;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #1B4978;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header h1 {
	float: left;
	margin: 0px;
	font-size: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 15px;
}

#header h2 {
	float: right;
	font-size: 45px;
	letter-spacing: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 9px;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FF0;
}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

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

#menu li {
	display: inline;
}

#menu a {
	width: 120px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	float: left;
	letter-spacing: 1px;
	color: #006;
	background-color: #FFF;
}

#menu a:hover {
	background-color: #399AC4;
	color: #FFF;
}


#logo {
	width: 895px;
	height: 344px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(pic/logoback.jpg);
}

/* Content */

#content {
	background: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#colOne {
	float: right;
	width: 650px;
	margin-top: 20px;
	padding-right: 20px;
	background-image: url(pic/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#colOne p {
	width: 570px;
	font-family: Verdana, Geneva, sans-serif;
	text-indent: 15px;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(pic/leftbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 90px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	background-color: #23588E;
	color: #FF0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
}

#content h2 {
	background-color: #3885D5;
	padding: 5px 0px 5px 5px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

#content h3 {
	color: #2F73B8;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
/* Footer */

#footer {
	width: 600px;
	height: 30px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#footer p {
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #090;
}
