body {
margin : 0;
padding : 0;
font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
background : #ffffff;
line-height : 1.7em;
color : #555;
text-align: left;
}
			/*TOP BANNER*/
#header {
height : 80px;
margin-top : 0;
padding : 0;
background : #FFF;
color : #555;
width: 800px;
text-align:left;
}
			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background: #333;
color : #fff;
text-align : left;
font-weight : bold;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #CC0066;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;
}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
text-decoration : none;
background: #F2E1F4;
color : #000;
}
			/*3 COLUMNS*/
#gutter {
float : none;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 140px;
margin-bottom : 1em;
padding-right : 20px;
}
#col2 {
float : left;
width : 500px;
margin-left : 20px;
margin-bottom : 1em;
border-left : 1px dashed #dda875;
border-right : 1px dashed #dda875;
padding-right : 20px;
padding-left : 20px;
text-align: justify;
}
#col3 {
float : left;
width : 18%;
margin-left : 3%;
margin-bottom : 1em;
}
			/*RIGHT NAVIGATION*/
#navcontainer ul {
margin : 5px;
padding : 5px;
list-style-type : none;
background : #CC0066;
color : #fff;
margin-left: 5px;
}
#navcontainer ul li a {
padding : 20px;
color : #fff;

background : url('img/list-off-orange.gif') no-repeat left center;
text-align : left;
text-decoration : none; font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; font-family:Lucida Grande, Lucida Sans Unicode, lucida, sans-serif
}
#navcontainer ul li a:hover {
color : #333;
background : url('img/list-on-orange.gif') no-repeat left center;
}
#navcontainer ul li a#current {
background : url('img/list-active.gif') no-repeat left center;
color : #000
}
			/*FOOTER*/
#footer {
clear : both;
height : 40px;
background : #CC0066;
border-top : 5px solid #CC0000;
color : #000;
padding : 0.2em 0 0 0.5em;
text-align : left;
}
#footer a {
color : #fff;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 75px;
text-align : center;
font-size : 2em;
color : #efecdc;
background : inherit;
}
h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #885835;
background : inherit;
border-bottom: 1px #333 dotted;
}
h3 {
margin-top : 0;
font-size : 0.75em;
text-align : center;
color : #666;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #333;
}
			/*LINKS*/
a {
text-decoration : none;
color : #333;
background : inherit;
font-weight: bold;
text-decoration: underline;
}
a:hover {
text-decoration : underline;
color : #333;
background : inherit;
font-weight: bold;
}
a img {
border : 0px none;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}
/* sidebar */
#sidebar {
	float: left;
	width: 160px; 
	margin: 0;	padding: 10px; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}

#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(img/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
	color: #333;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
	color: #333;
}

.h1{
	background: #FFCCCC;
	font-size: 25px;
	color: #333;
	line-height: 30px;
	}