body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(layout/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1e1e1e;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #D33333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 3px;
	line-height: 130%;
}
ul {
	list-style-type: square;
	
}

p {
}
b {
  color: #000;
  font-size: 13px;
  }
strong {
  color: #000;
  font-size: 13px;
  }

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

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

a:hover {
	color: #D33333;
	text-decoration: underline;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Wrapper */

#wrapper {
	padding-top: 20px;
	background: url(layout/img02.gif) repeat-x;
}

/* Header */

#header {
	width: 850px;
	height: 200px;
	margin: 0 auto;
	background: #C90404 url(layout/img03.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 80px;
	padding: 0 0 0 0;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 300px;
}

html>body #search {
	width: auto;
}

#search form {
	margin: 0;
	padding: 30px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchinput {
	width: 200px;
}

#searchsubmit {
}

/* Menu */

#menu {
	width: 850px;
	height: 200px;
	margin: 0 auto;
	background: url(layout/header.jpg);
	text-align: right;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li:hover {
}

#menu a {
	margin-top: -3px;
	margin-right: 2px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #BB2820;
	filter : Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}

#menu a:hover {
	padding: 2px;
	color: #000;
	background: #BB2820;
}

#menu .active a {
	padding: 2px;
	color: #000;
	background: #BB2820;
	filter : Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}


/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	background: #FFFFFF ;
}

/* Content */

#content {
	float: right;
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(layout/img06.gif) repeat-x;
}

#bodycontent {
	text-align: left;
	padding: 10px;
	}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 225px;
}

.twocols .col2 {
	float: right;
	width: 225px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(layout/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 35px 20px;
	background: url(layout/img06.gif) repeat-x;
}

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

#sidebar li {
	background: url(layout/img09.gif) repeat-x 0px 31px;
}

#sidebar li ul {
	padding: 15px;
}

#sidebar li li {
	background: none;
}

#sidebar h2 {
	height: 25px;
	margin: 0;
	padding: 5px 0 0 15px;
	background: url(layout/img08.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
	font-size: 85%;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar .list li {
	padding: 5px 0;
}

#sidebar .list {
}

/* Footer */

#footer {
	clear: both;
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(layout/img07.gif) repeat-x;
	color:#FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #CCCCCC;
}
#fmenu {
	margin-top: -12px;
	float: right;
	text-align: right;
	position: relative;
	width: 850px;
	height: 32px;
	background: #000;
	}
#fmenu a {
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 20px;
	}
#fmenu a:hover {
	padding-left: 5px;
	padding-right: 5px;
	color: #D33333;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}
#fmenu a.menuactive {
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	background: #BB2820;
	border-top: 2px solid #BB2820;
	border-bottom: 14px solid #BB2820;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#fmenu a.menuactive:hover {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
.boxed     {
	 padding: 10px;
	 background: #EBEAEA;
	 border: 1px solid #494848;
	 }
