body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	background-color: #effeff;
	background-image: url(../images/bannerbkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



a:link {
	color: #338590;
	background-color: inherit;
	text-decoration: underline;
}

a:visited {
	color: #79aaab;
	background-color: inherit;
}

a:hover {
	color: #558888;
	background-color: inherit;
	text-decoration: underline;
}

#header  {
	color: #678a98;
	background: transparent url(../images/bannerbkgd.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	width: 100%;
}

#logo {
	float: left;
	background: transparent url(../images/bannerbkgd.jpg) repeat-x left top;
	height: 100px;
}
p {
	padding: 0px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	text-align: justify;
}

#title {
	float:left;
	background: transparent url(../images/bannerbkgd.jpg) repeat-x left top;
	height: 100px;
	width: 500px;	
}

#title h1  {
	color: #BFE6F5;
	font-size: 150%;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	font-style: oblique;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: left;
}

#title h2  {
	color: #CCCCCC;
	font-size: 120%;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	font-style: oblique;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 8px;
}



/* begin TAB NAVIVATION css*/


#nav  {
	color: #656565;
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #dddddd;
	background-color: #eeeeee;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
 }
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 90%;
	}
#nav a  { 
color: #555555; 
text-decoration: none; 
background: #bfe6f5 url(../images/off_bg.jpg) repeat-x left top; 
display: block; margin: 0 1px 0 0; 
padding: 4px 8px; float: left; 
border-style: solid; 
border-width: 1px; 
border-color: #a0b4bc; 
}

#nav a:hover   { 
color: #333333; 
background: #fff url(../images/on_bg.gif) repeat-x left top; 
padding-bottom: 5px; 
border-color: #727377;
 }

#current a  {
	color: #333333;
	background: #fff url(../images/on_bg.gif) repeat-x left top;
	padding-bottom: 5px;
	border-top: 1px solid #727377;
	border-right: 1px solid #727377;
	border-left: 1px solid #727377;
	border-bottom: 1px solid #ffffff;
	
}

/* begin SUB NAVIVATION css*/

ul#secondary {
	float:left;
	margin: 0;
	width: 100%;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 30px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

 ul#secondary li {
 display: inline;
 }

 ul#secondary li a, ul#secondary li span {
	width: auto;
	display: inline;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

ul#secondary li a {
	font-size: 90%;
	color: #666666;
	text-decoration: underline;
}

ul#secondary li a:hover {
	color: #3c848a;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

/* begin MAIN CONTENT css*/


#wrap  {
	min-width: 500px;
	max-width: 1400px;
	background-color: #effeff;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bannerbkgd.jpg);
}

#content {
	float: left;
	width: 60%;
	font-size: 94%;
	line-height: 1.5em;
	color: #333;
	text-align: left;
	background-color: #effeff;
}

#content .gutter {
	padding: 25px;
	background-color: #effeff;
}

#content .leftgutter {
	background-color: #effeff;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 4px;
}

#content h3 {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #336E84;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#content h4 {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 127%;
	color: #FF3300;
	text-transform: uppercase;
	background-color: transparent;
	padding: 0;
	text-align: center;
	font-weight: 300;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#content h5 {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #336E84;
	background-color: transparent;
	padding: 0;
	text-align: left;
	margin: 12px 0 0 0;
}

#content h6 {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 115%;
	font-weight: normal;
	color: #FF3300;
	background-color: transparent;
	padding: 0;
	text-align: center;
	margin: 12px 0 0 0;
}

#content h7 {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 112%;
	font-weight: normal;
	color: #336E84;
	background-color: transparent;
	padding: 0;
	text-align: left;
	margin: 10px 0 0 0;
}

/* begin SIDEBAR css*/

#sidebar {
	float: right;
	width: 40%;
	background-color: #effeff;
}

#sidebar .gutter {
	padding: 15px;
	background-color: #effeff;
}

#sidebar img {
	margin-bottom: 12px;
}


#sidebar h3 {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #336E84;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

/* begin FOOTER css*/

#footer  {
	color: #555555;
	height: 25px;
	clear: both;
	background-color: #dedede;
	background-image: url(../images/top_h1_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #678a98;
	border-bottom-color: #678a98;
}

#footer p {
	margin: 0;
	padding: 6px 8px 4px 30px;
	font-size: 90%;
	color: #555555;
	background-color: inherit;
	text-align: left;
}
#content ol {
	font-size: 90%;
	line-height: 13px;
}
#content ol li {
	margin-bottom: 6px;
}
.caption {
	font-size: 85%;
	color: #333333;
	line-height: 13px;
}
