* {
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;	
}
*, body {margin: 0; padding: 0;}
 #container {display: block; min-height: 100%;}
 #content {display: block; margin-bottom: 3em;}
 #footer {clear: both; position: absolute; display: block; bottom: 0; margin: 0px auto; width: 725px; height: 3em; color:#CCCCCC; text-align: center; }
 #footerlong {clear: both; height: 3em; width: 725px; margin: 0px auto; color:#CCCCCC; text-align: center; }
body {
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 75%;
	background-color: #EBEBEB       
}
h1 {
	font-size: 1.2em;
	padding: 0px 0px 0;
}
p {
    padding: 0 0px 1em;    
}
#container {
	min-height: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 725px;
	margin: 0 auto;
	overflow: auto;
}



h1.logo {
	width: 190px; height: 95px;
	position: relative;
	}
	h1.logo span {
		background: url("images/Polaris_Logo.gif");
		position: absolute;
		width: 100%;
		height: 100%;
	}

p {
	margin-right: 10px;
	margin-top: 5px;
}



ul.text {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
	line-height: 1.4;
}

li {
	margin-bottom: 5px;
}

ol.text {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
	line-height: 1.4
}

p#title {
	color: #22396D;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
div#content p {
	line-height:1.4;
}

div#content {
	float:right;
	width:525px;
	height: auto;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.image-right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-leftt: 10px;
	padding:4px;
  	border:1px solid #ddd;
}
div#left {
	float:left;
	width:200px;
	padding: 0px;
}
div#navigation {
	padding: 0px;
}

#navBar {
	overflow:hidden; /* wrap floats */
	zoom:1; /* haslayout wrap floats IE */
	list-style:none;
	font:11.5px/25px helvetica, arial, verdana, sans-serif;
}


#navBar li {
	display:inline;
}
#navBar a,
#navBar span {
	height:25px;
	background: url(images/menuborders.png) -320px 0 no-repeat;
}

#navBar a {
	position:relative;
	float:left;
	padding:0 7px 0 12px;
	text-decoration:none;
	color: #999999;
}

#navBar .first a {
	background-position:0 0;
}

#navBar span {
	position:absolute;
	top:0;
	right:-7px; /* 1 less px - correct optical illusion */
	width:10px; /* overlap corrects for gecko 1px jog */
	background-position:-630px 0;
}

#navBar span.current {
	position:absolute;
	top:0;
	right:-7px; /* 1 less px - correct optical illusion */
	width:10px; /* overlap corrects for gecko 1px jog */
	background-position:-630px -25px;
}

#navBar a:active,
#navBar a:focus,
#navBar a:hover {
	color: #FFFFFF;
	background-position:-320px -25px;
}

#navBar .first a:active,
#navBar .first a:focus,
#navBar .first a:hover {
	background-position:0 -25px;
}

#navBar a:active span,
#navBar a:focus span,
#navBar a:hover span {
	background-position:-630px  -25px;
}

#navBar .firstcurrent a{
	color: #FFFFFF;
	background-position:0 -25px;
}

#navBar .current a{
	color: #FFFFFF;
	background-position:-320px -25px;
}

#navcontainer {
	margin-left: 0;
	padding: 65px 20px 0;
	list-style: none;
	
}


#navlist li {
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
list-style: none;;
}

#navlist a{
	color:#999999;
	text-decoration: none;
	font-size: 13px;
}

#navlist a:active,
#navlist a:hover {
	color: #666666;
	text-decoration: none;
}

#navlist li.currentlist {
	font-weight: bold;
	color: #666666;
	font-size: 13px
}
#resources a:link {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#resources a:visited {
font-size: 1em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#resources a:hover {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#resources a:active {
font-size: 1em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#logo a:link{
	text-decoration: none;
}
