body {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	font-size: 0.85em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 15px;
}

p.header_text {
	font-size: 0.85em;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 13px;
	color: white;
}

h1 {
	font-size: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #490000;
	padding-bottom: 0;
}

h2 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 0;
	color: black;
}

h3 {
	font-size: 1.25em;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 4px;
}

a {
	color: #033568;
}


#content {
	background-image: url(../images/pages/body_background.png);
	background-repeat: no-repeat;
	border: 1px solid #910000;
}

#menu {
	padding-top: 160px;
	padding-left: 0px;
	font-size: 1em;
	background-color: none;
	width: 165px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	padding-bottom: 11px;
	list-style: none;
	text-align: center;
}

#menu ul li a {
	color: #FFBD00;
	text-decoration: none;
}

#menu img {
	width: 135px;
	border: 0;
	padding-bottom: 10px;
}

#main {
	margin-left: 180px;
	padding-top: 150px;
	width: 600px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	clear: both;
	color: #FFBD00;
	margin: 0;
	height: 88px;
	font-size: .75em;
	text-align: center;
}

#wrapper {
	background-image: url(../images/repeating_background.png);
	background-repeat: repeat-y;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}

#home_right_box {
	font-size: .75em;
	border-left: 2px solid rgb(28, 10, 135); 
	width: 190px; 
	float: right; 
	margin-left: 15px; 
	font-family: verdana; 
	padding-top: 25px; 
	color: rgb(73, 0, 0);
}