a {
	text-decoration: none; 
}

a:visited { 
	color: #0066CC; 
}

a:hover { 
	text-decoration: underline; 
	color:#660099;
}

h1 {
	font-size: 22px; 
	line-height: 25px;
	font-weight: bold;
	color: #FFF;/*#006600;*/
	padding:10px;
	border-bottom: 3px solid #006600;/*silver;*/
	text-align:center;
	background-color:#336666;
	/*background-color:#E4F1F1;*/
	margin-left:-.5em;
}

h2 {
	font-size: 18px; 
	line-height: 20px;
	font-weight: bold;
	color: #FFF;/*#006600;*/
	padding:8px;
	border-bottom: 2px solid #666;/*silver;*/
	/*background-color:#E4F1F1;*/
	background-color:#336666;
	margin-left:-.5em;
}

h3 {
	font-size: 14px; 
	line-height: 15px;
	font-weight: bold;
	color: #FFF;/*#006600;*/
	padding:6px;
	border-bottom: 1px solid #006600;/*silver;*/
	background-color:#336666;
	/*background-color:#E4F1F1;*/
	margin-left:-.25em;
}

img {
	border:0;
}


img.float-left {
	float:left;
}


body {
	background-color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 14px;  
	color: #000000;
}

#outer-wrapper {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#header-images {
	height:75px;
}

#header-logo {
	height:75px;
	float:left;
}

#header-nav {
	margin-top:58px;
	height:17px;
	float:right;
}

#inner-wrapper {
	width:800px;
	background-color:#009999;
	float:left;
	padding:10px;
	background-image:url(images/bottom_left_corner.gif);
    	background-repeat:no-repeat;
	background-position:bottom left;
}

#footer-images {
	float:right;
}

#footer-text {
	float:left;
	margin-left:35px;
	color:#999999;
	font-weight:bold;
	font-size:10px;
}

#content-wrapper {
	background-color: #FFFFFF;
	width:800px;
	float:left;
}

#sidebar-wrapper {
	width:160px;
	/*background-color:#FFF2E1;*/
	background-color:#E4F1F1;
	z-index:1;
	float:left;
	border-right:1px solid silver;
}

#sidebar-main {
	padding:15px 0 5px 5px;
	width:160px;
	float:left;
}

#sidebar-button {
	text-align:center;
	padding:40px 0 40px 0;
	width:160px;
	float:left;
}

#sidebar-foot {
	background-color:#336666;
	padding:40px 0 60px 0;
	width:160px;
	font-size:11px;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
	float:left;
	font-variant:smallcaps;
	font-weight:bold;
}

#main-wrapper {
	background-image: url(images/bgslice.gif);
	background-repeat: repeat-y;
}

#main-header {
	padding:10px 10px 10px 10px;
	background-color:#E4F1F1;
	line-height: 18px;
	font-weight: bold; 
	color: #666666; 
	text-align:center;
	margin-left:160px;
}

#main-content {
	text-align:center; 
	padding:10px 10px 10px 10px;
	margin-left:160px;
}

#main-columns {
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: 310px 0px;
	height: auto;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	padding-bottom:20px;
}

#left-column {
	float:left;
	width:300px;
	text-align:left;
	height: auto;
}

#right-column {
	float:right;
	width:300px;
	text-align:left;
	height: auto;
}

div.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}

div.map {
}

div.border-wide {
	height:1px;
	border-bottom:1px silver solid;
	margin: 10px auto 10px auto;
}

div.border-medium {
	height:1px;
	width:90%;
	border-bottom:1px silver solid;
	margin: 10px auto 10px auto;
}

div.border-narrow {
	height:1px;
	width:55%;
	border-bottom:1px silver solid;
	margin: 10px auto 10px auto;
}

ul.linklist {
	list-style-image: url(images/arrow-orange.gif);
	margin-bottom:2em;
}

li.linklist {
	margin-bottom:1em;
}

li {
	margin-bottom:.5em;
}

a.side-main {	
	font-size: 12px; 
	font-weight: bold; 
	color: #003366;
	text-decoration: none; 
	text-indent:5px;
	border-bottom:1px black solid;
	padding-bottom:2px;
	margin-top:20px;
	margin-bottom:5px;
	float:left;
	width:90%;
}

a.side-main:hover  { 
	background-color: #FFFFFF; 
}

a.side-sub {
	font-size: 11px; 
	font-weight: normal;
	color: #003366;
	text-indent:8px;
	text-decoration: none;
	width:90%;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

a.side-sub:hover  {
	text-decoration: underline; 
	background-color: #FFFFFF;
}

a.link-orange {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    line-height: 14px; 
    font-weight: bold;
    color: #CC6600;
    vertical-align: top; 
    clip: rect(   ); 
    text-decoration: underline;
}

a.link-orange:visited  {
	color: #CC6600;
	text-decoration: underline
}

a.link-orange:hover  {
	color: #003366; 
	text-decoration: none;
}

.text-small {
	font-size: 11px; 
	line-height: 12px;
}

.text-large {
	font-size: 13px; 
	line-height: 14px;
}


.text-large-strong {
	font-size: 13px; 
	line-height: 14px;
	font-weight:bold;
}

.text-strong {
	font-weight:bold;
}

.text-left {
	text-align:left;
}

.indent-single {
	margin-left:4em;
}

table.guide{
	border-collapse: collapse;
	background-color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;  
	color: #000000;
	width: 620px;
}
	
th.guide_cell{
	background-color: #006666;
	padding: 0px 0px 0px 10px;
}

tr.guide_edge_top{
	background-color: #006666;
	color: #FFFFFF;
	font-weight:bold;
	height: 2.5em;
	border-bottom: .75em #CCCCFF solid;
}

tr.guide_edge_bottom{
	background-color: #006666;
	color: #FFFFFF;
	font-weight:bold;
	height: 1em;
	border-top: .75em #CCCCFF solid;
}

tr.guide_dark{
	background-color: #EAF0E6;
}

tr.guide_light{
	background-color: #FFFFFF;
}

td.guide_cell{
	margin-left: 5px;
	padding: 10px 0px 10px 10px;
	font-size: 11px;
	line-height:14px;
}

.guide_title{
	margin-left: -5px;
	font-size: 12px;
	font-weight:bold;
}