body
{ 
	background: url(images/bg_pattern.gif);
	margin:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#holder
{
	width:942px;
	min-height:666px;
	background: url(images/corner_holder.gif) top left no-repeat
}

#leftPart
{
	float:left;
	width:155px;
	min-height:666px;
}


	#leftPart #leftPart_body
	{
		background: #105ba4;
		width:100%;
		margin-top:98px;
		min-height:568px;
		position:relative;
	}
	
		.leftNavMenuHolder
		{
			margin-top:5px;
		}
		
		.leftNavMenuHolder a
		{
			color:white;
			text-decoration:none;
		}
		
		.leftNavMenuHolder a:hover
		{
			text-decoration:underline;
		}
		
		#leftPart #leftPart_body #searchArea
		{
			width:155px;
		}
			
		#leftPart #leftPart_body #searchArea form div
		{
			float:left;
		}	
		
		#leftPart #leftPart_body #searchArea #searchField
		{
			margin-left:3px;
			width:95px;
		}
		
		#leftPart #leftPart_body #searchArea #searchButton
		{
			width:50px;
		}
		
		
		#leftPart #leftPart_body #newsletterArea
		{
			width:145px;
			margin:10px;
			text-align:left;
			font:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			word-spacing:2px;
			color: #ebfbff;
			position:absolute;
			bottom:20px;
			left:0px;
		}
		
		#leftPart #leftPart_body #newsletterArea #emailField
		{
			width:140px;
		}
		
		#leftPart #leftPart_body #newsletterArea #newsletterButton
		{
			margin-top:3px;
		}
		
#rightPartCoat
{
	background:#0f5ba6;
	float:left;
	width:787px;
	min-height:666px
}

#rightPart
{
	width:777px;
	margin-top:5px;
	background: #f1e6df url(images/corner_right.gif) top left no-repeat;
	min-height:655px;
	text-align:left;
}

	#rightPart #logoArea
	{
		width:777px;
		height:180px;
		float:left;
	}
	
		#rightPart #logoArea #miniForm
		{
			width:220px;
			height:150px;
			float:right;
			background-color:#0f5ba6;
			margin:10px;
		}
	
		#rightPart #logoArea #logo
		{
			width:500px;
			margin: 40px 0 0 10px;
		}
	
	#rightPart #nav
	{
		clear:both;
		width:727px;
		height:28px;
		padding-left:50px;
		background:#0f5ba6;
	}
	
		#rightPart #nav .menuItem
		{
			float:left;
			margin: 6px 10px 6px 0px;
		}
		
		#rightPart #nav .menuItem a
		{
			color:#e0ffff;
			text-transform:uppercase;
			font-weight:bold;
			text-decoration:none;
		}
		
		#rightPart #nav .menuItem a:hover
		{
			text-decoration:underline;
		}
			
	
	#rightPart #content
	{
		width:96%;
		min-height:427px;
		margin:10px 20px;
		text-align: left;
	}
	
		#newshighlights
		{
			float:right;
			width:220px;
			text-align:left;
		}
		
		#mainText
		{
			width:497px;
			min-height:427px;
			color:black;
			text-align: left;
		}
	
	#rightPart #content a, #rightPart #content a:visited 
	{
		color:#094F88;
		text-decoration:none;
	}
	
	#rightPart #content a:hover
	{
		text-decoration:underline;
	}
	
/* programs */

.program_list {}
.program_list li {
	text-indent:20px;
}
.program_section_head {
	border-top: 1px dotted #666;
	margin-top: 10px;
	font-weight:bold;
}
	
/* CLASSES */

.submitButton_1
{
	color:#ecee67;
	background-color:#333333;
	border:1px solid #2d343e;
}

.submitButton_2
{
	color:white;
	background-color:#333333;
	border:1px solid #2d343e;
}

.inputField_1
{
	background-color:#CCCCCC;
	border:1px solid black;
}

.deluge_logo {
	position: fixed;
	bottom: 0;
	right: 0;
}

.footer
{
	color: white;
	text-align:center;
}

.footer a,.footer a:active,.footer a:visited
{
	font-size:0.9em;
	color: white;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

/* TYPE SElECTORS */

h1
{
	color:#094F88;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size:18pt;
	font-style:italic; 
	font-weight: normal;	
}
h2
{
	color:#666666;
	font-family: Arial;
	font-size:12pt;
}
h3
{
	color:#094F88;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
}
h4
{
	color:red;
	font-weight:bold;
	font-family: arial;
	font-size:10pt;
}
