html, body {

margin:0;

padding:0;

height:100%;

            border:none;

            font-family: Arial, Helvetica, sans-serif;

            font-size: 12px;

            color: #000000;

            text-decoration: none;

}

#nav {
	width: 186px;
	height: 290px;
	background: #FFFFFF;
	float: left;
}

#nav ul {
	padding: 0px;
	list-style: none;
	margin-left:20px;
	margin-top:0px;
}

#nav .redbar {
	background: url(images/menu_redbar.gif) no-repeat left top;
	margin-bottom:5px;
	margin-left:-20px;
}

#nav .line {
	background: url(images/menu_line.gif) no-repeat left bottom;
	margin-bottom:3px;
}

#nav .section {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	border-bottom:none;
	margin-bottom:0px;
	line-height:14px;
}
	

#nav li, #nav a {
	color: #484B45;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
	border-bottom:none;
	margin-bottom:0px;
	line-height:14px;
}

#nav li a:hover, #nav selected {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	background: none;
	border-bottom:none;
	margin-bottom:0px;
}

p {
	font-size:12px;
}

li {
	font-size: 12px;
	margin-bottom: 4px;
}

a {
	color:#000000;s
	text-decoration:none;
	border-bottom:1px solid #D1D2D0;
}

h1 {
	font-size: 18px;
	text-align:left;
}

h2 {
	font-size: 16px;
	text-align:left;
	}
h3 {
	font-size: 14px;
	text-align:left;
	}
h4 {
	font-size: 12px;
	text-align:left;
	}
	


#content {
	text-align:justify;
	font-size:12px;
}
#content a{
	text-decoration:none;
}
#content a:hover {
	border-bottom:2px solid #F80404;
}

#footer, #footer td, #footer a{
	font-size:10px;
	text-decoration:none;
}

.imageRight {
	margin-left:8px;
}
