/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #D6D5D5;
	background-image: url(/images/bg-page.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 14px;
}

p {
line-height: 16px;
margin-top: 0;
margin-bottom: 16px;
}

#wrapper { 
width:840px; 
border:0px; 
margin:0px auto; 
margin-top:20px;
background-color: #ffffff;
}

#container { 
width:840px;
border:0px; 
}

#head {
width: 840px;
}

#slugs {
font-size: 10px;
color: #92A3B5;
text-align: left;
padding-bottom: 6px;
}

#nav {
	background-color:#36447E;
	width: 840px;
	height: 20px;
	color: #ffffff;
	padding-top: 4px;
	font-size: 10px;
	letter-spacing: 1px;
}

#nav a, #nav a:link, #nav a:visited {
color: #ffffff;
text-decoration: none;
}

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

#images {
width: 840px;
}

#contentwrapper {
width: 840px;
text-align: left;
background-image: url(/images/bg-contentwrapper.gif);
background-repeat: repeat;
}

#content {
float: left;
padding: 10px 0px 10px 20px;
width: 545px;
}

#content img {
float: right;
margin-left: 10px;
}

#content li {
padding-bottom: 10px;
}

#rightside {
float: right;
padding: 10px 10px 10px 10px;
width: 238px;
color: #ffffff;
}

#rightside a, #rightside a:link, rightside a:visited {
color: #ffffff;
}

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

#rightside li {
padding-bottom: 10px;
}

#footer {
color: #ffffff;
font-size: 10px;
}

.divider {
width: 840px;
height: 15px;
background-color: #36447E;
border-top: 1px solid white;
}
.clearfix:after {
	content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End clearfix */

.entry {
border-bottom: 1px dashed #36447E;
}
