
body {
	background:#8E8E8E url('images/silver.png') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

/*Content Boxes*/
.Top {
	height:30px;
	background-image:url(images/top_navigation.gif);
	width:823px;
}
.TopLinks {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.Banner {
	background-image:url(images/banner.gif);
	height:72px;
	width:823px;
}
.Navigation {
	color:#FFFFFF;
	background-image:url(images/navigation.gif);
	height:30px;
	width:823px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.LeftBackground {
	background-image:url(images/left_background.gif);
	width:213px;
	padding-top:5px;
	vertical-align:top;
}
.RightBackground {
	background-image:url(images/right_background.gif);
	width:610px;
	vertical-align:top;
	padding-top:5px;
}
.LeftHeader {
	background-image:url(images/left_top.gif);
	height:26px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.LeftLinks {
	background-image:url(images/left_links.gif);
	height:28px;
	font-size:11px;
	color:#000000;
	padding-left:25px;
}
.LeftMiddle {
	background-image:url(images/left_middle.gif);
	height:28px;
	font-size:11px;
	color:#000000;
	text-align:center;
	padding:20px;
}
.LeftMiddle {
	background-image:url(images/left_middle.gif);
	height:28px;
	font-size:11px;
	color:#000000;
	text-align:center;
	padding:20px;
}
.RightHeader {
	background-image:url(images/right_top.gif);
	height:26px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:20px;
}
.RightMiddle {
	background-image:url(images/right_middle.gif);
	font-size:11px;
	padding:5px;
	color:#000000;
}
.SmallHeader {
	background-image:url(images/right_small_top.gif);
	height:26px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:20px;
}
.SmallMiddle {
	background-image:url(images/right_small_middle.gif);
	font-size:11px;
	padding:5px;
	color:#000000;
}
/*Fonts*/
.BannerText {
	font-size:26px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.Red {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding-bottom:10px;
}
/*Link Settings*/
a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #FFFFFF; text-decoration: none;}

a:link.green {color: #000000; text-decoration: none;}
a:visited.green {color: #000000; text-decoration: none;}
a:hover.green {color: #000000; text-decoration: underline;}
a:active.green {color: #000000; text-decoration: none;}

a:link.black {color: #000000; text-decoration: none;}
a:visited.black {color: #000000; text-decoration: none;}
a:hover.black {color: #333333; text-decoration: underline;}
a:active.black {color: #000000; text-decoration: none;}