/* ##### Divisions ##### */

#body {
	width: 440px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	}

#side {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	}
	
#footer {
	padding: 0px;
	margin: 4px;
	}

/* ##### Formatting ##### */
ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: cicle outside;
	}

#body .large_head {
	background-color: transparent;
	font-family: palatino, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B0C3AC;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1pt;
	margin: 0px 10px 5px 10px;
	padding: 0px;
	}

#body .small_head {
	background-color: transparent;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1pt;
	margin: 8px 10px 8px 10px;
	}

#body .text {
	background-color: transparent;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin: 5px 13px 5px 13px;
	}

#body .form {
	background-color: transparent;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	}

#side .content {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
	margin: 5px 10px 15px 10px;
	}

#side .option {
	background-color: transparent;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
	margin: 8px 10px 8px 10px;
	}

#footer .text {
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}
	

/* ##### Hyperlinks ##### */
#side a:link, #side a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
	}

#side a:active, #side a:hover {
	color: #F00;
	text-decoration: none;
	border-bottom: 1px solid #F00;
	}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}

#footer a:active, #footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}