/* CSS Document */

body {
	margin: 5px 0;
	}
	
body, td, div {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	}	


#wrapper {
	width:736px;
	margin: 0 auto;
	}

table#nav {
	width: 736px;
	}
	
table#nav td {
	padding:0;
	}	
	
#content {
	margin:0;
	background: #fff url(images/bkgnd-wavy.gif) no-repeat center;
	padding: 30px 20px 60px 20px;
	}
	
p {
	text-align:justify;
	margin:0 0 2em 0;
	}	
	
#footer {
	font-size:9px;
	text-align:center;
	padding: 10px;
	margin:0;
	background: #fff url(images/border-bottom.gif) no-repeat top;
	}		
	
	
.twoColWrapper {
	width: 696px;
	}
	
.twoColWrapper .left {
	float:left;
	width: 250px;
	padding-right: 20px;
	}

.twoColWrapper .right {
	float:left;
	width: 416px;
	padding-right: 10px;
	}		
	
div.clearer {clear: left; line-height: 0; height: 0;}	

h5 {
	font: bold 14px/ 16px Trebuchet MS, sans-serif;
	margin:0 0 1em 0;
	border-bottom: 1px solid #00629f;
	color: #00629f;
	text-transform: uppercase;
	}
	
ul#menuSubNav {
	margin:30px 0px 0 0;
	list-style:none;
	text-align: right;
	}
	
a {text-decoration: none; color: #00629f; font-weight:bold;}
a:link {text-decoration: none; color: #00629f;}
a:visited {text-decoration: none; color: #00629f;}
a:hover {text-decoration: underline; color: #04C343;}
a:active {text-decoration: none; color: #00629f;}	

.smallprint {
	font-size:9px;
	font-style:italic;	
	color: #666666;
	}
	
.imgRight {
	float: right;
	margin: 0 0 20px 20px;
	}	