body {
	font-family: Verdana;
	font-size: 12px;
	background-image:url(../images/layout/background.gif);
	background-repeat:repeat-x;
	text-align:center;
	
	height:auto;
	color:#afadad;
}

H1
{
	font-family: Verdana;
	font-size: 16px;
	color:#6da2d1;
	
}

.bigText
{
	font-family: Verdana;
	font-size: 16px;
	color:#6da2d1;
}



#frame 
	{
		position: relative;
		width: 821px;
		margin-bottom: auto;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		text-align: left;
		background-color: White;
		margin-top:0px;
		margin-bottom: 10px;
		background-image:url(../images/layout/frameback.gif);		
}
	
#topbar
{
	background-image:url(../images/layout/topbar.gif);
	height:103px;
	width:821px;
}

#bodyLeft
{
	width:16px;
	float:left;
	background-image:url(../images/layout/bodyleftmiddle.gif);
	height:100%;
}

#bodyArea
{

	padding-left:7px;
	background-image:url(../images/layout/bodymiddle.gif);
	width:782px;
	float:left;
	background-color:#bddbf1;
	background-repeat:repeat-x;
	height:440px;
	
}
#bodytop
{
	width:789px;
	float:left;
}

a
{
	text-decoration:none;
	color:#afadad;
	
}

a:hover
{
	color:#9cc8e9;
}

#bodyRight
{

	background-image:url(../images/layout/bodyrightmiddle.gif);
	width:16px;
	float:right;
	margin-top:-15px;
	height:100%;
}

#bodyBase
{
	clear:both;
}

