a:Link {
	color: #82bd70;
	text-decoration: underline;
}
a:Active {
	color: #82bd70;
	text-decoration: underline;
}
a:Visited {
	color: #82bd70;
	text-decoration: underline;
}
a:Hover {
	color: #508540;
	text-decoration: underline;
}

Body {
	background: #333333 url(assets/background.jpg) top repeat-x;	
	margin: 0;
	text-align:center;
}

.BodyBackground {
	background-color: #CCCCCC;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.BoldText {
	color:#5f338d;
	font-size:16px;
	font-weight:bold;
}

.Content {
	background: #333333 url(assets/background_content.gif) left repeat-y;
	color: #787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	text-align:left;
}

.ContentBackground {
	background-color: #CCCCCC;
	background-image: url(assets/Content_background_Top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 5px;
	text-align:right;
	width: 920px;
}

div.FooterLinks {
	color: #999999;
	margin:2px 0px 2px 0px;
}

div.FooterLinks a:link, a:visited, a:active {
	color: #999999;
	font-family: Arial Narrow, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px 4px 0px 4px;
	text-decoration: none;
}

div.FooterLinks a:hover {
	color: #b7dfa9;
	font-family: Arial Narrow, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.FooterBorder {
	border-top: 1px solid #CCCCCC;
	width:960px;
}

.FooterText {
	color: #999999;
	font-family: Arial Narrow, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
}

.RightColumnInformation {
	background: #1C1C1C;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 8px 13px 8px 13px;
	text-align: left;
}

.Subtitle {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin:15px 0px 10px 0px;
	text-align: left;
	text-transform: uppercase;
}

.Title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 37px; color: #b3dda6;
	margin:0px 0px 15px 0px;
	text-align: left;
	text-transform: uppercase;
}


#navcontainer { 
	width: 225px;
}

#navcontainer ul{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-image:url(assets/bullet_triangle.png);
	margin-left: 20;
	padding-left: 0;
}

#navcontainer a{
	background-color: #333333;
	border-bottom: 1px solid #333333;
	display: block;
	padding: 4px;
	width: 225px;
}

#navcontainer a:link, #navlist a:visited{
	color: #91c481;
	text-decoration: none;
}

#navcontainer a:hover{
	background-color: #b3dda6;
	color: #1f3718;
}

ul#navlist li#active a{
	background: #b3dda6;
	color: #000000;
}



/*

GENERAL CODE REFERENCE

	background: #FFFFFF url(img/BackgroundContent.jpg) top left no-repeat;	
	background-color: #3b3b3b;
	background-image: url(assets/BackgroundPage.jpg);
	background-repeat: repeat-x;
	background-position: top;

	border: 1px solid #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

	color: #6f5c4d;
	font-family: Lucida Grande, "Lucida Grande", Arial, Helvetica, sans-serif;	
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial Narrow, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	font-variant: italic;
	
	line-height: 14px;

	margin: 0;
	
	padding:50px 60px 60px 60px;
	
	width: 980px;

	text-align:left;
	text-align: justify;
	text-transform: uppercase;



MISC. TEXT ATTRIBUTES

	filter: glow(color=#000000, strength=2);
	text-transform: uppercase;
	letter-spacing: .4em;


GRAPHICAL LIST BULLET

	list-style-image: url(img/bullet_ltblue.gif);


DOTTED UNDERLINING

	border-bottom:1px dotted #36b;
	text-decoration:none;


1PX HORIZONTAL RULE

	border: dashed;
	color: #BFBFBF;
	height: 1px;
	left: auto;
	width: 250px;