/* general tags ============================================================ */
body,
table,
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #FFF;
	color: #333;
}

p {
	line-height: 1.5em;
}

a {
	color: #036;
}

a:link,
a:visited {
	text-decoration: none;
}
	
a:hover,
a:active {
	text-decoration: underline;
}

/* head styles ============================================================ */
#head {
	color: white;
}

#head a {
	color: white;
}

#head-1 a {
	padding: 7px 8px 7px 8px;
	margin: 0px 0px;
	border-right: 1px dotted #999;
	font-weight: normal;
	font-size: 100%;
	color: #036;
	text-decoration: none;
}

#head-1 a:link,
#head-1 a:visited {
	color: #036;
}

#head-1 a:hover,
#head-1 a:active {
	color: #903;
}

#head-1 a.current {
	color: #903;
}

/* main styles ============================================================ */
#main a:link,
#main a:visited {
	color: #990033;
	text-decoration: none;
	}
	
#main a:hover,
#main a:active {
	text-decoration: underline;
}

#main h1 {
	margin: 0px 0px -5px 0px;
	font-family: georgia,times, new times roman, serif;
	font-size: 180%;
	font-weight: normal;
	color: #036;
	padding: 0px;
}

#main h2 {
	margin: 0px 0px -10px 0px;
	font-family: georgia,times, new times roman, serif;
	font-size: 130%;
	font-weight: normal;
	color: #036;
	padding: 0px;

}

#main h3 {
	margin-top: 1em;
	font-size: 100%;
	color: #036;
	
}

#main h4 {
	margin: 0px; 0px 5px 0px;
	font-size: 90%;
	color: #900;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none
}

#nav  {
	line-height: 17px;
}
#nav a {
	color: #036;
	text-decoration: none;
	line-height: 17px;
}

#nav a:link,
#nav a:visited {
	color: #036;
	text-decoration: none;
}

#nav a:hover,
#nav a:active {
	color: #900;
	text-decoration: none;
}

#nav a.current {
	text-decoration: none;
	color: #903;
}


/* foot styles ============================================================ */
#foot {
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: #999:

}

#foot-links a:link,
#foot-links a:visited {
	color: #2F98DF;
	text-decoration: none;
	}
	
#foot-links a:hover,
#foot-links a:active {
	text-decoration: underline;
}

/* utility classes ============================================================ */
div.clearFloats {
	clear: both;
	line-height: 0px; 
	height: 0px;
	visibility: hidden;
}

div.noCollapse { /* keep divs from collapsing into contained elements */
	padding: 1px 0px;
} 

.right {
	float: right;
}

.space_right {
	margin-right: 10px;
	margin-bottom: 10px;
}
.space_left {
	margin-left: 10px;
	margin-bottom: 10px;
}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #EEE}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}