body {
	padding: 0px;
	margin: 0px;
	background-image : url(images/bg.gif);
	background-repeat : repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

}

#logo {
	position:absolute; 
	left:15px; 
	top:0px; 
	width:180px; 
	height:59px; 
	z-index:2;
}	

#navigation {
	position:absolute; 
	left:15px; 
	top:122px; 
	width:179px; 
	height:180; 
	z-index:7;
}

#cssChanger {
	position:absolute;
	width:180px;
	height:20px;
	z-index:3;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	right: 15px;
	top: 5px;
	color: #999966;
}

#cssChanger a{
	text-decoration: none;
}

#cssChanger a:hover{
	text-decoration: underline;
}

#cssChanger a:visited{
	color : #999966;
}


#subNav {

	position:absolute;
	width:150;
	z-index:8;
}

#subNav td{
	font-family : "Trebuchet MS", Verdana, Arial, sans;
	font-size : 65%;
	font-weight : normal;
	color : #888855;
	line-height : 110%;
	background-color : #F6F6C6;
}

#cookiecrumbs {
	position:absolute; 
	left:215px; 
	top:124px; 
	width:400px; 
	height:18px; 
	z-index:5;
	font-family : "Trebuchet MS", Verdana, Arial, sans;
	font-size : 60%;
	font-weight : normal;
	color : #999966;
}

#cookiecrumbs a:hover{
	text-decoration: none;
}

#content-old {
	position:absolute;
	top:158px;
	width:100%;
	z-index:6;
	padding-right: 180px;
	padding-left: 215px;
	left: 0px
}

#content {
	width:100%;
	z-index:6;
}

#content p{
	font-family : "Trebuchet MS", Verdana, Arial, sans;
	font-size : 70%;
	font-weight : normal;
	color : #333300;
	line-height : 150%;
}

#content ul{
	font-family : "Trebuchet MS", Verdana, Arial, sans;
	font-size : 70%;
	font-weight : normal;
	color : #333300;
	line-height : 140%;
}

#content blockquote{
	font-size : 70%;
	font-weight : normal;
	background-color : #FCFCDC;
}

#content td{
	font-family : "Trebuchet MS", Verdana, Arial, sans;
	font-size : 70%;
	font-weight : normal;
	color : #333300;
	line-height : 120%;
	vertical-align: top;
	padding: 3px;
}

h3 {
	font-size: 90%;
}


#subText {
	font-size : 75%;
	color : #FFCC66;
}

#footer {
	font-family : "Trebuchet MS", Verdana, Arial, sans;
	font-size : 65%;
	font-weight : normal;
	color : #999966;
	line-height : 110%;
}

#footer a{
	color : #999966;
}
#footer a:hover{
	color : #999966;
	text-decoration: none;

}
.subText {
	font-size: 70%;
	color: #999966;

}
a:hover {
	text-decoration: none;
}

ol {
	font-size: 70%;
}

hr {
	background-color:#EEEEBB;
	color:#EEEEBB;
	height:1px;
	margin: 0px 0px 0px 0px;	
}

