* { padding: 0; margin: 0; border: 0;
}

p { padding: 8px 0;
}

body {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #294C93;
	margin-top: 0px;
}

a:link {
	color: #294C93;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #294C93;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #294C93;
}

h1 {
	text-indent: -9999px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 4px;
	color: #294C93;
	border-bottom: 1px dotted #ccc;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 4px;
	color: #294C93;
	border-bottom: 1px dotted #ccc;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}


#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 103px;
	background: url(images/header.jpg) no-repeat;
}


#nav {
	font-size: 11px;
	font-weight: bold;
	padding: 35px 0px 0px 28px;
	float: left;
	width:140px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul a {
	display: block;
	width: 100%;
	color: #666;
	padding: 3px 5px 5px 0px;
	text-align: right;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px #ccc dotted;
	height: 10px;
	line-height: 13px;
	background: url(images/nav1.gif) no-repeat 5px center;
	font-weight: lighter;
	letter-spacing: 2px;
}

#nav ul a:hover {
	color: #fff;
	padding: 3px 5px 5px 0px;
	border-bottom: 1px #ccc dotted;
}

#content_wrapper {
	clear: both;
	background: url(images/middle_stretch.jpg) repeat-y;
	padding: 10px 0;
}

#nav_flash {
	background: url(images/nav_flash_bg.jpg) no-repeat top left;
	height: 207px;
}

#flash {
	float: right;
}

#side_col_wrap {
	width: 175px;
	float: left;
}

#side_column {
	float: right;
	width: 155px;
}

#maintext_wrap {
	float: right;
	width: 505px;
}

#maintext {
	float: left;
	width: 485px;
}

#footer {
	height: 67px;
	background: url(images/footer.jpg) no-repeat;
	clear: both;
	padding: 2px 0 0 0;
	line-height: 67px;
	text-align: center;
}

#clear {
	clear:both;
}

.location {
	border: 1px solid #294C93;
}
