@charset "UTF-8";

body {  
	margin: 0;
	padding: 0;
	background: #e9e7e8 url(../images/bg1.jpg) repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	color: #333;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0566A9;
	line-height: 150%;
}
h3  {
	font-size:13px;
	font-weight: bold;
	line-height: 150%;
	padding-left: 15px;
}

.red {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #CA1414;
}

.small  {
	font-size: 9px;
}

.bodytext {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	vertical-align: top;
	color: #333;
	font-weight: normal;
}

a img { border:none; 
}

.fullpagetext {
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	vertical-align: top;
	color: #333;
	font-weight: normal;
	padding-right: 15px;
}

.fullpagetext p img {  
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
#imgright  {
	margin-left: 15px;
	margin-bottom: 5px;
	float:right;
}

.bodytext a, .fullpagetext a {
	color: #333;
	background-color: #CCE6FF;
	text-decoration: none;
}
			
.bodytext a:hover, .fullpagetext a:hover{ 
	color: #000;
	border-bottom: 1px dotted #333;
	background-color:#FFF;
}
.fullpagetext ul, .bodytext ul  {
	list-style-image: url(../images/bullet.gif);
}

.italicbox { 
	font-weight: normal;
	font-style: italic;
	padding: 10px;
	border: 1px solid #CCC;
	width: 80%;
	margin: 0 auto;
}

.sidebox {
	font-weight: normal;
	padding: 5px;
	border: 1px dotted #0566A9;
	width: auto;
	margin: 20, 0, 0, 0;
}
.wspace {  
	width: 100%;
	height: 10px;
}
#whitespace {  
	width: 100%;
	height: 10px;
}

/*LEFTHAND NAVIGATION*/

#sidenav {  
	width: 175px;
    padding: 10px;
    height: 100%;
	float: left;
    background-color: #2D2D2D;
    font-size: 12px;
	color: #FFFFFF;
}
#sidenav ul{  
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidenav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 14px;
	border-bottom:1px dotted #ddd;
	margin-bottom: 3px;
	padding: 3px;
}
#sidenav ul li a:hover {
	color: #7DBEFF;
}

#sidenav .there a {  
	color: #7DBEFF;
	}
#sidenav h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color:#7DBEFF;
}
#sidenav p {  
	font-size: 11px;
	line-height: 19px;
	text-align:center;
}

/*FOOTER*/

.footer {
	font-size: 11px;
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
	border-top:1px dotted #ddd;
}

.footer a, .footer a:link, .footer a:visited{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.footer a:hover  {
	border-bottom: 1px dotted #333;
}

.footer {
	margin: 0 auto;
	}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	}

.footer li {
	margin: 0;
	padding: 0;
	float: left;
}
.fltrt {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 5px;
}
.captions {
	font-size: 10px;
	text-align: right;
	line-height: 12px;
}
.fltlft {
	float: left;
}
.middle {
	text-align: center;
}
.pointedbox {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px;
}
.linebox {
	border: thin solid #CCC;
}
#title {
	float: left;
}
.leftunderdiv {
	font-size: 11px;
	color: #FFF;
	text-align: center;
	vertical-align: top;
}

