/** BASIC */

html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}


td {
padding:7px;
}


.padonly    {margin: 0.6em;  padding-left: 4px; padding-right: 4px;}

.search_title {  
font: 18px Trebuchet MS, Sans-Serif;
text-transform:uppercase; 
margin: 2px 0 10px 0px; 
padding: 0;
padding-top: 17px;
color: #000000; 
background: none;
border-color: #FFFFFF;
border-bottom: 1px dotted #000000;
}

/** MENU */

#menu {
	width: 947px;
	height: 30px;
	margin: 0px auto 1px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

/** HEADER */

#header {
	width: 949px;
	height: 5px;
	margin: 0px auto;
	padding: 120px 0px 0px 0px;
	background: url(images/wbanner.jpg) no-repeat left top;
	border: 2px solid #FFFFFF;
}

#header-subpage {
	width: 949px;
	height: 42px;
	margin: 0px auto;
	padding: 68px 0px 0px 0px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#logo {
	float: left;
	height: 30px;
	padding: 12px 0px 0px 10px;
}

#search {
	float: right;
	width: 210px;
	padding-top: 11px;
}

.h3box {

	border: 2px solid #FFFFFF;
	padding:12px;
	padding-top:5px;
	
	}

/** PAGE */

#page {
	width: 949px;
	margin: 0px auto;
	
}

/** CONTENT */


#content_index {
	float: right;
	margin: 0 auto;
	width: 654px;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:25px;
}

#content_index a, #content_index a:hover, #content_index a:visited, #content_index td, #content_index h1, #content_index h2 {
	color:#FFFFFF;
}


#content {
	float: right;
	margin: 0 auto;
	width: 654px;

	color:#FFFFFF;
	font-family:Trebuchet MS;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	background-color:#000000;
	background-position: bottom left;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 260px;
	font-size:13px;
	margin-left:0px;
	padding-left:0px;
	color:#FFF;
}

#sidebar li {

list-style:none;
list-style-image:url('images/bullet_arrow.gif');
margin-left : 22px;
color: #FFFFFF;
padding:3px;
font-family:Trebuchet MS;
vertical-align:middle;
}



#sidebar a {
color: #FFFFFF;
text-decoration:underline;
}


#sidebar li a {
color: #FFFFFF;
text-decoration:none;
font-size:14px;
font-weight:normal;
padding-bottom:2px;
vertical-align:top;
}



/** SIDEBAR2 */

#sidebar2 {
	float: right;
	width: 200px;
	font-size:13px;
	color:#FFF;
}

#sidebar2 li {

list-style:none;
list-style-image:url('images/bullet_arrow.gif');
margin-left : 22px;
color: #FFFFFF;
padding:3px;
font-family:Trebuchet MS;
vertical-align:middle;

}



#sidebar2 a {
color: #FFFFFF;
text-decoration:underline;
}



#sidebar2 li a {
color: #FFFFFF;
text-decoration:none;
font-size:14px;
font-weight:normal;
padding-bottom:2px;
vertical-align:top;
}



/** FOOTER */

#footer {
	width: 849px;
	height: 50px;
	margin: 0px auto;
}

/** BASIC */

body {
	margin: 40px 0px;
	padding: 0px;
	background-color:#000000;
	color:#FFFFFF;
}




/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2 {
	color: #FFFFFF;
}

h1 {
	font-family: trebuchet, Trebuchet MS;
	font-size: 20px;
	padding-top:10px;
}

h2 {
	font-family: trebuchet, Trebuchet MS;
	font-size: 20px;
	padding-top:10px;
	
}

h1, h2 {
	
	margin-bottom: 15px;
	color:#FFFFFF;
	font-weight:none;
	font-size:22px;
}



h3 {
	padding:5px;
	text-decoration: none;
	text-transform:uppercase;
	font-family: trebuchet, Trebuchet MS;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing:1px;
	border: 1px solid #FFFFFF;
	margin-bottom:8px;
	margin-top:8px;
	font-weight:normal;
}

/** TEXTS */

body, th, td {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 18px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 20px 0px 10px 0px;
	background: url(images/homepage09.gif) repeat-x;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}



.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	float: left;
	width: 40%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(images/homepage07.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #FFFFFF;
	text-decoration:underline;
}

a:hover {
	color: #EFEFEF;
	text-decoration:underline;
}

a:visited {
	color: #EFEFEF;
	text-decoration:underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 50px;
	background: url(images/homepage09.gif) repeat-x left center;
}

/** MENU */

#menu {

	border: 2px solid #FFFFFF;
	padding:0px;
	margin-top:10px;
	margin-bottom:15px;
}

#menu a {
	float: left;
	height: 18px;
	padding: 0px 15px 0px 15px;
	margin-top:5px;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	text-transform:uppercase;
	font-family: trebuchet, Trebuchet MS;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing:1px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	border: none;
}

/** LOGO */

#logo h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #BCBCBC;
}

/** SEARCH */

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search legend {
	display: none;
}

#search-text {
	width: 130px;
}

#search-submit {
}

/** PAGE */

#page {

}

/** FOOTER */

#footer {
color:#FFFFFF;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
}

#footer a {
	height: 18px;
	padding: 0px 15px 0px 15px;
	margin-top:5px;
	text-decoration: none;
	font-family: trebuchet, Trebuchet MS;
	font-size: 15px;
	color: #FFFFFF;
}




