@charset "utf-8";

#outerContainer {
	width:930px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	width:930px;
	height:62px;
	margin: 0px;
	padding: 0px;
}
#menuItems {
	width:520px;
	height:62px;
	padding-top:25px;
	display:block;
}
#content {
	background-color:#FFFFFF;
	width:880px;
	padding:14px;
	margin-left:14px;
	margin-right:14px;
}
#innerContent {
	border-color:#c2c5c9;
	border-style:solid;
	border-width:1px;
	padding:15px;
	min-height:1%; /* required, otherwise IE7 won't draw the border properly with floated elements inside */
}
#footer {
	text-align:center;
	width:930px;
	color:#FFFFFF;
	font-size:12px;
}
#footer ul {
	display:inline-block;
	list-style:none;
	margin:0px;
	margin-top:25px;
	width:570px;
	padding:20px;
	border-color:#8190a1;
	border-style:solid;
	border-width:1px;
	background-color:#7c8896;
}
#footer li {
	display:inline;
	padding:5px;
	margin:0px;
}
#footer a {
	color:#ffe9d4;
	text-decoration:underline;
}
#footer a:hover {
	color:#eab33d;
}
#copyright {
	margin:25px;
	text-align:center;
	line-height:13px;
	width:930px;
	color:#acb7c4;
	font-size:10px;
}
body {
	background-image:url(/timages/background_tile.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#5c6773;
}
body, td, p, th {
	font-family:Georgia, "Times New Roman", Times, serif;
	size:12px;
	line-height:25px;
	text-align:justify;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #5c6773;
	text-align:left;
	text-transform:uppercase;
	padding-top:15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5c6773;
	text-align:left;
	text-transform:uppercase;
	padding-top:15px;
	margin-bottom:5px;
}
a {
	color:#213957;
	text-decoration:underline;
}
a:hover {
	color:#eab33d;
	text-decoration:underline;
}
