﻿/* Advanced layout using div tags */
body {
	background-color:
}
#page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 800px;
	border: solid 1px #000000;
	background-color;
}

#heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color;
}

#container {
	background-color:;
}
#left_col{
	float: left;
	width: 200px;
	background-color: ;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #FCFAD6;
}
#right_col{
	float: left;
	width: 600px;
	background-color:;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background-color: ;
}

/* Navigation Menu Style starts here */
ul#nav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color:;
	list-style-type: none;
}
ul#nav li {
	padding: 2px 4px 2px 4px;
	display: block;
	margin-bottom: 2px;
}
ul#nav li a{
	text-decoration: none;
	border: 1px solid #000066;
	padding-right: 2px;
	padding-left: 2px;
}
	
a:link {
	color:navy;}

a:visited{
	color:navy;
	}

ul#nav li a:hover {
	background-color:#ffffff;
	color:#7DA2E3;}

/* Link and Visited Link colors here for the body of the page */
p a:link, p a:visited {
	color:navy;
	}
table {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	table-layout: auto;
	empty-cells: hide;
}
