/* div { border: 2px solid red; margin: 1px; } */

html, body 
{
	height: 100%;
}

body 
{ 
	background-color: #fff;
	color: #fff;
	font-family: georgia,times new roman,times,serif;
	margin: 0;
	padding: 0;
}

#header
{
	background-color: #85adc4;
	background-image: url(/images/banner_tile_bg_top.gif);
	background-repeat: repeat-x;
}

#container
{
	background-color: #85adc4;
	background-image: url(/images/body_tile_bg.gif);
	background-repeat: repeat;
}

#leftcol
{
	margin-left: 5px;
}

#maincol
{
	padding: 10px 20px 100px 0px;
	width: 75%;
}

#maincol strong
{
	color: #fff;
	font-weight: bold;
}

#maincol ul
{
	list-style-type: square;
	line-height: 150%;
}

#footer
{
	background-color: #033D64;
	background-image: url(/images/banner_tile_bg_bottom.gif);
	background-repeat: repeat;
	font-size: 70%;
	height: 115px;
	text-align: center;
}


#footer ul
{
	display: inline;
}
			
#footer ul li
{
	border-color: #fff;
	padding: 0px 5px;
}

#footer ul a
{
	text-decoration: none;
	color: #fff;
}

/* Piped List Stylelet */
ul.Piped
{
	margin: 0px;
	padding: 0px;
}

ul.Piped li
{
	display: inline;
	border-left: 1px solid;
}
						
ul.Piped li.First
{
	border-left: none;
}

p 
{
	line-height: 150%;
}

.dropcap 
{
	float:left;
	background: url(/images/F_dropcap.gif) #85adc4 no-repeat;
	width: 130px;
	height: 105px;
	padding-top:2px;
}

.contact_info
{
	color: #fff;
	font-size: 70%;
	line-height: 120%;
	padding-bottom: 15px;
	text-decoration: none;
	width: 140px;
}

.designer_link
{
	color: #fff;
	padding-bottom: 15px;
	text-decoration: none;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}

#navcontainer li 
{ 
	margin: 0px 0 3px 0; 
}

#navcontainer a
{
	display: block;
	padding: 5px 5px 5px 25px;
	border: 1px solid #333;
	width: 125px;
	min-height: 20px;
	background-color: #5685A1;
	background-image: url(/images/l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{
	border: 1px solid #333;
	background-color: #ff9600;
	background-image: url(/images/l1_over.gif);
	color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: #ff9600;
	background-image: url(/images/l1_over.gif);
	color: #333;
}

#form_body .button 
{
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 0px 0px;
}

#form_body .field 
{
	padding: 5px 0px 5px 0px;
}

label
{
	font-weight: bold;
}

#form_contents
{
	border-style: solid;
	border-width: 1px;
	color: #000;
	font-family: Courier, Courier New, serif;
	font-size: 12px;
	padding: 10px;
	width: 510px;
}

input.button 
{
	border: 1px outset #E0DFDF;
	font-size: 12px;
	width: 120px;
}

table.recent_news
{
	font-family: Georgia, Times New Roman, serif;
	background-color: #808080;
	width: 100%;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-align: center;
}

th.recent_news
{
	background-color: #ff9600;
	text-align: center;
}

td.recent_news
{
	background-color: #eeeed6;
	color: #000000;
	font-size: 12px;
	text-align: center;
}