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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 {
	background: url(images/img6.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}




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




/* Logo */

#logo {
	width: 770px;
	height: 180px;
	margin: 0 auto;
 /*	background: url(images/imgbkg.jpg)  repeat-x 0 0px; */
}

#logo h1 {
	padding: 46px 0 0 0px;
}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

#logo h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo h3 {
	letter-spacing: -0px;
}

#logo a {
}



/* Content */

#content {
	width: 770px;
	margin: 0 auto;
/*	background-color: Green;  */
}

#main {
	float: right;
	width: 500px;
	margin-top: 0px;
/*	background-color: Maroon ; */
}

#sidebar {
	float: left;
	width: 240px;
/*	background-color: Orange;  */
}

#menu {
	margin-bottom: 30px;
	border-top: 14px solid #EBEBEB;
	border-bottom: 14px solid #EBEBEB;  /* #EBEBEB */
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 20px 24px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}

#menu a:hover, #menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}


.smalltitle
{
	text-transform: uppercase;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
	
}

.smalltitlei
{
	text-transform: lowercase;
	font: italic normal 14px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
	
}
.title {
	padding: 10px 0 10px 0px;
/*	background: url(images/img03.gif) no-repeat left center;   */
	border-bottom: 10px solid #D6D5D5;
	font-size: 1.4em;
}

#footer {
	clear: both;
	padding: 20px 50px;
	width: 770px;
	margin: 0 auto;
	background: #EAEAEA url(images/img6.gif) repeat-x left top;
	text-align: center;
}
/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}