body 
{
	margin: 0;
	padding: 0;
}

#header 
{
    background-image: url(../images/header.jpg);
	background-color: white;
	height: 64px;
}

#superimposed-text
{
    position: relative;
	font-family: sans-serif;
	font-size:24px;
	font-weight:bold;
	color: white;
    height: auto;
    width: auto;
    left: 40px;
    top: 20px;
}

#sub-header
{
	background-color: white;
	padding-top: 20px 
	padding-bottom: 20px;
}

#sub-header p#a
{
    font-family: sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #3366FF;
	margin-left: 40px;
}

#main
{
	background-color: white;
}

#content 
{
    background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 40px;
	margin-right: 300px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content p#a
{
    font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	text-indent: 0px;
}

#content-links 
{
    background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-right: 300px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#content-links li 
{
	list-style-type: disc;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#content-links a:link
{
	text-decoration: none;
	color: blue;
}

#content-links a:visited 
{
	text-decoration: none;
	color: red;
}

#content-links a:hover 
{
	text-decoration: none;
	color: black;
}

#footer
{
	background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer p#a
{
    font-family: sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

#header-separator
{
	height: 1px;
	background-color: #333333;
}

#sub-header-separator
{
	height: 1px;
	margin-left: 40px;
	margin-right: 300px;
	background-color: #7f7f7f;
}

#bottom-border 
{
	height: 1px;
	font-size: 0px;
	background-color: #333333;
}
