@charset "utf-8";
.text {
}
body {
	background-image: url(/siteImages/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*Navigation*/
#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 10px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
border-bottom: 1px dotted #e8e8e8;
}

#navcontainer a:link, #navlist a:visited
{
color: #333333;
text-decoration: none;
}

#navcontainer a:hover
{
color: #660000;
}
/*Content*/
.content {
	border-left: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	background-color:#FFFFFF;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
}
.pageTitle {
	font-size: 25px;
	font-weight: bold;
	color: #666666;
	border-bottom: #CCCCCC 1px dotted;
}
