*{
	margin:0px;
	padding:0px;
    }
body {
	font-family: "Trebuchet MS";
	font-size: small;
	text-align: center;
	background-color: #DAE7F1;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: 50% top;
	overflow: -moz-scrollbars-vertical;
}
#wrapper {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
 }
 #header {
    height: 133px;		
}
#left{
	float: left;
	width: 195px;
	margin-bottom: 15px;
}
#navigation {
	width: 195px;
	background-image: url(../images/navBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style: none;
	margin: 0;
	border: none;
	background-image: url(../images/navBott.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#navigation li {
	font-size: 95%;
	vertical-align: bottom;
	margin-right: 2px;
	margin-left: 2px;
}
#navigation li a {
	display: block;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-variant: small-caps;
	padding: 5px 5px 5px 0.5em;
	color: #6098C5;
	text-decoration: none;
}
#navigation .dot {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#navigation a:hover, #navigation #current {
	color: #4180B4;
	background-image: url(../images/backLi.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	width: 168px;
	border-bottom: 1px solid #A00E27;
}
#navigation .subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #722100;
}
#content {
	width: 570px;
	float: right;
	margin-bottom: 15px;
}
#content p {
	font-size: 95%;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
#content .p {
	font-size: 95%;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	padding-right: 10px;
	padding-left: 10px;
}
#content a {
	font-size: 95%;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #6098C5;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6098C5;
}
#content a:hover {
    border-bottom: none;
}
#content .imga {
	text-decoration: none;
	border: none
}
#lCol {
	float: left;
	width: 180px;
	margin-top: 5px;
	margin-right: 15px;
	background-image: url(../images/backLcol.jpg);
	background-repeat: no-repeat;
	background-position: top;
 }
#mCol {
   float: left;
   width: 180px;
   margin-top: 5px;
   background-image: url(../images/backLcol.jpg);
   background-repeat: no-repeat;
   background-position: top;
 }
#rCol {
   float: right;
   width: 180px;
   margin-top: 15px;
   margin-top: 5px;
   background-image: url(../images/backLcol.jpg);
   background-repeat: no-repeat;
   background-position: top;
 }
 #content h1 {
	color: #6098C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE7F1;
}
#content .header {
	color: #6098C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding-top: 18px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
}
.box{
	color: #000000;
	font-size: 95%;
	clear: both;
	margin-top: 15px;
	}
.box p{
	font-size: 95%;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding-right: 10px;
	margin-top: 0.5em;
	color: #6098C5;
	} 
.box h4{
	color: #6098C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6098C5;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 0px;
	}
/* -------------Footer------------- */

#footer {
	font-size: 85%;
	clear: both;
	height: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
#footer p {
	color:#9FC1DC;
	padding-left: 10px;
	padding-top: 12px;
}
#footer a {
	color:#9FC1DC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	}
