*{
margin:0;
padding:0;
}
a:link{
color:#0F91D2;
text-decoration:underline;
}
a:visited{
text-decoration:underline;
color:#8F0FD2;
}
a:hover{
text-decoration:none;
color:#FE1A07;
}
a:active{
text-decoration:underline;
}
body{
background:#fff;
font:71%/1.6em Geneva,Verdana,Arial,Helvetica,sans-serif;
color:#666;
text-align:center;

}
h1,h2,h3,h4,h5,h6{
font-family:tahoma, Geneva,Arial,Helvetica,sans-serif;
font-weight:normal;
color:#666;
}
h1{
font-size:2.2em;
margin:0 0 1em 0;
}
h2{
font-size:1.6em;
margin:0 0 1em 0;
}
h3{
font-size:1.3em;
margin:0 0 1em 0;
}
hr{
border:0;
color:#cccccc;
height:1px;
width:100%;
text-align:left;
margin:1em 0;
background:#cccccc;
}
img,img a{
border:none;
margin:0;
}
img.block{
display:block;
margin:.5em 0;
}
img.imgborder{
background:#f5ba32;
border-bottom:#d1950a 1px solid;
border-left:#fadb93 1px solid;
border-right:#d1950a 1px solid;
border-top:#fadb93 1px solid;
padding:2px;
}
img.imgleft{
float:left;
margin:0 1em .5em 0;
position:relative;
}
img.imgright{
float:right;
margin:0 0 .5em 1em;
position:relative;
}
ol{
margin:0 0 .5em 2em;
}
p{
margin:0 0 1em 0;
}
td{
vertical-align:top;
padding:0px 1em .5em 0px;
}
ul{
list-style:square url(../images/bullet.gif);/* wide image for the bullet */
margin:.5em .5em 0 25px;/* bullet image is in left margin */
padding-left:0;
}
ul li{
margin-left:0;
padding-left:0;/* distance between marker and text */
margin-bottom:.5em;/* a little spacing between list items */
}
/* high pass filter hack, hides from some KHTML browsers */
/* Owen hack (head:...), hides from Op 5-6 */
/* simplified box model hack (escaped property), also hides from some KHTML */
.highPassFilter {
	content:"\"/*"
}
head:first-child+body ul li {
	l\ist-style-image: url(../images/bullet.gif);
}
/* a new comment stops hiding high pass filter rules */
.floatleft{
float:left;
margin:0 1em 1em 0;
}
.floatright{
float:right;
margin:0 0 1em 1em;
}
.nospace{
margin:0;
padding:0;
}
.textcenter{
margin-left:auto;
margin-right:auto;
text-align:center;
}
.textleft{
text-align:left;
}
.textright{
text-align:right;
}

#leftcol {
position:relative;
	float:left;
	width:194px;
	background-color:#fff;
}
#header{
text-align:left;
background:#FDD308 url(../images/header_back.gif) repeat-x;

}

#footer { 
width:760px;
margin:0 auto;
padding:0 0 1em 0;
background:#ffffff;
text-align:center;
}
#content-wrapper{
width:760px;
margin:0 auto;
margin-top:20px;
padding:0;
background:#ffffff;
text-align:left;
clear:both;
border:6px solid #f1f1f1;

}
#content-inner {
padding: 20px;
}

#nav {
width:760px;
margin:0 auto;
padding:0;
background:#ffffff;
text-align:center;

}
#nav a {
letter-spacing: 1px;
font-size:1.1em;
text-decoration:none;

}