* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	border: 0px;
}

img {
	border: 0px;
}

html {
	background-color: white;
}

body {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#title {
	height: 60px;
	border-bottom: 1px solid #ea9018;
}

#title p {
	color: #0c275f;	
	font-variant: small-caps;
	font-size: 30px;
	padding: 10px 0px 0px 32px;
}

#maincontent {
	width: 942px;
	float: right;
}

#menu {
	height: 24px;
	border-bottom: 1px solid #ea9018;	
}

#submenu {
	height: 37px;
	width: 942px;
	border-bottom: 1px solid #ea9018;
	overflow: hidden;
	clear: both;
}

#subsubmenu {
	height: 37px;
	width: 942px;
	overflow: hidden;
	clear: both;
}

#subsubsubmenu {
	height: 37px;
	width: 942px;
	border-top: 1px solid #ea9018;
	overflow: hidden;
	clear: both;
}

#bluewhite {
	height: 333px;
	width: 8px;
	background-image: url('../images/bluewhite.gif');
	clear: both;
	float: left;
}


#footer {
	clear: both;
	width: 950px;
	padding-top: 30px;
}

#footer p, #footer span, #footer a {
	color: #0c275f;	
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

#footer span {
	padding: 0px 0px 0px 32px;
}

#footer span#logos {
	float: right;
	padding: 0px;
	margin-top: -8px;
}


#column1 {
	width: 400px;
	float: left;
	clear: left;
	margin: -2px 0px 0px 0px;
}

#column2 {
	width: 492px;
	padding: 14px 0px 0px 0px;
	float: right;
	clear: right;
}


.clearflow {
	clear: both;
}