body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AD1112;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 217%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 147%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
	font-weight: bold;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #4169e1;
	text-decoration: none;
}

a:hover {
   color: #006633;
	text-decoration: none;
}

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: 970px;
	height: 270px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 300px;
	height: 270px;
	background: #FFFFFF url(images/img01.jpg);
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	display: none;
}

/* Menu */

#menu {
	float: right;
	width: 630px;
	height: 40px;
	padding: 230px 20px 0 0;
}

#menu ul {
	width: 632px;
	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 17px 0 17px;
	background: url(images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFF8B3;
	text-decoration: none;
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding: 30px;
                text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	padding-top: 40px;
}

#sidebar li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
                color: #1c562e;
	text-transform: uppercase;
                text-decoration: none;
	letter-spacing: 2px;
                
}

#sidebar li a:hover {
	color: #4169e1;
}

#sidebar ul {
                width: 250px;
	margin: 0;
                padding-top: 50px;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
                padding: 0px 0px 8px 0px;
	padding-left: 15px;
                border-bottom: 1px #BDBDBB dotted;
                background: url(images/img08.jpg) no-repeat left 5px;
                font-weight: normal;
	font-size: 70%;
}

#news h4 {
	margin: 0;
	padding-top: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c562e;
	text-transform: uppercase;
	font-weight: normal;
}

#news a {
	color: #4169e1;
	font-size: 85%;	
	text-decoration: none;
	font-weight: bold;
                text-transform: uppercase;
}

#news a:hover {
	color: #2e8b57;
}

#news p {
                width: 180px;
                padding: 0;
	font-size: 85%;
}


.boxed {
	margin-bottom: 10px;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #AD1011;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 970px;
	height: 50px;
	margin: 0 auto;
	padding-top: 30px;
	border-top: 4px solid #AD1011;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 80%;
	color: #4f4f4f;
	text-transform: uppercase;
	font-weight: bold;
}

#footer a {
	color: #778899;
	text-decoration: none;
}

#legal {
	float: left;
}

#links {
	float: right;
}
