@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
	  background:url(images/layout_01.jpg) repeat-x;
	  font-size:10pt;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  text-align:justify;
   }
   #wrapper {
	margin: 0 auto;
	text-align: justify;
	vertical-align: middle;
	width: 956px;
	position:relative;
   }
   
#content {
	vertical-align:top;
	background:url(images/layout_09.jpg) repeat-y;
	padding: 10px;
	}

li {
	margin: 1.5em 0;
	}
   
#sidenav {
	padding-left: 5px;
	vertical-align:top;
	background-repeat:no-repeat;
	
	}

#sidenav ul {
	margin-top:45px;
	font-size:9pt;
	text-align:left;
	list-style-image:url(images/bullet_14.gif);
	}

#sidenav li {
	margin: 0.65em 0;
	}

#sidenav a {
	color: #000099;
	text-decoration: none;
	}
	
#sidenav a:visited {
	color:#000099;
}


#sidenav a:hover {
	color: #CC6600;
}


#sidenav a:active {
	color: #000099;
}

#header {
	background-repeat:no-repeat;
	}
	
#header h1 {
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 13px;
	padding-bottom:5px;
	margin-bottom:0px;
	font-size:18pt;
	border-bottom: hidden;
	}

#footer {
	left:0px;
	padding-top:-50px;
	bottom:0px;
	width:100%;
	height:50px;
	background: #000033;
	z-index:-1000;
	}

#footer p {
	font-size:10px;
	color:#CCCCCC;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 15px;
	}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#footer a:visited {
	color:#CCCCCC;
}


#footer a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}


#footer a:active {
	color: #CCCCCC;
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #CCCCFF thin solid;
	font-size: 14pt;
	}

.VDR {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#000066;
	}

p {
	text-align:justify;
	}
	
#services p {
	font-size:9pt;
	margin-left:10px;
	margin-right:10px;
	padding-top:0px;
	margin-top:0px;
	}
	
a:link {
	color:#000099;
	text-decoration:none;
	}
	
a:visited {
	color:#000099;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
a:active {
	color:#000099;
	text-decoration:none;
	}

#content a:link {
	color:#000099;
	text-decoration:none;
	}
	
#content a:visited {
	text-decoration:none;
	color:#000099;
	}
	
#content a:hover {
	text-decoration:underline;
	}
	
#content a:active {
	text-decoration:none;
	color:#000099;
	}