BODY{
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#EEEEEE;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	font-family: verdana;
	font-size: 10px;
	background-color: white;
	display: block;
	text-align: center;
}
#page {
	width: 790px; 
	margin: 0 auto;
	text-align: left;
	border: 1px solid #444466;
}

#header {
	background-image: url(/images/header-upper.png); 
	height: 299px; 
	width: 100%;
}
#topmenu {
	background: #000000 url(/images/menu-bg.jpg) no-repeat;
	height: 20px;
	text-align: center;
}
#sub_menu {
	background-color: #cd99ca;
	color: white;
	font-family: arial;
	font-size: 11px;
	padding: 2px;
	padding-left: 20px;
}
a.submenu_link {
	text-decoration: underline;
	color: white;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
a.submenu_link:link { 
}
a.submenu_link:visited { 
}
a.submenu_link:active { 
}
a.submenu_link:hover { 
}

p.purpletext {
	font-family: arial; 
	font-size: 16px; 
	color: #444466; 
	font-weight: bold;
}
a {
	font-family: verdana;
}
a.menu {
	color:#FFFFFF; 
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-right: 30px;
}
a.menu:link { 
}
a.menu:visited { 
}
a.menu:active { 
}
a.menu:hover { 
}
#content {
	padding: 5px;
	width: 600px;
	float: left;
}
#fullcontent {
	background: #ffffff url(/images/header-lower.jpg) no-repeat;
	padding: 5px;
}
p {
	font-size: 12px;
}
#rightmenu {
	width: 175px;
	float: right;
	padding: 2px;
	border-left: solid black 1px; 
}
p.rightmenu_header {
	background-color: #663497; 
	font-size: 10px;
	color: white;
	padding: 2px;
	font-weight: bold;
}
a.rightmenu_link {
	color:black; 
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
}
a.rightmenu_link:link { 
}
a.rightmenu_link:visited { 
}
a.rightmenu_link:active { 
}
a.rightmenu_link:hover { 
	color: #663497;
}

#footer { 
	float: center;
	clear: both;
	bottom: -2px;
	left: -1px;
	width: 790px;
	background-color: #444466;
	color: white;
	vertical-align: bottom;
}

