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

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #314D6B url(images/img01.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C9C8C8;
}

h1, h2, h3 {
	font-weight: normal;
	color: #ffffff;
}

h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
   }

/* Header */

#header {
	width: 940px;
	height: 120px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 5px 0 0 20px;
	text-transform: lowercase;
	font-size: 150%;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #003399;
}

/* Menu */

#menu {
	width: 920px;
	height: 35px;
	margin: 0 auto;
	background-color: #010012;
	border-right: 10px solid #CAD0D8; 
	border-left: 10px solid #CAD0D8;
	border-top: 10px solid #CAD0D8;
}

#menu h2 {
	display: none;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 10px 0 10px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a  {
	background-color: #000000;
}

#menu a:hover
    {
	background-color: #000000;
    color: blue
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	background: #131c23;
	border-right: 10px solid #CAD0D8; 
	border-left: 10px solid #CAD0D8;
	border-bottom: 10px solid #CAD0D8;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 15px 15px 0 15px;
	}

   #content a {
	text-decoration: none;
}


  #content a:hover {
	text-decoration: underline;
}


 .floatright { float: right;}

 .floatleft { float: left;}

.boxed {
	background: #121B23;
	border: 1px dotted #000000;
}

 .boxed a {
	text-decoration: none;
}

  .boxed a:hover {
	text-decoration: underline;
}

object { margin:5px;}

img { margin:3px;3px;3px;3px}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 5px 5px 5px 5px;
	border-left: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}

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

#sidebar li {
}

#sidebar li ul {
	padding: 5px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0;
	padding: 10px; 0px; 0px; 0px;
	background: #000000;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

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

#search legend {
	display: none;
}

#search input {
	float: right;
	margin-bottom: 5px;
	background: #5A83AE;
	border: 1px solid #000000;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform {
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#searchfield {
	width: 165px;
	padding: 2px 5px;
}

#searchsubmit {
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #0F1720;
}

#footer a {
	color: #0F1720;
}

#pscroller1{
width: 450px;
height: 1.2em;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #C9C8C8;
border: none;
padding: 5px;
background-color: #131c23;
}

#pscroller2{
width: 200px;
height: 150px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #C9C8C8;
border: none;
padding: 5px;
background-color: #131c23;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}
