html, body { 
	margin : 0;
	padding : 0;
	color:#000;
	font-size:9pt;
	min-width:1024px;
}

body { 
	font :9pt sans-serif;
	color:black;
	background : #060982;
} 

p { 
	font-size:9pt;
	font-weight : none;
}

hr{
	border: dotted 1px gray;
	margin-top: 40px;
}

img {border:0;}

a:link, a:visited { 
	color : #2480ad;
	background : transparent;
	text-decoration : none;
} 

a:hover { 
	color : #036;
	background : #8fb8cc;
	text-decoration : none;
} 

 
.imgLeft { 
	float : left;
	padding : 5px;
	margin-right : 10px;
} 

.imgRight{
	float:right;
	margin-left: 10px;
	padding: 5px;

}

 .imgCenter{
	display: block;
    margin-left: auto;
    margin-right: auto 
}

blockquote {
	font-size : 9pt;
	font-weight: bold;
	border : 1px solid #fff;
	background : #F2F5F7;
	color : #666;
}

#container { 
	width : 935px;
	margin : 0 auto;
	border : 1px solid #3f69bb;
	line-height : 2em;
	background : #FFF;
	color : #000;
} 


#top { 
	padding : 0;
	height : 122px;
	background: url(../images/Banner.png) no-repeat;
	color : #FFF;
} 
 

#leftnav { 
	float : left;
	width : 200px;
	margin : 0;
	padding : 1em;
} 

#leftnav p {	margin : 0 0 1em 0; } 

#leftnavmenu { 
	list-style : none;
	float : left;
	width : 200px;
	margin : 30px 0 30px 0;
	padding : 0;
	font-size : 0.9em;
} 

#leftnavmenu ul { 
	list-style : none;
	margin : 0 0 20px 0;
	padding : 0;
	font-size : 1.1em;
} 

#leftnavmenu ul.drop{
	list-style: none;
	font-size: 1.1em;
	overflow:hidden;
	text-indent:15px;
	display:block;}

#leftnavmenu li:hover ul, ul.drop li a:hover ul {
	display: block; 
	margin-top:-1px; 
	background:#F2F5F7;}

#leftnavmenu ul.drop li a{
	text-decoration : none;
	color : #505050;
	background : #F2F5F7;
	display : block;}

#leftnavmenu ul.drop li a:hover { 
	background : #3f69bb;
	color : #fff;} 

#leftnavmenu li { margin-bottom : 2px;}
 
#leftnavmenu li.pare a { 
	font-weight : bold;
	height : 20px;
	text-decoration : none;
	color : #505050;
	background : #F2F5F7 url(../images/flag.gif) no-repeat left center;
	display : block;
	padding : 4px 0 0 30px;
	border-left : 0 solid #8fb8cc;} 

#leftnavmenu li.pare a:hover { 
	background : #3f69bb url(../images/fish.gif) no-repeat left center;
	color : #fff;
	border-left : 0 solid #003366;} 

#leftnavForm {
	width : 200px;
	margin : 0;
	padding : 0px;}

#content { 
	margin-left : 230px;
	border-left : 10px solid #fff;
	padding : 0em;} 

#content p { 
	padding : 0 2em 0 2em;
	color:black;} 

#content li{
	margin-left: 20px;}


#footer { 
	clear : both;
	margin : 0;
	padding : 0;
	font-size : 12pt;
	border-top : 10px solid #fff;
	color : #fff;
	background: #236da9 url(../images/stripes.png) repeat-x;
	text-align : center;} 

#footer p { 
	padding : 0 0 0 5px;} 

h2 { 
	margin : 1em 0 0.5em 0;
	font-size : 130%;
	letter-spacing : 5px;} 

* > html #footer img { 
	margin : 0;} 
.quote { 
	border-top : 1px solid #8fb8cc;
	padding : 10px;
	color : #036;} 
#navcontainer {
	background: #236da9 url(../images/stripes.png) repeat-x;
	border-bottom : 10px solid #fff;
} 
#navcontainer ul { 
	text-align : center;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	background: #3f69bb url(../images/stripes.png) repeat-x;
	color : white;
	width : 100%;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 18px;
} 
#navcontainer ul li { 
	display : inline;
	padding-left : 0;
	padding-right : 0;
	padding-bottom : 5px;
	padding-top : 5px;
} 
#navcontainer ul li a { 
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-top : 5px;
	color : white;
	text-decoration : none;
	border-right : 1px solid #fff;
} 
#navcontainer ul li a:hover { 
	background : #3f69bb;
	color : white;
} 
#navcontainer #active { 
	border-left : 1px solid #fff;
} 
 
#staffMember{
	width: 90%;
	border:solid 1px red;
	color: black;
	font-size:10pt;
	margin-top: 15px;
	float:left;
}

#staffMember img {
	float : right;
	padding : 5px;
	margin-right : 10px;
}

#staffMember p {
	color: black;
}

#staffMember ul{
	list-style: url(../images/arrow_blue.gif);
}