/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Logo */

#logo {
	height: 240px;
	margin: 0 auto;
	background: #FFFFFF url(images/logo-original.jpg);
	}


body {
	background: #000404;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 20px 0 0 0;
	color: #555;
}

#wrapper {
	width: 735px;
	background: #555;
	padding: 2px;
	margin: 0 auto;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	color: #FF9900;
	padding-top:10px;
	padding-bottom:10px;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;

}

h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 {
	color:#FFF;
	font-size:18px;
}

p, ol, ul {
	line-height: 180%;
}

p + p {
	text-indent:1.5em;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
	font-size: 125%;
	}

a:hover {
	text-decoration: none;
	}

img {
	border: none;
	width: 225px;
	height: 275px;
	}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:500px;
	
	}

img.displayedsmall {
    display: block;
    width: 236px;
    height:156px;
    margin-left: auto;
    margin-right: auto;
	
	}

img.center{
	margin:auto;
	display:table-cell;
	vertical-align:middle;
	}

img.left {
	float: left;
	margin: 0 15px 20px 0;
	height: 225px;
	width: 330PX;
	}

img.right {
	float: right;
	margin: 0 0 20px 15px;
	height: 225px;
	width: 330PX;
	}

.image {
	border: none;
	}

hr {
	display: none;
	}

/* Header */

#header {
	}

/* Menu */

#menu {
	height: 45px;
	width: 99.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:87%;
	margin: 4px 0 4px 0;
	border: 2px solid #F5CF14;
	line-height:normal;
	background: #000404;
	}

#menu ul {
	margin:0;
	padding: 1px 0px 0 4px;
	list-style:none;
	}

#menu li {
	display:inline;
	padding: 0;
	}

#menu a {
	height: 22px;
	float:left;
	background: #F5CF14;
	margin: 10px 25px 0 36px;
	font-weight: bold;
	font-size: 120%;
	text-decoration:none;
	color: #000;
	}

#menu a:hover {
	text-decoration: underline;
	}

#menu a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	margin: 0px 0 0 0;
	padding: 0px 15px 4px 6px;
	}

#menu .active {
	text-decoration: underline;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}

/* End IE5-Mac hack */
#menu a:hover span {
	color:#000;
	}

#menu a:hover {
	background-position:0% -42px;
	}

#menu a:hover span {
	background-position:100% -42px;
	}

/* Page */

#page {
	margin: 0 auto;
}

/* Content */

#content {
	padding: 20px;
	background: #111 url(images/img07.gif) no-repeat left bottom;
}

#content h1, h2{
	text-align: center;
}

#content h2{
	padding: 0px;
}
#content h3{
	text-align: center;
}

#content li{
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
}

#sidebar a {
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 138%;
}

#sidebar ul li {
	padding: 5px 14px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #111;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
	background: #000000 url(images/img10.gif) no-repeat left bottom;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #5EB2ED url(images/img08.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #AD1112 url(images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Footer */

#footer {
	height: 100px;
}

#footer p {
	text-align: center;
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {

}

#footer h1 {
	font-size: 137%;
	text-align: center;
}