/* Elements */
body {
	margin-top: 0;
	margin-left: 0;
	background-color: #eae3e3;
	text-align: center;
	min-width: 760px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

p {
	color: #000;
}

a {
	color: #507bda;
}

/* IDs */
#header {
	margin: 0 auto;
	text-align: left;
	height: 61px;
	background-color: #ca3435;
	background-image: url('./../images/top_bg.jpg');
	background-repeat: repeat-x;
	height: 88px;
	min-height: 88px;
}

#center_column {
	margin: auto;
	position: relative;
	width: 800px;
	text-align: left;
	z-index: 2;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height: auto;
	min-height: auto;
}

#header_links {
	margin: 0 auto;
	text-align: left;
	background-color: #fcd667;
	background-image: url('./../images/links_bg.jpg');
	background-repeat: repeat-x;
	height: 27px;
	min-height: 27px;
}

#header_links a {
	color: #ca3435;
	margin: 7px 15px 15px 15px;
	text-decoration: none;
}

#header_links a:hover {
	text-decoration: underline;
}

#subnav_title {
	background-color: #ca3435;
	border-bottom: 1px solid #ca3435;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	float: left;
	width: 180px;
	display: block;
	height: 30px;
	min-height: 30px;
	text-align: center;
	padding-top: 10px;
}

#page_title {
	padding-top: 10px;
	padding-left: 10px; 
	margin-left: 180px;
	border-bottom: 1px solid #ca3435;
	font-size: 20px;
	font-weight: bold;
	color: #ca3435;
	height: 30px;
	min-height: 30px;
}

#subnav {
	float: left;
	width: 180px;
	min-height: 500px;
	height: 500px;
	display: block;
	text-align: left;
}

#full_content {
	float: left;
	width: 100%;
	height: 600px;
	min-height: 600px;
	text-align: center;
}

#left_content {
	float: left;
	width: 450px;
	padding: 10px 10px 10px 10px;
}

form.interior {
	border: 1px solid #333366;
	background-color: #eae3e3;
	padding: 10px;
}

input.button {
	background-color: #fcd667;
	color: #ca3435;
	border: 1px solid #ca3435;
}

img.ad {
	border: 0 solid #fff;
}

#right_content {
	padding: 10px 10px 10px 10px;
}

#footer {
	padding-top: 10px;
	text-align: center;
	background-color: #ca3435;
	color: #fcd667;
	bottom: 0;
	position: relative;
	display: block;
}

#footer p {
	color: #fcd667;
}

#footer a {
	color: #fcd667;
	text-decoration: underline;
	font-size: 12px;
}

#steps {
	padding: 10px;
	margin-top: 10px;
	background-color: #EAE3E3;
	height: 100px;
	border: 1px solid #000;
}

/* Classes */
.subnav_item {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 5px; 
}

.active {
	background-color: #fcd667;
}

.content_img {
	border: 1px solid #507bda;
	margin: 10px 10px 10px 10px;
}

.nav {
	margin-top: 20px;
	text-align: center;
}

.nav a {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

.nav a.highlight {
	text-decoration: underline;
}
