/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;	
	margin-bottom: 0px; 
	background-color:#0099CC;
	line-height:200%;
}
body,td,th {
	font-family: tahoma, arial;
	font-size: 13px; 
	color: #333333;
}

a{
    color:#015dbc;
}

.main{
	line-height: 140%;
}
.menu{
	font-size:13px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:20px;	
	font-weight:bold;
	margin:0px 0px 20px 0px;
	background-color:#b8bcbc;
	width: 820px;
}
.menu a{
	padding-right:8px;
	padding-left:8px;
	text-decoration:none;
	color:#000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.menu a:hover{
	text-decoration:underline;
	color:#e8eef1;
	margin:0px 0px 20px 0px;
}
#content .table { margin-bottom: 10px;}
#content .down  { margin-left: 170px;}

.text { width:800px;float: left; margin-bottom: 15px;}
.text ul { margin: 0px; padding: 0px; width:380px;float:left}
.text li { list-style: none;}
.text ul li a { background: url(images/list.gif) no-repeat left 8px; padding-left:8px;line-height:25px; text-decoration: none; margin-left: 18px;}
.text ul li a:hover { text-decoration: underline;}

.h1 { font-size:12px;}
h1{
	font-size: 22px;
	color: #990000;
	font-weight: bold;
}
h2{
	font-size: 16px;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 0px 35px 45px 25px;
}

#page .home {
	text-align:left;
	margin: -5px 0px 0px 10px;
}

/* Content */

#content {
    padding-left:5px;
    text-align:left;
    margin-top:8px;
	float: left;
	width: 620px;
	border:1px solid #ddd;
	margin-left:10px;
}

.post {
   padding-left:10px;
   margin-right:15px;
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 216px;
	text-align:left;
	margin-left:5px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}

#sidebar h2 {
    font-family: Arial, Helvetica, sans-serif;
    height:33px;
    color:#FFFFFF;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top:8px;
	padding-left:20px;
	padding-top: 6px;
}

#sidebar .style{
    font-family: Arial, Helvetica, sans-serif;
    height:30px;
    color:#000000;
    background: url(images/title-bg.jpg) no-repeat;
	font-size: 16px;
	margin-top:8px;
	padding-left:10px;
	padding-top: 6px;
	font-weight:bold;
}

#sidebar .borderline{
   	border-left : 1px solid #ddd; 
   border-right : 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   padding-top:10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	border: none;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 2px 2px 8px 2px;
	border-bottom:1px dotted #ccc;
}

#sidebar li ul {
    margin: 0px 0px;
	border: none;
}

#sidebar li a {
    background:url(images/img08.gif) no-repeat left center;
	padding: 0px 0px 0px 17px;
	font-weight: normal;
	border: none;
	text-decoration:none;
	color:#015dbc;
}

#sidebar li a:hover{
	text-decoration: underline;
}
/* Links */
.blue{
	color: #07519A;
	font-weight: bold;
	font-size: 14px;
	margin-left:30px;
}
.blue a{
 	color: #07519A;
 	text-decoration: none;
}
.blue a:hover{
	color: #07519A;
	text-decoration: underline;
}
.ltblue{
        color: #07519A;
		padding-left:100px;
		line-height: 20px;
} 
.red {
	color: #990000;
	font-weight: bold;}
.green{
	color: #198106;
}
.smBlue{
	color: #07519A;
}
.smBlue a{
	color: #07519A;
	text-decoration: none;
}
.smBlue a:hover{
	color: #07519A;
	text-decoration: underline;
}

.review{
	line-height: 180%;
}
.review a{
	text-decoration: none;
	color:#333333;
}
.review a:hover{
	text-decoration: underline;
	color:#FF0000;
}

/* Boxes*/
.blueBox {
	text-align: left;
	border-right: double;
	border-left: double;
	border-top: double;
	border-color:#CCCCCC;
	background: #517486;
	padding: 5px;
	color:#FFFFFF;
}
.blueBorder{
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #b4ccee;
}
.dashed{
	padding: 10px;
	border-bottom: 1px dashed;
	border-color: #517486;
}
.double{
	margin-bottom: 10px;
	border: double;
	border-color:#CCCCCC;
}
.spacer{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color:#b4ccee;
}

/* Footer */
#footer-wrap {
}

#footer {
    clear: both;
	width: 850px;
	background-color: #dad7d7;
}

html>body #footer {
	height: 70px;
}

#footer p {
    padding-top:14px;
	font-size: 12px;
	text-align: center;
}

