#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	height: 53px;
}


#content {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	color: #666666;
}
a:link {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #996600;
	text-decoration: underline;
}


#footer {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #999999;
	height: 20px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC33;
}


body {
	text-align: center;
	margin-top: 0px;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat;
}
.rightmargin {
	padding-right: 10px;
	padding-bottom: 10px;
}
.pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #242D3F;
}
.rightmarginborder {
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#mainlinks {
	background-color: #161A2B;
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainlinks a:link {
	color: #CCCCCC;
}
#mainlinks a:visited {
	color: #CCCCCC;
}

#mainlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
