body{
	background-color:#4b72a2;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	font-family:arial,sans-serif;
	font-size:12px;
}
#container{
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
	#header{
		background-image:url('../images/header.jpg');
		background-repeat:no-repeat;
		border-bottom:3px solid #3d5bb7;
		display:block;
		height:245px;
		margin-bottom:4px;
		width:900px;
	}
		#header .information{
			font-size:16px;
			float:right;
			margin-top:20px;
			margin-right:30px;
		}
			#header .information a{
				color:#000;
			}
				#header .information a:hover{
					text-decoration:none;
				}
			#header .information address{
				margin-top:15px;
				margin-bottom:15px;
			}
	#nav{
		background-image:url('../images/nav.jpg');
		background-repeat:repeat-x;
		border-top:1px solid #3d5bb7;
		display:block;
		font-family:"Times New Roman";
		font-size:17px;
		height:39px;
		width:900px;
	}
		#nav li{
			display:inline;
			float:left;
			line-height:39px;
			margin-left:37px;
		}
			#nav li a{
				color:#062a96;
				text-decoration:none;
			}
				#nav li a.active{
					color:#56b733;
				}
				#nav li a:hover{
					text-decoration:underline;
				}
	#content{
		background-color:#bded81;
		background-image:url('../images/content.jpg');
		background-repeat:repeat-x;
		float:left;
		padding:10px 25px;
		width:850px;
	}
		#content .left_col{
			display:block;
			float:left;
			margin-right:25px;
			width:290px;
		}
			#content .left_col .newsletter_signup{
				background-image:url('../images/newsletter_signup.png');
				background-repeat:no-repeat;
				display:block;
				height:81px;
				margin-bottom:10px;
				width:290px;
			}
				.newsletter_signup form{
					padding-top:42px;
					padding-left:10px;
				}
					.newsletter_signup form input.text{
						border:1px solid #000;
						color:#000;
						float:left;
						font-size:11px;
						padding:3px;
						width:221px;
					}
					.newsletter_signup form input.submit{
						display:block;
						height:31px;
						float:left;
						margin-top:-5px;
						margin-left:5px;
						width:35px;
					}
			#content .left_col .yellow_box{
				display:block;
				float:left;
				width:290px;
			}
				.yellow_box h3.dark_blue{
					color:#002382;
					font-size:18px;
					margin-top:50px;
				}
					.yellow_box h3.no_margin_top{
						margin-top:0px;
					}
				.yellow_box p{
					line-height:16px;
				}
				.yellow_box a{
					color:#000;
				}
					.yellow_box a:hover{
						text-decoration:none;
					}
				.yellow_box .top{
					background-image:url('../images/yellow_box_top.png');
					background-repeat:no-repeat;
					display:block;
					height:9px;
					width:290px;
				}
				.yellow_box .content{
					background-image:url('../images/yellow_box_content.jpg');
					background-repeat:repeat-y;
					display:block;
					float:left;
					min-height:326px;
					height:auto !important;
					height:326px;
					padding:0px 10px 5px 15px;
					width:265px;
				}
					.yellow_box .content.inner{
						margin-top:-15px;
					}
				.yellow_box .bottom{
					background-image:url('../images/yellow_box_bottom.png');
					background-repeat:no-repeat;
					clear:left;
					display:block;
					height:9px;
					width:290px;
				}
				.yellow_box form{
					margin-top:15px;
				}
					.yellow_box form label{
						display:block;
						margin-bottom:2px;
					}
					.yellow_box form input.text{
						border:1px solid #000;
						color:#000;
						font-family:arial;
						font-size:11px;
						margin-bottom:5px;
						padding:3px;
						width:259px;
					}
					.yellow_box form textarea{
						border:1px solid #000;
						color:#000;
						font-size:11px;
						height:50px;
						margin-bottom:5px;
						padding:3px;
						width:259px;
					}
					.yellow_box form input.submit{
						display:block;
						height:24px;
						margin-top:15px;
						width:68px;
					}
		#content .right_col{
			display:block;
			float:left;
			width:535px;
		}
		#content .right_col h3{
			font-size:30px;
		}
			#content .right_col h3.green{
				color:#56b733;
			}
			#content .right_col h3.blue{
				border-bottom:5px solid #fffb57;
				color:#405ba9;
				display:block;
				margin-bottom:15px;
				width:100%;
				padding-bottom:5px;
			}
		#content .right_col p{
			line-height:17px;
			margin-bottom:10px;
		}
		#content .right_col a{
			color:#000;
		}
			#content .right_col a:hover{
				text-decoration:none;
			}
		.right_col h4{
			border-bottom:1px solid #000;
			font-weight:bold;
			font-size:16px;
			margin-top:20px;
			width:100%;
			padding-top:2px;
			margin-bottom:5px;
		}
		#content .right_col .whats_new{
			display:block;
			margin:20px auto;
			width:505px;
		}
			#content .right_col .whats_new_top{
				background-image:url('../images/whats_new_top.png');
				background-repeat:no-repeat;
				display:block;
				height:11px;
				width:505px;
			}
			#content .right_col .whats_new_content{
				background-image:url('../images/whats_new_content.png');
				background-repeat:repeat-y;
				display:block;
				min-height:115px;
				height:auto !important;
				height:115px;
				padding:5px 10px;
				width:485px;
			}
			#content .right_col .whats_new_bottom{
				background-image:url('../images/whats_new_bottom.png');
				background-repeat:no-repeat;
				display:block;
				height:10px;
				width:505px;
			}
		#content .right_col a.more_green{
			background-image:url('../images/more_green.jpg');
			background-repeat:no-repeat;
			display:block;
			float:right;
			height:26px;
			width:69px;
		}
			.img_container{
				display:block;
				float:left;
				margin-bottom:15px;
				margin-right:8px;
				width:100px;
			}
			.img_container img{
				display:block;
				margin-left:auto;
				margin-right:auto;
			}
	#footer{
		background-color:#fff;
		clear:left;
		color:#215ba4;
		display:block;
		height:25px;
		line-height:25px;
		width:100%;
	}
		#footer span.left{
			float:left;
			margin-left:25px;
		}
		#footer span.right{
			float:right;
			margin-right:25px;
		}
		#footer a{
			color:#215ba4;
		}
			#footer a:hover{
				text-decoration:none;
			}
	
/* General Styles */
.clear{
	clear:both;
}
.none{
	display:none;	
}
.error{
	color:#FF0000;
	display:block;
	font-weight:bold;
	margin-top:10px;
}
.success{
	margin-top:10px;
}