/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 30px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #272727;
}

h1, h2, h3 {
	text-transform: uppercase;
	color: #4967A0;
}

h2 {
	font-size: 1.3em;
}

h3 {
	margin: 0;
	font-size: 1.05em;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 155%;
	text-align: left;
}

a {
	text-decoration: none;
	color: #223266;
}

a:hover {
	text-decoration: none;
	color: #FF6000;
}

/* Header */

#header {
	width: 700px;
	height: 108px;
	margin: 0 auto;
}

/* Header2 */

#header2 {
	width: 700px;
	height 50px;
	margin: 0 auto;
}

/* Header3 */

#header3 {
	width: 700px;
	height 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding: 0 0 0 0px;	
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 36px;
}

#logo h2 {
	margin: -5px 0 0 3px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #3D59B3;
}

/* Menu */

#menu {
	width: 700px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0px 0 0px;
	background: #4D6DA6;
	border: 1px solid #E0E0E0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 17px 0 19px;
	text-decoration: none;
	background: url(images/img02G.gif) no-repeat left center;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FBAC81;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 670px;
	margin: 0 auto;
	padding: 0 0 0px 0;
}

/* Welcome */

#welcome {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}

#welcome .more {
	padding-top: 15px;
	border-top: 1px dashed #CCCCCC;
}

#welcome .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* News */

#news {
	float: right;
	width: 320px;
	margin-bottom: 20px;
}

#news h3 {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
}

#news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 28px 15px;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
}

#news .more {
	margin: 0;
	padding: 0;
	border: none;
}

#news .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* Feature */

#feature {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
}

#feature img {
	float: right;
	margin-left: 20px;
}

#feature h2 {
	margin: 0;
}

/* Footer */

#footer {
	width: 680px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

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


