html
{
  /*height: 99%;*/
}
                         
body
{
  background: $ffffff;
  /*height: 99%;*/
  /*margin: 0;*/
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{ 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  /*text-align: left;*/
}

a
{
color: #C05900;
font-weight:bold;
}

a:hover
{
color: #EA7B08;
}


/* === Containers === */



#mainContentArea
{
  margin: 0px auto 0px auto;
  /*display: table; */
  /*height: 90%;  */
  position: relative; 
  /*overflow: hidden; */
  width: 600px;
}


.link,.linkActive
{
width:75px;
margin-right:10px;
float: left;
margin-top:24px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(tab.gif);
position:relative;
bottom:0px;
}

.link:hover
{
background-image:url(tab2.gif);
}

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:600px;
}

#title
{
width:230px;
height:40px;
margin-right:20px;
margin-top:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
text-align:center;
float:left;
}

.contentTitle
{
font-family:/*Verdana, */Arial, Helvetica, sans-serif;
font-weight:bold;
color:#6C3E92;
font-size:34px;
margin-left:15px;
margin-right:12px;
margin-bottom:12px;
width:573px;
}

h1
{
padding-top:20px;
font-size:24px;
}

h2
{
font-size:18px;
}

th strong, td, td a
{
font-size:14px;
}

.pageContent
{
font-family: Arial, Helvetica, sans-serif;
color:#000000;
font-size:16px;
margin-left:20px;
margin-right:20px;
padding-bottom:15px;
width:560px;
text-align:center;
}


#blueBox
{
	/*position: absolute;*/
	vertical-align: middle;
	text-align:center;
	background-color:#E2DBE7;
	width:600px;
	clear:both;
	margin-bottom:50px;
}

#header
{
width:600px;
height:20px;
background-color:#FFFFFF;
background-image:url(header.gif);
background-repeat:no-repeat;
}

#footer
{
width:600px;
height:20px;
background-color:#FFFFFF;
background-image:url(footer.gif);
background-repeat:no-repeat;
text-align:center;
padding-right:10px;
padding-bottom:25px;
color:#BDCDEC;
}
#footer a
{
font-size:9px;
color:#BDCDEC;
}

#contentBox
{
margin-top:25px;
margin-bottom:25px;
}



html, body {
text-align: center;
}