/*Tag styles*/
body {
	background-color:#CC0033;
	font-family:Verdana;
}

/*Class Styles*/
.wrapper {
	float:left;
	clear:both;
	width:900px;
	height:auto !important;
	min-height:600px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
	background:#FFFFFF;
}

        .header {
		float:left;
		width:900px;
		height:112px;
		border-bottom:1px black solid;
		background:#FFFFFF;
        }

                .logo {
			width:200px;
			float:left;
                }

			.logo img {
				width:200px;
			}

                .tagline {
			float:left;
			width:700px;
			height:45px;
			font-size:18pt;
			padding-top:20px;
			text-align:center;
                }
			.tagline h1 {
				margin: 0;
				font-size:18pt;
			}
		.nav {
			float:left;
			width:700px;
			height:44px;
		}

		   .menu_item_wrap {
			float:right;
			width:auto !important;
			min-width:90px;
			height:41px;
			color:#FFFFFF;
			margin-top:6px;
			padding-top:3px;
			margin-right:5px;
		   }

			.menu_item_left {
				float:left;
				width:17px;
				height:41px;
			}
			.menu_item {
				float:left;
				width:auto !important;
				padding-top:4px;
				text-align:center;
				min-width:71px;
				height:41px;
			}

				.menu_item a {
					text-decoration:none;
					color:#CC0033;
font-weight: bold;
				}
				.menu_item a:hover {
					text-decoration:underline;
				}
			 

			.menu_item_right {
				float:left;		
				width:17px;
				height:41px;
			}

        .main {
		float:left;
		width:900px;
		height:auto !important;
		min-height:400px;
        }
		
		.content {
			float:left;
			width:880px;
			padding:10px;
			height:auto !important;
			min-height:400px;
			text-align:left;
			font-size:10pt;
	 	}

		.welcome_paragraph {
			float:left;
			width:100%;
		}

		.image_contents {
			float:left;
			width:100%;
		}

			.image_left, .image_right {
				float:left;
				width:50%;
				text-align:center;
			}
			
				.image_left img, .image_right img {
					border:none;
					text-align:center;
				}

        .footer {
		float:left;
		width:885px;
		padding-left:10px;
		padding-right:5px;
		height:80px;
		background:#FFFFFF;
		border-top:1px black solid;
		text-align:left;
		font-size:9pt;
        }

		.footer_menu {
			float:left;
			width:640px;
		}

		.footer_contact {
			float:left;
			width:245px;
			text-align:right;
		}
