/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(images/img1.gif);
	font-family:Arial,Georgia,Serif;
	font-size: 12px;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: normal;
	padding-left: 28px;
	padding-right: 28px;
}

h1 {
	font: normal 1.8em Georgia,sans-serif;
	margin-bottom: 4px;
}

h2 {
	color: #5A5A43;
	font: normal 1.6em Tahoma,sans-serif;
	line-height: 20px;
	margin-right: 1px;
	padding: 0 0 0 1px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	}

li a {
	font-size: 1.1em;
	color: #00009C;
	display: block;
	padding: 0px 0 0px 0;
	text-decoration: none;
	width: 100%;
}

li a:hover {
	background: #F0F0EB;
	color: #000033;	
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {color: #00009C; text-decoration:none;}
a:hover {text-decoration:none; padding-bottom:2px; background:url(images/flash2.gif) bottom left repeat-x;}
a:visited {color: #836FFF; text-decoration:none;}

img {
	border: none;
}

/* Header */

#header {
	width: 948px;
	height: 228px;
	margin: 0 auto;
	background: url(images/header.png);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 948px;
	margin: 0 auto;
	background: url(images/img5.gif);
}



#colTwo {
	float: left;
	width: 700px;
	padding: 10px 20px 0 20px;
}

#colThree {
	float: left;
	width: 170px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 948px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}