* {
	margin: 0px;
	padding: 0px;
}
HTML {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin:0px;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
}
a:link {
	font-weight:bold;
	color:#007CC2;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration: none;
}
a:visited {
	font-weight:bold;
	color:#007CC2;
	text-decoration:underline;
}
h1 {
	margin:10px;
	font-weight:bold;
	color:#000000;
	font-size:18px;
	padding-bottom:5px;
	border-bottom:1px solid #FF0000;
}
table {
	margin-left: 10px;
}
table p {
	margin: 0px;
}

h2 {
	margin:10px;
	font-weight:bold;
	color:#000000;
	font-size:14px;
}
h3 {
	color:#007CC2;
	margin:10px;
	font-weight:bold;
	font-size:14px;
	border:1px #007CC2 Dashed;
	border-left:none;
	border-right:none;
	padding: 10px 0px;
}
p {
	text-align: justify;
	margin: 10px;
}
.floatLeft {
	float: left;
	padding-right: 10px;
}

ul {
	margin:5px 0px 5px 25px;
}
#content li {
	text-align: justify;
	margin: 10px;
}

.clearFix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*.clearFix {
	display:inline-block;*/
}
.clearFix {
	display:block;
}
* html .clearFix {
	height:1%;
}
#container {
	width:924px;
	margin:0;
	position:relative;
	background-color:#FFFFFF;
	border-right: thin solid #5C4D39;
	border-bottom: thin solid #5C4D39;
}
#nav {
	float: right;
	height: 26px;
	width: 749px;
}
#sidebar {
	float: left;
	height: 450px;
	width: 175px;
	background: url(images/sidebar2.jpg);
}


#content {
	padding:15px;
	margin:0px;
	width: 715px;
	float: left;
}
.RedBold {
	font-weight: bold;
	color: #1D97B6;
}
.BlueText {
	color: #1D97B6;
}
.facImg {
	border: thin solid #FF0000;
}

.RedBoldEm {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

#copyright {
	text-align:center;
	font-size:10px;
}
