@charset "utf-8";
/* CSS Document */
body
{
background:url(../images/overall_bg.jpg) top center repeat-x;
background-color:#194650;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#6b4220;
line-height:18px;
}
	img
	{
	border:none;
	}
	a
	{
	color:#9e003a;
	text-decoration:none;
	}
		a:hover
		{
		text-decoration:underline;
		}
		a.strongLink
		{
		font-weight:bold;
		}
		a.miniLink
		{
		text-transform:uppercase;
		font-size:10px;
		}

#header
{
background:url(../images/template/header_bg.jpg) no-repeat;
width:942px;
height:122px;
}
	#main_nav
	{
	float:right;
	margin-right:33px;
	}
		#main_nav img
		{
		display:inline;
		}
	#home_nav
	{
	clear:both;
	float:right;
	overflow:auto;
	}

#main
{
background:url(../images/template/main_bg.jpg) top repeat-y;
width:918px;
min-height:408px;
overflow:auto;
}
	#content
	{
	text-align:left;
	padding-left:30px;
	padding-top:20px;
	width:540px;
	float:left;
	}
		.pageTitle
		{
		/* Phase1 uses an image for this */
		margin-bottom:25px;
		overflow:auto;
		}
		.pageSubTitle
		{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		line-height:18px;
		}
		.paraText
		{
		font-size:12px;
		line-height:18px;
		}
		
		#yellowBox
		{
		margin-bottom:20px;
		}
		#yellowBoxTop
		{
		background:url(../images/yellowBox/top.gif) top right no-repeat;
		height:4px;
		overflow:hidden;
		}
		#yellowBoxMid
		{
		background:url(../images/yellowBox/mid.gif) top right repeat-y;
		padding:16px 25px 16px 30px;
		}
		#yellowBoxBottom
		{
		background:url(../images/yellowBox/bottom.gif) top right no-repeat;
		height:4px;
		overflow:hidden;
		}
		
	#sidebar
	{
	padding-left:30px;
	float:right;
	width:300px;
	text-align:left;
	}
		#eNewsSignUp
		{
		background:url(../images/sidebar/enewsletter/border.gif) top no-repeat;
		width:265px;
		height:117px;
		padding:18px 0px 0px 20px;
		overflow:auto;
		margin-right:00px;
		}
			#eNewsSignUp input
			{
			background:url(../images/sidebar/enewsletter/bg_input.gif) top repeat-x;
			width:232px;
			border:1px solid #171706;
			color:#000000;
			}
		#ourPartners
		{
		margin-top:30px;
		}

#footer
{
background:url(../images/template/main_bottom.jpg) bottom repeat-x;
background-color:#ffffff;
width:918px;
height:27px;
}