 a:link { color: rgb(51, 51, 255) }  /* for unvisited links */
 a:visited { color: rgb(51, 0, 153) } /* for visited links */
 a:hover { color: #000 } /* when mouse is over link */
 
 a.nav:link { color: rgb(255, 255, 255); text-decoration: none;}  
 a.nav:visited { color: rgb(255, 255, 255); text-decoration: none;} 
 a.nav:hover {color: #222; text-decoration: none;}


body {
	font-family: "Trebuchet MS", Georgia, Times,serif;
	padding : 0;
	margin : 0;
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h1{
    font-family : "Trebuchet MS", Georgia, Times,serif;
    font-size : 120%;
    font-weight : normal;
    color : #000;
    background-color : transparent;
}   

p{
	font-family : Arial, "Trebuchet MS", Georgia, Times,serif;
	font-size : 12pt;
	font-weight : bolder;
	color : #555555;
	background-color : transparent;
	line-height : 140%;

}

h2{
    font-family : "Trebuchet MS", Georgia, Times,serif;
    font-size : 70%;
    font-weight : normal;
    color : #000;
	text-align : center;
    background-color : transparent;
}

h3{
    font-family : "Trebuchet MS", Georgia, Times,serif;
    font-size : 14pt;
    font-weight : normal;
    color : #9966cc;
	background-color : transparent;
}

ul{	
	margin-left: 1em;
	font-family : Arial, "Trebuchet MS", Georgia, Times,serif;
	font-size : 11pt;
	font-weight : normal;
	color : #555555;
	background-color : transparent;
	line-height : 140%;
	list-style-type: circle;
	list-style-image: url(images/bullet.gif);
	word-spacing: normal;
	white-space: normal;
}

#subul{
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 100%;
	font-weight : normal;
	color : #555555;
	background-color : transparent;
	line-height : 140%;
	list-style-type: circle;
	list-style-image: url(images/bullet.gif);
	word-spacing: normal;
	white-space: normal;
}

ol{
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 80%;
	font-weight : normal;
	color : #555555;
	background-color : transparent;
	line-height : 140%;
	word-spacing: normal;
	white-space: normal;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
}

#title{
	position : absolute;
	top : 96px;
	left :186px;
	width: 294px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0em;
}    

#navigation{
	position : absolute;
	top : 174px;
	left : 10px;
	z-index : 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 130px;
	text-align: right;
	line-height: 21px;
}             

#subnavigation{
	position : absolute;
	top : 126px;
	left : 188px;
	z-index : 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 430px;
	text-align: left;
	line-height: 21px;
}             

#searchbar{
	position : absolute;
	top : 25px;
	left :11px;
	width: 152px;
}

#content{
	position : absolute;
	top : 150px;
	left :185px;
	width: 565px;
	height: 381px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12pt;
}

#logo{
	position : absolute;
	top : 279px;
	left :416px;
}
