@charset "UTF-8";
body {
	margin-top: 0px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	background-image: url(../images/dafault/bg_lined_blue.png);
	background-color: #B9C9D6;
}
a:link {
	font-size: 11px;
	color: #333366;
}
a:visited {
	font-size: 11px;
	color: #333366;
}
a:hover {
	font-size: 11px;
	color: #663366;
}
a:active {
	font-size: 11px;
	color: #663366;
}


.mayfair {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #333366;
}

.sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #333366;
	line-height: 16px;
}


#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 780px;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
}
#wrapper #navigation {
	height: 116px;
	background-color: #FFFFFF;
}
#wrapper #main {
	height: 420px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/dafault/bg_texture.jpg);
	text-indent: 0px;
	vertical-align: top;
	background-color: #F1E2CB;
	text-align: left;
}
#wrapper #main table {
	text-align: left;
}

#wrapper #footer {
	height: 30px;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding-top: 14px;
	background-image: url(../images/dafault/footerbackground.jpg);
	color: #333366;
}
.small {
	font-size: 9px;
	line-height: 11px;
}
a.portallink 
{
    float: right;
    display: block;
    color: #E8E8E8;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    background-color: #333366;
    font: normal normal bold 12px/35px Georgia, 'Times New Roman', Times, serif;
}
a.portallink:hover
{
    color: #FFFFFF;
}
