html, body, #container, #container
{
	min-height: 99%;
	width: 100%;
	height: 98%;

}

html>body, html>body #container
{ 
	height: auto;
}

body
{
	margin: 0;	
	padding: 0;
	font-family: verdana;
	font-size: 0.75em;
	color: #000000;
	background-color: #afb0b3;
}

#home
{
	position: absolute;
	height: 550;
	width: 1000px;
	overflow: hidden;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -275px;
	background-color: #FFFFFF;
	background-image: url(/images/backgroundhome.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
}

#home #text_home
{
	position: absolute;
	margin-top: 140px;
	margin-left:20px;
	left:0;
	height: 270px;
	width: 480px;
	font-size: 0.9em;
	color: #000000;
	line-height: 15px;
}


	#home #text_home h1
	{
		color: #000000;
		font-size: 1.3em;
	}

	#home #text_home h2
	{
		color: #0077a9;
		font-size: 1.2em;
	}

	#home #text_home h3
	{
		color: #0077a9;
		font-size: 1.0em;
	}

	#home #text_home h4
	{
		color: #017c8c;
		font-size: 1.2em;
	}

	#home #text_home h5
	{
		color: #017c8c;
		font-size: 1.0em;
	}

#home #image
{
	position: absolute;
	margin-left: 500px;
}

#home #logo
{
	margin-top: 425px;
	margin-left: 20px;
}

#home #slogan_home
{
	clear: both;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 700px;
	font-weight: bold;
	height: 31px;
}

html>body, html>body #home #slogan_home
{
 	margin-top: 8px;
}


#container
{
	position: absolute; 
	top: 0;
	left: 50%;
	padding: 0;
	margin: 0;
	width: 1000px;
	margin-left: -500px;
	background-color: #e3e5e6;
	background-image : url(/images/background.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	
}

		
	#container #header
	{
		height: 214px;
		width: 928px;
		margin-left: 26px;
		border-top: 1px solid black;
	}
	
		#container #header #title
		{
			float: left;
			width: 618px;
			background-color: #FFFFFF;
			height: 10px;
			height: 86px;
		}
		
		html>body, html>body #header #title
		{
			width: 615px;
		}
	
			#container #header #title h1
			{
				padding-top: 35px;
				color: #0077a9;
				font-size: 2.0em;
				padding-left: 15px;
			}
			
			#container #header #title h1.green
			{
				padding-top: 35px;
				color: #017c8c;
				font-size: 2.0em;
				padding-left: 15px;
			}
	
	#container #header #photo
	{
		float: left;
		width: 305px;
		height: 214px;
	}
	
	#container #contact
	{
		margin-left: 710px;
		clear: both; 
		position: absolute; 
		bottom: 250; 
		left:0;
		border: none; 
	}
			#container #contact p
			{
				margin: 0;
				padding: 0;
				font-size: 0.9em;
				color: #000000;
				line-height: 15px;
				padding-right: 8px;
				
				white-space: nowrap;
			}
			
			#container #contact p.blue
			{
				margin: 0;
				padding: 0;
				font-size: 0.9em;
				color: #0077a9;
				float: left;
				line-height: 15px;
				padding-right: 8px;
			}
			
			#container #contact p.green
			{
				margin: 0;
				padding: 0;
				font-size: 0.9em;
				color: #017c8c;
				float: left;
				line-height: 15px;
				padding-right: 8px;
			}
			
				#container #contact p a
				{
					color: #000000;
					text-decoration: none;
				}
				
				#container #contact p a:hover
				{
					text-decoration: underline;
				}	
		
	
	#container #content
	{
		margin-top: -120px;
		padding: 0;
		width:600px;
		padding-left: 15px;
		padding-bottom: 230px;
		height: auto;
		margin-left: 26px;
	}
	
	#container #content h1
	{
		color: #000000;
		font-size: 1.3em;
	}
	
	#container #content h2
	{
		color: #0077a9;
		font-size: 1.2em;
	}

	#container #content h3
	{
		color: #0077a9;
		font-size: 1.0em;
	}

	#container #content h4
	{
		color: #017c8c;
		font-size: 1.2em;
	}

	#container #content h5
	{
		color: #017c8c;
		font-size: 1.0em;
	}
	
	#container #content p
	{
		line-height: 20px;
		font-size: 0.9em;
	}
	
	#container #content a
	{
		font-size: 1.0em;
		text-decoration: underline;
		color: #000000;
	}
	
	#container #content a:hover
	{
		
	}

	#container #content td
	{
		font-size: 0.7em;
	}	

	#container #content th
	{
		font-size: 0.7em;
	}

	#container #content td input
	{
		width: 280px;
	}

	#container #content td input.radio
	{
		width: 25px;
	}
	
	
		#container #content td input.submitgreen
		{
			border: 0;
			background-color: #017c8c;
			color: #FFFFFF;
		}
		
		#container #content td input.submitblue
		{
			border: 0;
			background-color: #0077a9;
			color: #FFFFFF;
		}
	
	#container #content td textarea
	{
		width: 280px;
		height: 70px;
	}	
	

	#container #footer
	{
		clear: both; 
		position: absolute; 
		bottom: 0; 
		left: 0; 
		border: none; 
		width: 1000px;
	}
	
		#container #footer #menu
		{
			background-color: #FFFFFF;
			height: 45px;
			border-left: 1px solid black;
			border-right: 1px solid black;
			border-bottom: 4px solid black;		
			margin-left: 25px;
			margin-right: 40px;	
			width: 930px;
		}
		
		html>body, html>body #container #footer #menu
		{
		 	width: 928px;
		}

		
			#container #footer #menu #menucontent
			{
				background-color: #ced0d2;
				color: #0077a9;
				height: 35px;
				border: 5px solid #FFFFFF;
			}
	
			#container #footer #menu #menucontent.green
			{
				background-color: #ced0d2;
				color: #017c8c;
				height: 35px;
			}
			
			
				#container #footer #menu #menucontent #menuitems
				{
					height: 35px;
					padding-top: 10px;
					padding-left: 10px;
				}
					
					#container #footer #menu #menucontent #menuitems a
					{
						color: #0077a9;
						text-decoration: none;
						font-size: 1.1em;
					}
					
					#container #footer #menu #menucontent #menuitems a:hover
					{
						color: #000000;
					}
					
					#container #footer #menu #menucontent #menuitems a.active
					{
						color: #000000;
					}
					
					#container #footer #menu #menucontent #menuitems a.green
					{
						color: #017c8c;
						text-decoration: none;
						font-size: 1.1em;
					}
					
					#container #footer #menu #menucontent #menuitems a.active_green
					{
						color: #000000;
					}
					
			
		#container #footer #flash
		{
			background-color: blue;
			height: 120px;
		}
		
		#container #footer #slogan
		{
			background-color: #FFFFFF;
			border-left: 1px solid black;
			border-right: 1px solid black;
			border-bottom: 1px solid black;
			border-top: 4px solid black;
			margin-left: 25px;
			margin-right: 45px;
			height: 35px;
			padding-left: 10px;
			padding-top: 15px;
			font-weight: bold;
		}
		
			#container #footer #slogan #switch
			{
				float: right;
				width: 400px;
				height: 35px;
				color: #0077a9;
				text-align: right;
				padding-right: 15px;
			}
		
			#container #footer #slogan #switch.green
			{
				float: right;
				width: 500px;
				height: 35px;
				color: #017c8c;
			}	
		
			#container #footer #slogan #switch a
			{
				color: #0077a9;
				text-decoration: none;
				font-size: 1.1em;
			}
			
			#container #footer #slogan #switch a:hover
			{
				color: #000000;
			}
			
			#container #footer #slogan #switch a.green
			{
				color: #017c8c;
				text-decoration: none;
				font-size: 1.1em;
			}
			
			#container #footer #slogan #switch a.green:hover
			{
				color: #000000;
			}
			
			
.cpButton
{
	margin: 0;
	padding: 0;
	margin-left: 2px;
	margin-bottom: -3px;
	cursor: pointer;
}

.cpframe
{
	width: 200px;
	
	margin: 0;
	padding: 0;
	
	left: 50%;
	margin-left: 155px;
	margin-top: -28px;
}

.cpBorder
{
	width: 100%;
	margin: 0;
	padding: 0;
	
	border: 1px solid #CDCDCD;
	background-color: #FFFFFF;
}

.cpBorder table
{
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.cpYearNavigation, .cpMonthNavigation
{
	background-color: #017c8c;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding: 1px
}

.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.cpDayColumnHeader
{
	text-align: right;
	border: solid thin #C0C0C0;
	border-width: 0px 0px 1px 0px;
}

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate
{
	text-align: right;
	text-decoration: none;
}

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.cpCurrentMonthDate, .cpCurrentDate
{
	color: #000000;
}

.cpOtherMonthDate
{
	color: #808080;
}

td.cpCurrentDate
{
	color: white;
	background-color: #C0C0C0;
}

td.cpCurrentDateDisabled
{
	border-width: 1px;
	border: solid thin #FFAAAA;
}

td.cpTodayText, td.cpTodayTextDisabled
{
	border: solid thin #C0C0C0;
	border-width: 1px 0px 0px 0px;
}

a.cpTodayText, span.cpTodayTextDisabled
{
	height: 20px;
	text-decoration: none;
}

a.cpTodayText
{
	color: #000000;
}

.cpTodayTextDisabled
{
	color: #D0D0D0;
}			