@charset "UTF-8";
/* CSS Document */


/* Global Font Size, Color, Font-Family Settings in Body */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #FFFFFF;

	}
	
/* Global Link Colors */
a:link
{
	text-decoration: none;
	color: #00476E;
	
	}
	
a:hover
{
	text-decoration: underline;
	color: #00476E;
	}
	
a:visited
{
	text-decoration: none;
	color: #00476E;
}

/* Site Container that holds everything*/
#ContainerBLUE
{
	width: 986px;
	height: 676px;
	margin: 0px auto 0px auto;
	background-image:url(images/Background_Tile_BLUE.gif);
	background-repeat: repeat-x;
}

/* Site Container that holds everything*/
#ContainerGREEN
{
	width: 986px;
	height: 676px;
	margin: 0px auto 0px auto;
	background-image: url(images/Background_Tile_GREEN.gif);
	background-repeat: repeat-x;
}

/* Site Container that holds everything below the header Images */
#branding
{
	width: 986px;
	height: 100px;	
}

/* Banner that can be re-used that fits the total width of the Container */
#navigation
{
	width: 986px;
	height: 50px;
	padding-bottom: 8px;
	}
	
/* Banner that can be re-used that fits the total width of the Container */
.banner
{
	width: 986px;
	}

/* Left Column Container */
#LcolumnContainer
{
	float: left;
	height: 391px;
	}
	
#RcolumnContainerBLUE
{
	float: left;
	height: 252px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-left: 2px solid #ABC1D3;
	padding: 0px 20px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: none;
	color: #FFFFFF;
	line-height: 23px;
	}
	
.LcolumnContent
{
	width: 290px;
	height: 261px;
	padding: 0px 15px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}

#RcolumnContainerGREEN
{
	float: left;
	height: 241px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-left: 2px solid #B5CF90;
	padding: 0px 20px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: none;
	color: #FFFFFF;
	line-height: 23px;
	}
	
/* Style of bullets. */
ul {
	list-style-type: square;
}


.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #00476E;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 23px;
}
.text6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.text7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: none;
	color: #FFFFFF;
}
.text8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.text9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: none;
	color: #FFFFFF;
	line-height: 30px;
}





	
/* A class that clears both, and has nothing in it. If you stick it directly under floating divs, but inside of the container div, it will recognize the floats, plus the container will recognize the fixer, allowing the container div to expand vertically correctly. */
.fixer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	}

/* Footer Div properties */
#footer
{
	clear: both;
	width:: 964px;
	min-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	}

#footer a
{
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer a:link
{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	}
	


	

