
/*
Design by Alicia A Jasmine
http://www.100webhosting.com
Released for free under a Creative Commons Attribution 3.0 License
*/

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 10px 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 13px;
	color: #6B6B6B;
}

a {
	color: #3467b4;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 26px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 24px;
}



#header {
	width: 1000px;
	height: 115px;
	margin: 0 auto;
	background: url(images/topmiddle.gif) repeat-x;
}

#logo {
	float: left;
	height: 115px;
	padding: 0 0 0 0;
	background: url(images/topleft.gif) no-repeat;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 50px 0 0 40px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span a {
	font-weight: bold;
	color: #33578d;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Menu */

#menu {
	float: right;
	height: 45px;
	padding: 70px 22px 0 0;
	background: url(images/topright.gif) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 15px;
	border-left: 1px solid #DBDBDB;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu a:hover {
	background: #4c6488;
	color: #ffffff;
	text-decoration: none;
}

#menu .first a {
	border: none;
}


#headershadow {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background: url(images/headershadow.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Content */

#content {
	width: 930px;
	margin: 0 auto;
	padding: 10px 35px 0 35px;
	background: #FFFFFF url(images/bottom.gif) no-repeat left bottom;
}

#maincontent {
	float: left;
	width: 820px;
}

#sidebar {
	float: right;
	width: 110px;
	padding: 5px 0 0 0;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}