body {
    margin-top: 15px;
}

h1 {
    font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 24pt;
	color: #ffffff;
}

h2 {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #ffffff;
	float: left;    
}

#container {
    height: 600px;
    width: 1000px;
    background-color: #666666;
}

#header {
    width: 100%;
    height: 125px;
    background-color: #666;
    background-image: url('headerImage.png');
}

#navbar {
    width: 20%;
    height: 70%;
    float: left;
    background-color: #666666;
}

#content {
    width: 79%;
    height: 70%;
    float: right;
    background-color: #666666;
	background-image: url('quad.png');
	background-repeat: no-repeat;
	text-align: left;
}

#footer {
    clear: all;
    background-color: #666666;
    width: 100%;
    
}

a {
	color: #666666;
	text-decoration: none;
}

ul {
	color: #ffffff;
	font-size: 20px;	
}

.nodec {
	text-decoration: none;
	color: #666666;
}

.white {
	font-family: arial;
	color: #ffffff;
	font-size: 18px;
}

.tableHeadFont {
	font-family: arial;
	color: #ffffff;
	font-size: 16pt;
}

.tableFont {
	font-family: arial;
	color: #ffffff;
	font-size: 14pt;
}

div.img
{
  margin: 2px;
  border: none;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

div.img img
{
  display: inline;
  margin: 5px;
  border: 1px solid #ffffff;
}

div.desc
{
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  color: #ffffff;
}