body {
	font-family: Verdana,  Helvetica, sans-serif;
	font-size:77%;
	line-height:1.5;
	margin: 0;
	margin-top: 2em;
	padding: 0;
}

a:link {
	color: #0066FF;
}
a:visited {
	color: #3366CC;
}


h1 {
	font-size: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC00;
	margin-top: 10px;
}


h2 {
	font-size: 130%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 10px;
}


h3 {
	font-size: 120%;
}

#side-content h3 {
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	
}

#header {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 20px;
	height: 80px;
}
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	color: #666666;
	margin-left: 50px;
	margin-top:20px;
	float: left;
	width: 450px;
}

#side-content {
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	padding: 8px;
	border: 2px solid #CCCCCC;
	color: #333333;
	background-image: url(../images/wrapperbg.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	font-size: 88%;
}

#navigation {
	float: left;
	margin-top:20px;
}

#navigation li {
	list-style-type: none;
	font-weight: 900;
	color: #333333;
	margin-right: 25px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #333333;
}

#navigation a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#header img {
	text-align: center;
}
#footer {
	clear: both;
	color: #CCCCCC;
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
#content img {
	border: 1px solid #FFCC00;
}

#side-content img {
	border: 1px solid #3366CC;
}



#side-content-footer {
	font-size: 90%;
	text-align: right;
	color: #000000;
}
th {
	color: #333333;
	background-image: url(../images/wrapperbg.gif);
	background-repeat: repeat-y;
}
td {
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
table {
	border: 2px solid #999999;
}
td li {
	list-style-type: square;
	margin-left: -40px;
}
#header img {
	border: 0px;
}

img {
	border: 0;
}
