body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1080B0;
	margin: 0px;
	padding: 0px;
}
#home_content {
	background-image: url(images/home_watermark.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #DA4747;
	text-decoration: none;
}
.grey_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #DA4747;
	text-decoration: none;
}
#profile {
	background-image: url(images/profile_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #EBF1F7;
}
#profile ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	font-style: italic;
	padding-bottom: 0px;
}
#profile ul li {
	padding-bottom: 12px;
}
.logout {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.logout a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
}