/* CSS Document */


html { 
	min-width: 760px;
	 }
/* Helpers and base rules */

img	{
	border: 0;
	}

p.access	{
	display: none;
	}

/* body and wrapper */
body {
	font: 0.95em "Lucida Grande", Arial, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
	color: #552;
	text-decoration: none;
	background: #ddb url(/graphics/holder.gif) top center repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
		
}
p {
	font-size: .95em;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #552;
	background-color: transparent;
	background-image: url(../graphics/holder.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* navbar links */

#navlinks {
	margin: 0;
	color: #FFF;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	text-decoration: none;
}
	
	navlinks li.last {
	border-right: 0;
	color: #033;
}

#navlinks li {
	display: inline;
	margin-right: 0.25em;
	padding-right: 0.5em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#navlinks a {
	color: #033;
	
}
#navlinks :hover {
	color: #900;
	
}

#navlinks :visited {
	color: #666;
}



	
	/* divisions */

#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	min-height: 800px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#logo {
	height: 28px;
	background-image: url(../graphics/LogoType2.gif);
	background-repeat: no-repeat;
	margin-left: 2px;
}

#banner {
	height: 72px;
	padding-bottom: 0px;
	background-image: url(../graphics/banner1.jpg);
	background-repeat: no-repeat;
	margin-left: 2px;
}
#leftCol {
	float: left;
	width: 440px;
	margin-left: 25px;
	margin-right: 5px;
}
#rightCol {
	float: left;
	width: 270px;
	margin-right: 5px;
	margin-left: 5px;
	background-position: top;
	padding-top: 15px;
}
/* Typography 	*/
h1	{
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #586d44;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #586d44;
	}
h2	{
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #586d44;
	text-decoration: none;
	}		
p.rhtext {
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.5em;
	margin-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
}
#slogan {
	height: 14px;
	padding-left: 1.5em;
	font-size: .95em;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-bottom: 10px;
}

.style1 {color: #FF9933
}

