/**************************************************
Business Angel Office Support Website v.1 by John Chan
Last modified: May 29, 2007
All associated graphics copyright 2007, Design Hero
**************************************************/

/*p{
font: Arial, Tahoma, Verdana;
color: #005490;
text-align: left;
}*/

/*************** Layout ******************/
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 777px;
}

#header {
	background: url(images/header.png);
	width: 777px;
	height: 150px;
	margin-bottom: 10px;
	padding: 0;
}

#floater {
	float: left; 
	width: 777px;
	margin: 0;
	padding: 0;
}

#menu {
	float: left; 
	width: 159px;
	margin: 0;
	padding: 0;
}

#menutop{
	background-image: url(images/menu_top.png); 
	height:58px;
	width:159px;
}

#selector{
	background-image: url(images/selector.png);
	width: 159px;
	height: 18px;
	position: absolute;
	z-index: 1;
}

#menubot{
	background-image: url(images/menu_bottom.png); 
	height:58px; 
	width:159px;
}

#contentcontainer {
	float:left;
	width: 614px; 
}

#contenttop {
	background-image: url(images/content_top.png); 
	height:58px; 
	width:618px;
}

#content {
	background-color:#FFFFFF; 
	width: 598px; 
	padding: 10px;
}



#contentbottom {
	background-image: url(images/content_bottom.png);
	height: 58px;
	width: 618px;
}

/************* Modifications **************/

body {
	font-family: Arial, Tahoma, Verdana;
	font-weight: bolder;
	font-size: 12px;
	color: #015289;	
}

a {
	font-size: 12px;
	color: #EBCE2E;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D1B514;
}
a:hover {
	text-decoration: underline;
	color: #EBCE2E;
}
a:active {
	text-decoration: none;
	color: #EBCE2E;
}

h1 {
	font-size: 18px;
	color: #FDDC57;
	margin-top: 0px;
}

.menu {
margin: 0px;
text-align: center; 
background-color: #015289;
border-top: 1px solid #ffffff;
border-left: 13px solid #ffffff;
height: 35px;
line-height: 35px;
}

.menu:hover {
background-color: #0172D8;
}


.menu a {
	font-size: 12px;
	color: #FFFFFF;
}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
menu. a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#contentbottom p {
	margin: 0;
	text-align: center;
}