* {
	margin: 0;
}

body, html { 
background-color: #1d4e6a;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
background-image: url(../images/box_rpt.jpg);
background-position: top center;
background-repeat:repeat-y;
font-size: 13px;
text-align: left;
width: 100%;
height: 100%;
color: #2985A1;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited, a:active {
	color: #7194d6;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #BBCCEC;
}

#wrapper {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -77px; /* the bottom margin is the negative value of the footer's height */
}

#frame{
	margin: 0 auto;
	padding: 0;
	width: 540px;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 91px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

#mid_area {
	margin: 0 70px;
}

#logo {
	margin: 0 auto;
	display: block;
	width: 248px;
	height: 117px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#logo a {
	display: block;
	width: 248px;
	height: 117px;
	text-indent: -3000px;
	overflow: hidden;
}

#mid_area p {
	margin: 7px 7px 14px 7px;
}

#mid_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mid_area li {
	margin: 4px auto;
	position: relative;
	padding: 0px;
	display: block;
	height: 35px;
	width: 300px;
	border: double #1D4E6A;
	border-width: 3px 0px;
	padding: 1px;
	list-style: none;
}

#mid_area li a {
	display:  block;
	width: 300px;
	margin: 0px auto;
	height: 35px;
	line-height: 35px;
	padding: 0px;
	text-align: center;
	text-transform:uppercase;
	background-color: #174159;
	color: #2985A1;
	font-size: 12px;
}



#mid_area li a:hover {
	/* background-color: #3184B5; */
}


#footer, #push {
	height: 77px; /* .push must be the same height as .footer */
}

#footer {
	width: 540px;
	margin: 0 auto;
	background-image: url(../images/footer.jpg);
	background-position: center;
	text-align: center;
}

#footer p {
	font-size: 11px;
	color:#296F98;
	margin: 0;
	padding: 0;
	padding-top: 56px;
}

#footer a, #footer a:visited {
	color: #296F98;
}

#footer a:hover {
	color: #3184B5;
}

.centered {
	text-align: center;
}

