@charset "utf-8";

/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

td {
	padding: 7px;
}

.padonly    {margin: 0.6em; background-color: #FFFFFF; border:1px dotted #BBBBBB;}

body {
	background: #FFFFFF url(images/bg_2.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.search_title {  
font: 18px Arial, Sans-Serif;

margin: 2px 0 10px 0px; 
padding: 0;
padding-top: 17px;
color: #292929; 
background: inherit; 
border-bottom: 1px dotted #943131;
}


h1, h2, h3 {
	
	color: #943131;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 30px;
	color: #943131;
}

h3 {
	font-size: 13px;
	color: #FFFFFF;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: left;
	line-height: 200%;
}

p {
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	color: #767676;
}

a:visited {
	color: #767676;
}

/* Logo */

#logo {
	width: 950px;
	height: 20px;
	margin: 0 auto;
}


#header {
	width: 950px;
	height: 186px;
	background: url('images/wbanner.jpg') no-repeat;
	margin: 0 auto;
}

#stripe1 {
	width: 950px;
	padding-top:0px;
	
	height: 7px;
	background: url('images/stripe.gif') no-repeat;
	margin: 0 auto;
	margin-bottom:1px;
}

#stripe2 {
	width: 950px;
	height: 12px;
	background: url('images/stripes.gif') no-repeat;
	margin: 0 auto;
	margin-top:2px;
}

/* Menu */

#menu {
	width: 950px;
	height: 39px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 auto;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #870a0a;
	width:134px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(images/tab.gif) no-repeat;
	color: #FFFFFF;

}

/* Page */



#page {
	width: 950px;
	margin: 0 auto;
	padding-top:10px;
}

/* Content */

#content {
	float: left;
	width: 674px;
	padding: 0px 10px 0 8px;
}

#content h1,h2 {
	margin: 0px 0 10px 0;
}

#content .content {
	padding-left: 10px;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 256px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #000000;
}

#sidebar a:visited {
	color: #767676;
}

.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 6px;
	background: #FFFFFF url(images/h3.gif) no-repeat;
	font-size: 17px;
	color: #FFFFFF;
}

.box .content {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left:3px;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 14px;
}

.box small {
	font-size: 10px;
	color: #000000;
}

/* Footer */

#footer {
	padding: 35px 0;
	font-size: 12px;
}

#footer p {
	text-align: center;
}