/* CSS Document */
#wrapper {
	width:993px;
	margin:auto;
}

#maincontent {
	width:90%;
	margin:auto;
	text-align: right;
}

.text-style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.text-style1-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
}

.text-style-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
}

.big-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}
.system_message {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

.sidebar_header {
background:#999999;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#000000;
padding:3px 3px;
width:auto;
margin:auto;
}

a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a
{
padding: 2px 8px 2px 8px;
border: 1px solid #333;
background-color: #fff;
background-image: url(img/mmbg.jpg);
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(img/mmbg.jpg);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(img/mmbg.jpg);
color: #CC9900;
}
