body {
	background-color:#ffffff;
	font-size:x-small;
	font-family:verdana, sans-serif;
	color:#333333;
	margin:0;
	padding:0;
	text-align:center;
}
img
{  border-style: none;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color : #551A8B;
	text-decoration: underline;
}
div#banner {
	background-color:#333333;
	color:#ffffff;
	font-size:small;
	padding:0px;
	text-align:left;
	border:thin solid #666666;
}

div#nav {
	background-color:#ffffff;
	font-size:small;

	padding-top:10px;

	padding-bottom: 0px;
	text-align:left;
	border:thin solid #666666;
	
}#nav ul li {
	display: inline;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
#nav ul {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	
}
#nav a {
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0000EE;
}
#nav a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#nav .current a {
	color: #FF0000;
}

#wrapper {
	margin:0 auto;
	width:100%;
	text-align:left;
}
div#content {
	width: 750px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
}

div#maincol {
	font-size:x-small;
	text-align:right;
	padding-top: 0px;
	padding-left: 10px;
	width : 63%;
	float:left;
	border-right:1px solid #fff;
	overflow: auto;
}





div#subcol {
	width:30%;
	float:right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#subcol ul {
margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;	
}

div#subcol li {
	font-size: x-small;	
}

div#subcol a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

div#subcol a:hover {
	color: #333333;
	background-color: #CCCCCC;
}

div#subcol .current a {
	color: #333333;
	background-color: #CCCCCC;
}



div#footer {
	
	font-size:xx-small;
	
	text-align:right;
	border:thin solid #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 7;
	margin-left: auto;
	letter-spacing: .1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-weight: normal;
}
#footer a:link {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color:#333333;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color:#CC0000;
	text-decoration: underline;
}
#footer a:active {
color : #ff0000;
}
caption {
	color: #999999;
	font-size: small;
	padding-top: 8px;
	padding-bottom: 2px;
	font-weight: bold;
}
h1 {
	color: #999999;
	font-size: large;
}
h2 {
	font-size: medium;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
h3 {
	color: #336600;
	font-size: small;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-size: small;
	font-weight: bold;
}
h5 {
	color: #000000;
	font-size: x-small;
	font-weight: bold;
}
h6 {
	color: #333333;
	font-size: xx-small;
	font-weight: normal;
}
.stop {
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
}
.semistop {
	font-size: x-small;
	color: #CC0000;
}
.tiny {
	font-size: xx-small;
	font-weight: normal;
	color: #333333;
}
