/* Div Containers */
#frontpage {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 530px;
	width: 700px; }
#pagecontainter {
	border: 0px none;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
	width: 1500px;
	}
#navcontainer {
	margin-left: 35px;
	margin-top: 15px;
	width: 20%;
	float: left;
	border: 0px none; }
#contentcontainer {
	width: 70%;
	float: left;
	border: 0px none; }
#footercontainer {
	background: #EEEEEE;
	float: left;
	padding-left: 2%;
	width: 98%;
	margin-top: 50px; }

/*  List menu styles*/
ul#navigation {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	font-family: "Courier New", Courier, mono;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;  }
ul#navigation a {
	color: #38332f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc; }
ul#navigation a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00a4e8; }
	
/*  Footer text style */
.footerstyle {
	font-size: 7pt;
	font-family: "Courier New",Courier,mono; }

/* Thumbnail Styles */	
.thumbnail {
	padding: 20px;
	height: 100px;
	width: 80px;
	float: left;
	font-family: "Courier New",Courier,mono;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: left;
	color: #333333;
	font-size: 11px;
		border: 1px dotted #FFFFFF;
	text-decoration: none ; }
.thumbnail:hover {
	padding: 20px;
	float: left;
	height: 100px;
	width: 80px;
	border: 1px dotted #999999;
	background-color: #CCCCCC; }
	
/* Link Styles */
A:link, A:visited, A:active {
	color: #38332F;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px; }
A:hover {
	border-bottom: dotted #00A4E8 1px; }
body {
	font-family: "Courier New", Courier, mono;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: left;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none; }
