/*##############################################
 HTML ELEMENTS
##############################################*/ 
body {
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin:0 auto;
	color:#5e6062;
	background-color: #FFFFFF;
	background-image: url(/images/bg1.jpg);
	background-repeat:no-repeat;
}
a,
a:visited,
a:active{
	color: #4F13EC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #4F13EC;
}

/*##################### 
id containers	
######################*/
#container2 {
	background-image: url(/images/bodyBg1.gif);
	background-repeat:no-repeat;
}

#container1 {
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/bg1.jpg);
	background-repeat:no-repeat;
	font-size:85%;

}
#masthead {
	padding: 20px 0px 0px 240px;
	color: #FFFFFF;
	height: 79px;
}
#content {
	width: 535px;
	float: left;
}
#content #contentInner {
	clear: both;
	padding: 100px 30px 10px 20px;
	
}
#lhSidebar {
	float: left;
	width: 200px;
	clear:left;
}
#lhSidebar #lhInner {
	padding: 115px 0px 10px 20px;
	font-size:90%;
}
#rhSidebar {
	width: 215px;
	float:left;
	background-color: #5BD4DA;
}
#rhSidebar #rhInner {
	padding: 10px;
	font-size:90%;
}
#logoBox {
	float:right;
}
#contentFooter {
	clear: both;
	font-size:85%;
}
#footer {
	clear: both;
	height: 50px;
	color: #5bd4da;
	width: 950px;
	background-color:#fff;
}
#footerInner {
	color: #5bd4da;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #5bd4da;
	width: 750px;
	float:right;
	background-color:#fff;
	font-size:95%;
}
#footerInner a,
#footerInner a:visited,
#footerInner a:hover
{
	color: #5bd4da;
}
.contentCloser {
	clear: both;
}
img
{  border-style: none;
}
/*##################### 
class styles	
######################*/
.sideNav {
	margin: 0;
	padding: 0 ;
	list-style:none;
}

.sideNav li{
	float:left;
	margin: 0;
	padding: 0px 0px 0px 0px ;
	list-style:none;
	width:100%;
	text-align:right;
	
}
 .sideNav li a,
 .sideNav li a:visited{
	color: #7791CA;
	padding: 1px 5px 1px 5px;
	display:block;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
}
.sideNav li a:hover{
	color: #fff;
	text-decoration:none;
	background-color: #6781b7;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
}
