﻿/*-------------------- Element Definitions --------------------*/

body {
	margin:0px 0px 0px 0px;
	text-align:center;
}

a {
	color:#1C7AD0;
	text-decoration:underline;
	font-weight: normal;
}

a:hover {
	color: #1C7AD0;
	text-decoration: underline;
	font-weight: normal;
}

div {
	font-size: 14pt;
}


/*--------------------    Id Definitions   --------------------*/

#wrapper {
	margin:0 auto;
	text-align:left;
}

#header {
	z-index:0;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 300px;
	background-image: url("http://reallifeboston.com/images/site-design/header-background.gif");
	background-repeat:repeat-x;
	background-color: #1C7AD0;
}
#headerGraphic {
	z-index:1;
	position:absolute;
	top:0px;
	right:0px;
}

#logo {
	z-index:2;
	position:absolute;
	top:90px;
	left:90px;
}

#login {
	z-index:2;
	position:absolute;
	top:10px;
	left:10px;
}

#login a {
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	text-decoration:none;
}

#login a:hover {
	text-decoration:underline;
}

#navbar {
	z-index:3;
	position:absolute;
	top:247px;
	left:90px;
}

#main-page {
	position:absolute;
	z-index:0;
	top:300px;
	left:90px;
}


#footer {
	z-index:5;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
	font-size: 8pt;
	color: rgb(110,111,114);
}



/*--------------------   Class Definitions  -------------------*/






.content {
	padding: 25px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}


.content h1 {
	font-size:xx-large;
	color: #1C7AD0;
}

.content p {
	color: #666666;
	font-size: medium;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 10px;
}

.content blockquote {
	line-height: 150%;
}

.content li {
	line-height: 150%;
	font-size: medium;
	font-weight: normal;

}

.content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: left;
	
}

.content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
}

.content a {
	color: #1C7AD0;
	text-decoration: underline;
}

.content a:hover {
	color: #FF6633 ;
}

