* { 
    -moz-box-sizing: border-box; 
}

body{
    background-image: url(../images/template/shim_blue3.jpg);
	background-repeat: repeat;
	background-position: top; 
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

hr{
  border: 0;
  width: 100%;
  height: 1px;
  background-image : url(../images/template/shim_blue1.jpg);
}

.title{
color: #0066CC;
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}
.blue{
color: #0066CC;
}

.container {
  background-image: url(../images/template/bg_main.jpg);
  background-repeat: repeat-x;
}
.outside {
  background-image: url(../images/template/bg_outside.jpg);
  background-repeat: repeat-x;
  background-color: #9FBBD3;
} 

.header {
background-color: #FFFFFF;
border-left: 1px solid #99CCFF;
border-top: 2px solid #99CCFF;
border-right: 1px solid #99CCFF;
border-bottom: 2px solid #99CCFF;
}

.topnav {
color: #0066CC;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.topnav a:link{
color: #0066CC;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.topnav a:visited{
color: #0066CC;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.topnav a:hover{
color: #0066CC;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}
.topnav a:active{
color: #0066CC;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.content {
border-left: 1px solid #99CCFF;
border-top: 2px solid #99CCFF;
border-right: 1px solid #99CCFF;
border-bottom: 2px solid #99CCFF;
}



.textarea {
  background-image: url(../images/template/shim_grey4.jpg);
}  

.sidenav {
color: #0066CC;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.sidenav a:link{
color: #0066CC;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.sidenav a:visited{
color: #0066CC;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.sidenav a:hover{
color: #0066CC;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}
.sidenav a:active{
color: #0066CC;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.footernav {
color: #333;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.footernav a:link{
color: #333;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}
.footernav a:visited{
color: #333;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}
.footernav a:hover{
color: #0066CC;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}
.footernav a:active{
color: #333;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}