/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
 	color: #666666;
	background-color: #CCCCCC;
}
#navigation {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
}
#navigation a {
	font-decoration: none;
	color:#003399;
	font-weight:bold;
	padding-right:7px;
	padding-left:10px;
}
#navigation a:hover {
	font-decoration: underline;
	font-weight:bold;
	color:#00FF00;
	font-size: 10px;
}
/*#navigation a:visited {
	font-decoration: underline;
	font-weight:bold;
	color:#CCCCCC;
}*/
#leftColumn {
	text-align:center;
	border-right-color: #41AD4A;
	border-right-style: solid;
	border-right-width: 1px;
	width:200px;
}
#contentColumn {
padding-right: 20px;
padding-left: 10px;
}
h1 {
 font-size: 16px;
 padding-bottom:0px;
 line-height: 14px;
}
.bigTitle{
 font-size: 16px;
 font-weight:bold;
 padding-bottom:0px;
 line-height: 14px;
}
p {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#666666;
}
.title {
 font-family:Arial, Helvetica, sans-serif;
 color:#0000FF;
 font-size: 13px;
 font-weight:bold;
}
tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
#footer {
	padding-left:25px;
	padding-top:10px;
	padding-bottom:5px;
}
hr {
	color:#41AD4A;
	height:1px;
}
#wrapper {
 background-image:url(images/shadow.jpg);
 background-repeat:repeat-y;
 background-position:center;
 text-align:center;
}
#bottom {
 background-image:url(images/shadowBottom.jpg);
 background-position:center;
}

