html, body {
	height: 100%;
	}
	
body {
	margin: 0;
	padding:0;
	background-image: url(../images/blustrip.gif);
	background-repeat: repeat;
 }
 
p {
	margin-top: 5px;
	font-size: .8em;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 18px;
}

td {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 14px;
}

#bodycontainer{
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	text-align:left;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

#maincontainer{
	border-right-color: white;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 2px;
	background-color: #c5dcff;
	position: relative;
	text-align:left;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	height:auto !important;
	height:100%;
	min-height:100%;
	left: 0px;

}

#header{
	background-color: transparent;
	width:800px;
}

#leftside{
	background-color: #c5dcff;
	height: 100%;
	border-right-color: white;
	border-left-color: white;
	float:left;
	width: 175px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

#content{
	padding-right: 15px;
	padding-left: 15px;
	float:left;
	width: 595px;
	background-color: #FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

#content h1{
	margin-bottom: 0px;
	margin-top: 20px;
	border-bottom-style: solid;
	padding-bottom: 0px;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #003366;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-align:left;
	height:auto !important;
	left: -3px;

}

#content h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #333333;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align:left;
}

#content h3{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #333333;
	font-size: 0.9em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	position: relative;
	text-align:left;
	height:auto !important;
}

#content h4{
	color: #666;
	text-align:left;
	font: normal 0.8em "Lucida Grande", Verdana, Arial, sans-serif;
}

#content h5{
	font-weight: bold;
	color: #003366;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align:left;
}

#content a:link {
	text-decoration: underline;
	color: #0000cc;
}
 
#content a:active {
	color: #0000CC;
}
 
#content a:hover {
	text-decoration: none;
	color: #0000cc;
}
 
#content a:visited {
	color: #0000CC;
}

#content ul {
	list-style-position: outside;
	list-style-image: url(../images/checkmark.gif);
	line-height: 25px;
	color: #333333;
	font-size: .9em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.requiredFormField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FF0000;
}

.redText {
	color: #CC0000;
}

.greenText {
	color: #006600;
}

.tinyText {
	font-size: .6em;
	color: #999999;
	text-align: right;
	padding-bottom: 8px;
}
 
#footer{
	padding: 18px;
	color: #333333;
	background-repeat: repeat-x;
	background-image: url(footer.gif);
	bottom: 0px;
	clear:both;
	font-size:1em;
	height:10px;
	text-align:right;
}

/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #content section
 ***************************************************/

ul.links {
	float: left;
	padding: 0px;
	margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
  background: #F4F4F4 url(link_top_light.gif) no-repeat center top;
}

ul.links li a {
  text-decoration: none;
  float: left;
  width: 580px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
}

ul.links li a:hover {
  text-decoration: none;
  background: #EEE url(link_top.gif) no-repeat center top;
}

ul.links li a span.title {
    text-decoration: none;
    display: block;
	margin-left: 11px;
	font-weight: bold;
	font-size: 1.1em;
	color: #003366;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

ul.links li a span.desc {
	text-decoration: none;
    float: left;
	width: 580px;
	padding-right: 3px;
	margin-left: 10px;
	color: #000000;
	background: url(download-off.gif) no-repeat 350px bottom;
}

ul.links li a span.bottom {
	display: block;
	height: 18px;
	clear: both;
	background: #F4F4F4 url(link_bottom_light.gif) no-repeat center top;
}

ul.links li a:hover span.desc {
	background: url(download-on.gif) no-repeat 350px bottom;
}

ul.links li a:hover span.bottom {
	background: #EEE url(link_bottom.gif) no-repeat top center;
}

/***************************************************
   Display Classes
 ***************************************************/

img.right {
	float: right;
	margin: 5px 0px 3px 15px;
}

img.left {
	float: left;
	margin: 5px 15px 3px 0px;
}

/***************************************************
   Pullquote Styles
   --------------------------------------------
   Creates pullquote display with quotation marks
   around the quote. You must use <div id="pullquote">
   and then nest an extra <div> tag before the pullquote
   content to get it to display correctly.
 ***************************************************/

div#pullquote {
  	background: transparent url(quotes-left.png) no-repeat left top;
	font-style: italic;
	font-size: .9em;
	color: #666;
}

div#pullquote div {
  	background: transparent url(quotes-right.png) right bottom no-repeat;
	padding: 0 50px;
}

/***************************************************
   Rounded Corner Styles
   --------------------------------------------
   Creates rounded corners on the display list for
   the online directory.
 ***************************************************/

.roundedcornr_box {
	background: url(roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -19px;
}
.roundedcornr_content { padding: 0 15px; }
