﻿
body
{
	background: #f3f3eb;
	background-image: url(Images/background.png);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 13px;
	font-family: Segoe UI, Arial, Sans-Serif;
	color: #494949;
	margin: 0px;
}

.hoverlinks
{
	font-size: 13px;
}

a.hoverlinks:link { text-decoration: none; font-size: 13px; font-weight: normal; color: #4e1d77; }
a.hoverlinks:visited { text-decoration: none; font-size: 13px; font-weight: normal; color: #2a0f40; }
a.hoverlinks:hover { text-decoration: underline; font-weight: normal; color: #4e1d77; }
	
			
#content
{
	width: 900px;
	margin: auto;
	position:relative;
	top:0px;
	left:0px;
	background-color: White;
	overflow:visible;
	
}
#footer
{
	width: 900px;
	margin: auto;
	position:relative;
	top:0px;
	left:0px;
	background-color: White;
	overflow:visible;
	text-align: center;
	
}
.FrontList
{
    margin-top: 2px;
    font-size: 15px;
    width: 300px;
    margin-right: 10px;
    height: 27px;
}

.FrontButton
{
    font-size: 15px;
    width: 40px;
    height: 28px;
}


#mainbody
{
	clear: both;
	background-color: White;
	position:relative;
	top:0px;
	left:0px;	
	width: 900px;
}
#mainbodyhomepage
{
	clear: both;
	background-image: url(../../content/Images/background-splash.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
