body {
	font-family: Arial, Helvetica, sans-serif;
	COLOR:#f1f1f1;
	font-size:12px;
	font-family:Arial, sans-serif, serif
}

h2 {
	color:#007bb4;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
a {
	text-decoration: none;
	color: Red;
}
p {font-size:12;}
a:hover {
	color: Red;
	text-decoration: underline;
	}

select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.page {
	width:780px;
}
.logo {
	float:left;
}
.welcome {
	float:right
}
.menu {
	float:left;
	text-align:left;
	width:240px;
	margin-top:4px;
	margin-left:4px;
}
.content {
	float:right;
width:530px;
	padding-left:0px;
	margin-top:20px;
}
.menu_bar {
	margin-left:40px;
}
.footer {
clear:both;
text-align:center;
	color:#0099CC;
	margin-left:240px;
}



