.width { 
   width: expression( document.body.clientWidth < 900 ? "900px" : "auto" ); /* set min-width for IE */
   min-width: 900px; /* sets min-width value for all standards-compliant browsers */
}

h1 {
	color: #E51937;
}

h2 {
	color: #E51937;
}

h3 {
	color: #E51937;
}

h4 {
	color: #E51937;
}

hr {
	color: #B8D1ED;
}

a:link, a:visited {
	color: #005EAB;
	text-decoration:none;
}
a:hover  {
	color: #E51937;
	text-decoration:none;
}

body {
	margin: 0 auto;
	padding: 0px;
	background-color: #005EAB;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
}

.mask {
	background-color: #FFFFFF;
}

.header {
	background-color: #005EAB;
	background-position: left top;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height:200px;
	padding:0px;
	position:relative;
}

.splash {
	background-position: left top;
	background-image: url(images/splash.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 40px;
	padding: 0px;
	position: relative;
}

.nav {
	background-position: left top;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 400px;
	padding: 0px;
	float: left;
	position: relative;
}

.menu {
	height: 350px;
	width: 150px;
	padding: 0px;
	float: left;
	margin-left: 100px;
	margin-top: 40px;
	color: #005EAB;
	font-size: 16px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.contentTitle {
	width: 65%;
	height: 30px;
	background-color: #B8D1ED;
	margin-right: 3%;
	float: right;
}

.customTitle {
	font-size: 24px;
	font-family: Times New Roman, Courier, Garamond, serif;
	font-weight: bold;
	margin-top: 1px;
	margin-left: 3%;
	color: #000000;
}

.content {
	width:65%;
	margin-right: 3%;
	float: right;
	text-align: justify;
}

.footer a:link, .footer a:visited {
	color: #FFFFFF;
}

.footer a:hover  {
	color: #E51937;
}

.footer {
	height: 105px;
	background-color: #015EAB;
	background-position: top;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.spacer {
	clear: both;
	height: 15px;
}
