body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 90%;
	background-color:#ffffff;
	margin : 0;
	padding : 0;
	color: black;
}
#navigation {
	position : absolute;
	top : 171px;
	width : 200px;
	left: 780px;
	height: 188px;
}
.button {
	padding: 5px 5px;
	font-size: 14px;
	line-height:20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #352545;
}
.button:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}
.button:active {
	border-top-color: #1b435e;
	background: #1b435e;
}
#content {
	position : absolute;
	top : 173px;
	width : 680px;
	padding-left : 25px;
	padding-right: 10px;
	background-color:#FEFEFE;
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	left: 11px;
	overflow: visible;
}
#topbar {
	width : 100%;
	height : 35px;
	border : none;
	background-color:#352545;
}
#bottombar {
	background-color : #666666;
	padding : 5px;
	color : white;
	font-weight : bold;
	font-size : 1em;
	margin : 0;
	height: 7px;
}
#tagline {
	background-color : #3f1017;
	padding : 25px;
	color : white;
	font-weight : bold;
	font-size : 1.2em;
	margin : 0;
}
h1 {
	letter-spacing : 2px;
	padding-top : 1em;
	font-size : 1.6em;
	font-family : Tahoma, sans-serif;
	padding-bottom : 1px;
	border-bottom : 1px dashed #cccccc;
	color : #666666;
}
h2 {
	color : #7cab6b;
	margin-top : 0px;
	margin-bottom : 0;
	margin-left: 10px;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	;
}
h3 {
	font-weight : bold;
	font-size : 1em;
	padding : 0;
	margin : 1em 0;
}
h4 {
	color : #999999;
	margin-top : -17px;
	margin-bottom : 0;
	margin-left: 242px;
	padding : 0;
	font-family: Tahoma, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
}
p {
	font-size:	1em;
	line-height: 1.4;
}
a:link {
	font-weight : bold;
	text-decoration : none;
	color : #3366FF;
}
a:visited {
	font-weight : bold;
	text-decoration : none;
	color : #9933CC;
}
a:hover {
	font-weight : bold;
	text-decoration : underline;
	color : #CC6633;
}
.white_text {
	color: #FFFFFF;
}
.black_text {
	color: #cccccc;
}

