body{
 margin: 0;
 padding:0;     
 background: #FFF;
 color: #333333;
 font:80%/1.7 Verdana, Geneva, Arial, Helvetica, sans-serif;
 }

/* ------------------------------------------- Header Begin --------------------------------------- */ 
#hdr{
 margin-top: 0px;
 padding-left:7%;
 border-width: 0 0 2px 0;
 background: #fff;
 }
#hdrcont{
	position:relative;
 	width: 91%;
	height: 250px;
	margin: 0;
	background: #fff url(img/head.gif) top right no-repeat;
 }
#hdrpics{
	position:absolute;
	 margin-top: 70px;
	width: 62px;
	float:left;
	text-alig:left;
	}

 /* ---------------------------------------- Header End ----------------------------------------- */ 
/* --------------------------------------- Strap Line Begin  -------------------------------------*/ 
#strap {
	position:absolute;
	bottom:20px;
	width: 91%;
	margin-right:6%;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: .3em;
}
/* --------------------------------------- Strap Line End  ---------------------------------------*/ 

/* --------------------------------------- Content Begin ----- */
#contentwrap{
	position:relative;
 	width: 100%;
	margin: 0;
	background: #FFF ;
 }


/* ------------------------ left column ----------------------- */
#rcol{
	position:absolute;
	top:12px;
	right:0;
	width:55%;
	margin: 0 7% 0 0;
	/*padding-bottom:5em;*/
	background: #fff ;
 }
 
/* ------------------------ right column ----------------------- */
#lcol{
	margin-left:7%;
 	margin-top:25px;
 	width: 30%;
 	color: #333333;
 }
 #lcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#lcol li {
	margin-top:3px;
	margin-left:10px;
	/*margin-right:7px;*/
}
#lcol li a {

	text-decoration:none;
	color: #003366;
	display:block;
	width:95%;
	padding:2px 0px 3px 1px;
	font-size:1em;
}
#lcol li a:hover {
	background-color: #eae9e1;
	color:#003366;
}

h2 {
	font:2.5em "Century Gothic", "Avant Garde", Futura, Helvetica;
	font-weight:normal;
	clear:left;
	padding-top:0;
	margin-top: 0;
	margin-bottom: 18px;
	color:#003366;
}
h1{
	font:2.0em "Century Gothic", "Avant Garde", Futura, Helvetica;
	font-weight:normal;
	clear:left;
	padding-top:0;
	margin-top: 0;
	margin-bottom: 18px;
	color:#003399;
}
p {
	margin:0 0 1em 0 ;
	font-size:1.1em;
	color:#000;
}
/* ------------------------ Shaded curved boxes begin ----------------------- */
.shaded {
	width:95%;
	margin:0;
	padding-bottom: 1em;
	background: #ffff99 url(img/bl.gif) bottom left no-repeat;
}
.shaded h2 {
	font-size:1.9em;
	padding:0.2em 0.5em 0 0;
	margin:0 0 0 0.5em;
	background: url(img/tr.gif) top right no-repeat;
}

.shaded p { font-size:1.1em; margin: 0 1em 1em 1em }
/* ------------------------ Shaded curved boxes end ----------------------- */
.photos{

	margin-left: auto;
	margin-right:auto;
	margin-bottom:15px;
	/*border: 1px solid #003366;*/
	width:319px;
}
/* ------------------------ footer ----------------------- */
 #footer{
margin-top: 25px;
padding-top: 10px;
margin-left:7%;
width:85%;
background: #fff;
text-align:center;
font-size:0.9em;
border-top:2px solid #003399;
 }
#footer a{
	text-decoration:none;
	color: #000;
	width:95%;
	border-bottom: dotted 1px #003399;
 }
