/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
}
li {
	list-style-image: url(../Images/bullet.gif);
}
td{
	font-size: 12px;
}
#master{
	width: 785px;
	margin: 25px;
}
#topbar{
	margin: 0px;
}
#topnav{
	border-left: solid #333333 1px;
	border-right: solid #333333 1px;
	background-color: #666666;
	padding: 3px 15px 3px 15px;
	text-align:center;
}
/*#topnav a{
	margin: 5px 10px 5px 10px;
	color:#FFFFFF;
	padding: 3px 10px 3px 10px;
}*/
#topnav a:hover{
	color: #cccccc;
}
#topnavon{
	background-color: #ffffff;
	color:#333333;
	margin: 5px 5px 5px 5px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	font-weight: bold; 
}
#topnavoff{
	color:#ffffff;
	margin: 5px 5px 5px 5px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	font-weight: bold;
}
#content {
	padding: 10px 20px 10px 20px;
	border-left: solid #333333 1px;
	border-right: solid #333333 1px;
	font-size: 1.1em;
	background-color: #FFFFFF;
}
#content img {
	/*border: solid #333333 1px;*/
	margin: 4px;
}
#subcontent{
	border: solid #333333 1px;
	margin: 5px;
	padding: 5px;
	width: 300px;
}
#sub2content{
	margin-left: 100px;
	float:right;
	width: 350px;
	margin: 5px;
	padding: 5px;
}
#sub3content{
	border: solid #333333 2px;
	padding: 5px;
}
#footer {
	font-size: .8em;
	border: solid #333333 1px;
	padding: 10px;
	background-color: #FFFFFF;
}
#footer a, #footer a:visited { 
	text-decoration: none; 
	color: #060;
	font-weight: bold;
}
#footer a:hover { 
	color: #333333; 
}
#content a, #content a:visited { 
	text-decoration: none; 
	color: #060;
	font-weight: bold;
}
#content a:hover { 
	color: #333333; 
}
.greycoloredtext{
	color: #666666;
}
.redsmalltext{
	color: #990000;
	font-size: .8em;
}
.redboldtext{
	color: #990000;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#codesdef td {
	border-bottom:1pt #cccccc solid;
	vertical-align:middle;
}
.categorytitle {
	color: #993366;
	font-size:16px;
	line-height: 26px;
	vertical-align: bottom;
	font-weight:bold;
	text-align:left;}
#codes td {
	border-left:thin #993366 solid;
	padding-right:10px;
	text-align:right;
}
