BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
#	background-image: url(bg.gif);
}

BODY, DIV, TABLE, TD, TH, P {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
}

TABLE {
	border: 0px;
	padding: 0px;
}

TD {
	padding: 0px;
}

IMG {
	border: 0px;
}

A {
	text-decoration: none;
	color: #0033AA
}

A.nav {
	color: #000000;
}

A:hover {
	border-bottom: 1px dashed #CC0000;
	color: #AA5500;
}

A.img:hover {
	border-bottom: 0px !important;
}

UL {
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}

/* Site Structure */
TABLE.main {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

TD.descender {
	width: 40px;
}

TD.logo {
	width: 500px;
}

TD.nav {
	width: 460px;
	padding: 0px;
	text-align: right;
}


TABLE.content {
	width: 100%;
}

DIV.post {
	text-align: justify;
}


DIV.boxinner {
	padding-top: 20px;
}

DIV.pic A:hover {
	border-bottom: 0px;
}

DIV.pic IMG {
	padding: 0px;
	border: 0px solid #999999;
	margin: 0px;
}

DIV.line {
	padding-bottom: 20px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 20px;
}

DIV.linesmall {
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
}

DIV.error {
	border: 1px dotted #FF0000;
	background-color: #FFCCCC;
	color: #CC3333;
	padding: 10px;
}

DIV.footer {
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

DIV.comments {
	background-color: #F2F2F2;
	border: 1px solid #999999;
	padding: 15px;
}

DIV.comment P {
	font-size: 11px;
	margin-top: 2px;
}

DIV.spacer {
	height: 20px;
}

TD.form_req {
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	color: #999999;
	line-height: 1em;
}

.postinfo {
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
       
.archivepost {
	font-size: 10px;
}



/* Text Headings */
.header {
	background-color: #F2F2F2;
	border-bottom: 1px dotted #999999;
	border-right: 1px solid #999999;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #111111;
	line-height: 1em;
}

.title {
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #111111;
}

.title A {
	color: #111111;
}

.title A:hover {
	border-bottom: 0px;
}