* {
	margin: 0;
	padding: 3;
	border-color: #434375;
}

body {
/*background: #333366 url(images/bg.jpg) repeat-y top center;*/
background-color: #BCC2DE; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #ffffff;
}

#wrap {
	margin: auto;
	width: 800px;
	border: 3px;
	border-color: #034689;
	background-color: #8D99C7;
}

#header {
height: 90px;
/*background: #fff url(images/header.jpg) no-repeat;*/

}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #ffffff;
}
#header h2 {
font-size: 18px;
color: #336699;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
background-color:#333366;
}
#header h2 a:hover {
color: #ffffff;
}
#menu {
height: 30px;
line-height: 30px;
/*background: #fff url(images/menu.jpg) no-repeat;*/
}
#menu ul {
list-style-type: none;
padding-left: 10px;
background: #BCC2DE;
}
#menu ul li {
display: block;
float: left;
background: #BCC2DE;
}
#menu ul li a {
padding: 0 0px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #333;
background:#BCC2DE;
}
#menu ul li a:hover {
color: #ffffff;
text-decoration: none;
background: #BCC2DE;
}

#menubottom {
	padding: 5px 0;
	background-color: #47478D;
}

#content {
padding: 0 20px;
}

.right {
	float: right;
	width: 495px;
	text-align: justify;
}
.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	background: #BCC2DE;
	background-color: #D0D5E8;
}
.right h2 a {
text-decoration: none;
color: #333366;
}
.right h2 a:hover {
	color: #8B8BC5;
}

.left {
	float: left;
	width: 205px;
	padding: 0px 1px 2px 0;
	background-color: #8D99C7;
}
.left h2 {
margin: 5px 5px 5px 5px;
padding-left: 5px;
height: 26px;
line-height: 26px;
font-size: 13px;
}
.left ul {
padding: 5px 5px 15px 20px;
color: #336699;
background: #BCC2DE;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
background:#BCC2DE;
}
.left ul li a:hover {
	background: #A5ADD3;
}
.articles { padding: 10px; }

.footer {
margin-top: 30px;
text-align: center;
font-size: 11px;
color: #aaa;
border-top: 1px dotted #aaa;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }
