/*
**  Undo Default CSS of different browsers.
*/
html { height: 100%; }
body { min-height: 100.15%; }
ul, ol { list-style:none }
body, div, p, h1, h2, h3, h4, h5, h6, table, th, td, ul, ol, li, form, fieldset  { 
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif; 
	margin:0; border:0; padding:0; 
}
a img, :link img, :visited img { border:none }
address { font-style:normal }
img, fieldset { border:none; }
legend, caption { display: none; }
a { color: #000000; }

/*
** Page
*/

body {
	background:  url(images/background.gif);
	background-repeat: no-repeat;
}

#page { 
    position:absolute;
	margin: 0 auto; 
    text-align: left; 
    width: 800px; 
    font: 12px/19px Arial, Verdana, sans-serif;
    color: #444;
}

/*
** Header
*/

#logo {
  height: 117px;
  width: 800px; 
  padding-top: 0px;
  padding-left: 0px;
  color:white;
}

/*
** Navigation
*/

#left_nav{ 
	width: 130px;
	height: 900px;	
	margin: 10px;
	float:left;
}

#nav a, :link, :visited  { 
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}

#nav a:hover { 
	text-decoration: underline;
	font-weight: bold;
	color:#006600; 
}
/*
** Main Content
*/

#main_content{
	width: 600px; 
	margin-left:160px;
}

p {
	font-size: 14px;
	margin-bottom: 20px;
}

h1 {
    font: 28px Arial, Verdana, sans-serif;
    color: #006600;
    font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
    font: 18px Arial, Verdana, sans-serif;
    color: black;
    font-weight: bold; 
}

h3 {
    margin-top: 10px;
	margin-bottom: 5px;
    font: 14px Arial, Verdana, sans-serif;
    color: black;
    font-weight: bold; 
}
table {
	font-size: 16px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	empty-cells: show;
}
th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}
td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}

ul {
	font-size: 14px;
	list-style-type: disc;
	margin-left: 16px;
}

ol {
	font-size: 14px;
	list-style-type: decimal;
	margin-left: 24px;
}

li {
	font-size: 14px;
	margin-left: 30px;
    padding: 2em;
}

#footer{
	font-size: 80%;
	padding-top: 5px;
	text-align: center;
	font-style: italic;
	color: gray;
}

#copyright {

}
