/* CSS Document */
/*STANDARD TAGS*/
body {
   margin-top: 10px;
   font-size: 12px;
   color: #383d44;
   background: #2C3036;
   font-family: Calibri, Verdana, Arial, Sans-Serif;
}

hr {
	color: #bcc0c4;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #716dc4;
}

a:active {
	color: #716dc4;
}

/*CLASSES*/
.heading {
	color: #069300;
	font-size: 36px;
}

.blueheading {
	color: #716dc4;
	font-size: 13px;
	font-weight: bold;
}

.quicklinks {
	color: #5d6672;
	font-size: 28px;
	text-align: center;
}

.quicklinkstext {
	color: #5d6672;
	font-size: 13px;
}

.quicklinkstext a:link {
	color: #5d6672;
	text-decoration: none;
}

.quicklinkstext a:visited {
	color: #5d6672;
	text-decoration: none;
}

.quicklinkstext a:hover {
	color: #161719;
	text-decoration: underline;
}

.quicklinkstext a:active {
	color: #161719;
	font-weight: bold;
}

.NavigationContent a:link {
	color: #ffffff;
	text-decoration: none;
}

.NavigationContent a:visited {
	color: #ffffff;
	text-decoration: none;
}

.NavigationContent a:hover {
	color: #161719;
	text-decoration: underline;
}

.NavigationContent a:active {
	color: #161719;
	font-weight: bold;
}

.imageBorder {
	border-color: #FFFFFF;
	border-width: 10px;
	border-style: solid;
	margin: 5px;
}



/*LAYOUT*/
div#Wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div#Header {
   top: 0;
   left: 0;
   width: 100%;
   height: 150px;
   position: absolute;
   background-image: url(../images/header_bkgd.jpg);
   background-repeat: repeat-x;
}

div#Navigation {
   top: 150px;
   left: 0px;
   width: 100%;
   height: 30px;
   position: absolute;
   background-image: url(../images/navigation_bkgd.jpg);
   background-repeat: repeat-x;
}

div#Space {
   top: 180px;
   left: 0px;
   width: 100%;
   height: 30px;
   position: absolute;
   background-image: url(../images/spacer_bkgd.jpg);
   background-repeat: repeat-x;
}

div#Content {
   top: 210px;
   left: 0px;
   width: 100%;
   position: absolute;
   background: #f3f1e9;
}

div#LeftColumn {
	/*position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;*/
	float: left;
	margin: 0;
	padding: 0;
	width: 280px;
}

div#MainColumn {	
	/*position: absolute;
	top: 0px;
	right: 0px;
	width: 600px;*/
	float: right;
	margin: 0;
	padding: 0;
	width: 600px;
}

div#FooterColumnSpacer {
	clear: both;
	width: 100%;
	height: 30px;
	background-image: url(../images/spacer_bkgd_bottom.jpg);
    background-repeat: repeat-x;
}

div#FooterColumn {
	clear: both;
	width: 100%;
	background: #d0c7a8;
	background-image: url(../images/footer_bkgd.jpg);
    background-repeat: repeat-x;
}

.NavigationContent {
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	padding: 8px;
	
}

.LeftContent {
	background-color: #e4dfca;
	background-image: url(../images/quicklink_bkgd.jpg);
    background-repeat: repeat-x;
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	margin-right: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;

}

.MainContent {
	background-color: #f3f1e9;
    font-family: Calibri, Verdana, Arial, Sans-Serif;
	padding-right: 10px;
	padding-left: 5px;

}

.Footer {
	font-size: 11px;
	color: #5d6672;
	text-align: center;
	margin: 0;
	padding: 15px;
}

