/* CSS Document */
html { 
    background: #FCFBF4;
	text-align: left; 
    margin: 0; 
	padding: 0;
}

body  { 
	font-family: tahoma, arial, helvetica, sans-serif;
    text-align: left; 
    font-size: 12px;
    color: #000;
    line-height: 20px;
	margin: 0;
}
A:link { TEXT-DECORATION: none; color: #CC3333; }
A:active { TEXT-DECORATION: none; color: #CC3333; }
A:visited { TEXT-DECORATION: none; color: #CC3333; }
A:hover { TEXT-DECORATION: underline; COLOR: #CC3333; }

ul,li {
    color: #000;
} 

#nav-main {
	width: 385px;
	padding-top: 128px;
}
#main-left {
	width: 320px;
	color: #CC3333;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding: 230px 0px 0px 50px;
}
#main-content {
	width: 530px;
	padding: 50px 10px 0px 0px;
}
#main-right {
	width: 110px;
	color: #CC3333;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

#nav-child {
	width: 385px;
	padding-top: 128px;
}
#child-right {
	width: 190px;
	color: #CC3333;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding: 185px 0px 0px 0px;
}
#child-left {
	width: 350px;
	color: #CC3333;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding: 225px 0px 0px 50px;
}
#child-content {
	width: 500px;
	padding: 50px 10px 0px 0px;
}
.body-text {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
    text-align: left; 
    font-size: 12px;
    color: #000;
    line-height: 20px;
}
.page-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.cat-links {
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #CCC dotted;
}
.posting-sidebar-label {
	font-size: 10px;
	font-weight: bold;
	background: #FFFFFF;
}
.posting-sidebar {
	font-size: 10px;
	background: #FFFFFF;
}

.posting-category {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.posting-title {
	font-size: 12px;
	font-weight: bold;
}

.posting-date {
	font-size: 10px;
}	

.form-field-label {
	font-size: 12px;
	font-weight: bold;
}
.form-field {
	color: #000;
	font-size: 12px;
}
.form-field-fixed {
	color: #000;
	font-family: Courier, arial, helvetica, sans-serif;
	font-size: 8px;
}

.footer {
	color: #999999;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
.footer A:link { TEXT-DECORATION: none; color: #999999; }
.footer A:active { TEXT-DECORATION: none; color: #999999; }
.footer A:visited { TEXT-DECORATION: none; color: #999999; }
.footer A:hover { TEXT-DECORATION: none; COLOR: #CC3333; }

