/* CSS Document */

#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	color: #;
	background: #5d5d5d url(images/page_bg.gif);
}

#header{
	width: 1000px;
}

#body {
	font-family: Times New Roman;
	width: 1000px;
	margin: 0 auto;
	color: #;
	height: 100%;
	float: center;
	text-align: center;
	background-color: #;
	
}

#body_navigation {
    width: 737px;
	margin-left: 130px;
	background-color: #FFFFFF;
}

#leftnav {
    font-family: Times New Roman;
	width: 247px;
	float: left;
	height: 100%;
	color: #000000;
	font-size: 13px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-style: ;
	border-color: ;
	border: ;
	border-width: ;
	list-style-type: ;
	} 
	
#rightnav {
	font-family: Times New Roman;
	width: 490px;
	float: right;
	height: 100%;
	color: #000000;
	font-size: 13px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.spacer {
	height: 1px;
	width: 1000px;
}

.font2 {
    font-size: 15px;
    font-family: Times New Roman;
}

.font3 {
    font-size: 20px;
    font-family: Times New Roman;
}

.font4 {
    font-size: 30px;
    font-family: Boopee;
}

hr{ 
    color: red; 
    height: 2px; 
    width: 100%; 
}


/* Font Color RED */
.color1 {
    color: #FF0000;
}

/* Font Color BLACK */
.color2 {
    color: #000000;
}

/* Font Color WHITE */
.color3 {
    color: #FFFFFF;
}

a:link, a:visited {
	color: #000000;
	font-family: Times New Roman;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #970A06;
}


 /* This is the Top Navigation */
#navBar {
	width: 1000px;
	height: 100%;
	text-align: center;
    border: ;
}


#footer {
	font-family: Times New Roman;
	width: 737px;
	margin: 0 auto;
	color: #000000;
	height: 100%;
	float: center;
	text-align: center;
	clear: both;
	background-color: #E5E2E2;
	text-decoration: none;
}


