/*
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 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

h1, h2, h3 {
	margin-bottom: 20px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.4em; font-weight: bold; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #0065CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
	height: 36px;
	margin-bottom: 15px;
	background: url(images/img06.gif) repeat-x left center;
}

/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 125px;
	text-align: center;
}

#logo h1 {
	margin: 0;
	padding-top: 5px;
	font-size: 2.4em;
}

#logo h2 {
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu {
	float: right;
	width: 660px;
	height: 125px;
	background: #315aad url(images/img07.gif) no-repeat left bottom;
	border-top: 3px solid color 315aad;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 20px;
}

/* Sidebar */

#sidebar {
	vertical-align: top;
	width: 200px;
	background: url(images/img02.gif) no-repeat;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 50px;
}

#sidebar #active {
	font-style: italic;
	font-size:
	font-variant: small-caps;
	background-image: url(images/image935.gif);
	height: 32px;
	width: 175px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
	background-image:url(images/image334.gif);
	height: 32px;
	width: 175px;
}

#sidebar #filler {
	height: 32px;
	width: 175px;
	background-image: url(images/img03.gif);
	}

#sidebar li li {
	margin: 0;
}

#sidebar dl {
}

#sidebar dt {
}

#sidebar dd {
	margin-bottom: 10px;
}


#sidebar h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(images/img05.gif) repeat-x left bottom;
	color: #000000;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

#sidebar a {
	color: #000000;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img06.gif) repeat-x;
	border-top: 1px solid #FFFFFF;
	font-size: small;
	
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

#footer #active {
	font-variant: small-caps;
	background-color:#CC0000;
	color: #FFFFFF;
	font-weight: bolder;
}

#wbmster {
	width: 900px;
	margin: 0 auto;
	color: #990000;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

