body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 136%;
}

h2 {
	font-size: 107%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 170%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #1777B1;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 970px;
	height: 290px;
	margin: 0 auto;
	padding-top: 2px;
}

/* Logo */

#logo {
	float: right;
	width: 970px;
	height: 250px;
	background: url(images/img02.jpg) no-repeat;
}

#logo h1 {
	margin: 0;
	padding-top: 50px;
	text-transform: lowercase;
	font-size: 48px;
	line-height: 60px;
}

#logo h2 {
	margin: -10px 0 0 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 8px;
	line-height: 8px;
}

#logo a {
	text-decoration: none;
	color: #7F7772;
}

#logo a:hover {
	color: #000000;
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 640px;
}

#content h1.title {
	margin-bottom: 25px;
	padding-left: 5px;
	border-left: 25px solid #1777B1;
	text-transform: lowercase;
	color: #7F7772;
}

#content .title span {
	color: #000000;
}

#list {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#list li {
	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF;
}

#list a {
   text-transform: uppercase;
	text-decoration: none;
}

#list a:hover {
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
}

#sidebar h2 {
	padding: 5px 10px;
	background: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	font-size: 100%;
}

#sidebar h2 {
	color: #4169e1;
}

#sidebar p {
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Menu */

#menu {
	height: 125px;
	margin-bottom: 20px;
}

#menu ul {
}

#menu li {
	display: block;
	float: left;
	width: 125px;
	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF;
}

#menu a {
	padding-left: 5px;
	border-left: 10px solid #1777B1;
	text-transform: uppercase;
	font-size: 92%;
	font-weight: bold;
	color: #7F7772;
}

#menu a:hover {
	border-left: 10px solid #FF9523;
	text-decoration: none;
}

/* News */

#news {
	margin-bottom: 20px;
}

#news ul {
	line-height: normal;
}

#news li {
	padding: 10px;
}

#news h3 {
	margin: 0;
	font-size: 85%;
}

#news h3 span {
	padding: 0 5px;
	background: #1777B1;
	color: #FFFFFF
}

#news p {
	margin: 0;
	line-height: normal;
}

#news a {
}

/* Footer */

#footer {
	clear: both;
	width: auto;
	height: 140px;
	border-top: 1px solid #CCCCCC;
	
}

#footer p {
	margin: 0;
	padding: 7px;
	font-size: 11px;
	text-align: center;
	color: #1777B1;
	text-transform: uppercase;
}

#footer a {
	color: #778899;
	text-decoration: none;
	font-weight: bold;
}

#footer_links {
	width: 980px;
}

#links {
	float: right;
}
