html
{
	overflow: scroll;
	height: 99%;
}
                         
body
{
	background: $ffffff;
	height: 99%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
}

*
{
	font-size: 11pt; 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #000000;
}

/* === Containers === */

#mainContentArea
{
	margin: 0 auto 0 auto; 
	display: table; 
	height: 100%;  
	position: relative; 
	overflow: scroll; 
	width: 900px;
}


.link, .linkActive
{
	margin-right:10px;
	float: left;
	margin-top:12px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative; bottom:0px;
	background-color: #E7EDF8;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	padding: 5px;
}

.link:hover
{
	background-color: #B5C8EA;
}

a
{
	text-decoration:none;
}

.link a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#linkGroup
{
	margin-right:10px;
	height:40px;
	width:660px;
}

#title
{
	width:230px;
	padding-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	float:left;
}

.pageContent
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	background-color:#E7EDF8;
}


#blueBox
{
	position: absolute;
	vertical-align: middle;
	width:900px;
	clear:both;
}

#header
{
	height:20px;
	background-color:#E7EDF8;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
}

#footer
{
	height:20px;
	background-color:#E7EDF8;
	text-align:center;
	color:#BDCDEC;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	padding-bottom: 10px;
}
#footer a
{
	font-size:9px;
	color:#BDCDEC;
}

#contentBox
{
	padding-top:25px;
}

html, body {
	text-align: center;
}

.post {
	padding-top:1px;
}

p {
		
}

h1 {
	font-size: 14pt;	
}