/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

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

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

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

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

p, ol, ul {
	line-height: 110%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

blockquote.long {
	font-size: medium;
}

a {
	color: #CCCCCC;
}

a.officers {
	color: #0055EE
}

a:hover {
	text-decoration: bold;
}

img {
	border: none;
}

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

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

hr {
	display: none;
}

/* Header */

#header {
	width: 700px;
	height: 220px;
	margin: 0 auto;
	background: url(images/banner.jpg) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
	background: #AD1011 url(images/img031.jpg);
}

#logo h1, #logo h2, #logo h3 {
	margin: 0;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	background: url() no-repeat 100% 30px;
	letter-spacing: -2px;
	font-size: 28px;
}

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

#logo h3 {
	color: yellow;
}

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

/* Menu */

#menu {
	float: right;
	width: 470px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	width: 466px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #AD1011 url(images/img05.jpg) repeat-x;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 19px;
	background: url(images/img06.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 430px;
	padding: 20px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
	color: #666666;
}

#sidebar a:hover{
	color: red;
}

 .menu1{
background: url(images/img13.gif) no-repeat 0px 10px;
margin-left:15px;
padding-left:20px;
padding-top:2px;
padding-bottom: 2px;
display: block;
text-decoration: none;
font-weight: bold;
color: #CC0000;
height: 20px;
}

 .submenu{
display: block;
height: 19px;
margin-left: 25px;
padding-top: 2px;
padding-left: 7px;
text-decoration: none;
font-size: 10px;
color: grey;
}

.hide{
display: none;
}

.show{
display: block;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 82%;
}

#sidebar p {
	color: white;
}

#sidebar ul li {
	padding: 1px 14px;
	background: url(images/img13.gif) no-repeat 1px 5px;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.inner {
	border: none;
	font-size: 85%;
	margin-left: 10px;
	color: grey;
	border: none;
	background: none;
	padding: 1px 12px;
}

#sidebar ul li.normal {
	border: none;
	font-size: 85%;
	margin-left: 10px;
	color: grey;
	border: none;
	background: 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/img082.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .title2{
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #5EB2ED url(images/img082.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}


/* Footer */

#footer {
	height: 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #000000;
}