body {
	padding: 5px;
	background-color: white;
	;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: black;
}


a:hover
{
color: #cc6600;
}

#main {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: left;

}


#header {
    position: absolute;
    width:100%;
    height:100px;
    right: 0px;
    top: 0px;
    text-align: right;
 

 
}


#holder {
    margin-top: 116px;
   
    left: 0px;
}


#navigation {
	margin-top: 20px;
	width: 120px;
	height: 100%;
	float: left;
	color: blue;
	padding: 5px;
}


#navigation ul
{
/*list-style-image: url(images/pointer.gif);*/
list-style-position: outside;
margin: 2px 2px 10px 10px;
font-size: 11px;
font-weight: bold;
}


#navigation li
{
margin: 2px 2px 10px 10px;
white-space: nowrap;
}

#navigation a {
	color: blue;
	text-decoration: none;
}


#navigation a:hover {
color: blue;
}

#content {
    margin-left: 150px;
    margin-bottom: 5px;
    padding: 30px;
    color: black;

}


h1{
margin-top: 5px;
margin-bottom: 5px;
font-size: 20px;
font-weight: bold;
}


h2{
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

h3 a:link{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: blue;
}

h3 a:hover{
color: #cc6600;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

h3 a:visited{
color: #003366;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}


#content img 
{
margin: 0px 5px 0px 5px;
}

