/* CSS Document */
#shadow
{
	background-image: url(images/template/pageshadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F3EE;
}
#pageframe
{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/template/andyBanner2.gif);
	background-position: left top;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#column1
{
	float: left;
	margin-top: 10px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	width: 125px;
}

#content
{
	font-size: 12px;
	padding-bottom: 12px;
	padding-right: 65px;
	line-height: 155%;
}
#column2
{
	width: 600px;
	float: right;
}
#footer
{
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	height: 15px;
}
a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#content li {
	list-style-type: square;
}
#content h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
}
#content ul {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navcontainer
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color: #CC0000;
	border: 1px solid #FFFFFF;
	padding-top: 6px;
}

ul#navlist
{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	background: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
a:visited {
	color: #A40000;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #140F0C;
color: #FFFFFF;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #FFFFFF;
background: #140F0C;
}

