/*----------
All Content
-----------*/
#allcontent {
	background-color: #FFFFFF;
	background-image: url(../main_images/side_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 804px;
	position: absolute;
	margin-left: -400px;
	left: 50%;
}

/*----------
Generic Formatting
-----------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #901706;
	vertical-align: top;
	text-align: justify;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: justify;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #901706;
	vertical-align: top;
	text-align: justify;
}

h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h2 span a:link {
	color: #000000;
	text-decoration: none;
}

h2 span a:visited {
	color: #000000;
	text-decoration: none;
}

h2 span a:hover {
	color: #000000;
	text-decoration: underline;
}

h2 span a:active {
	color: #000000;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}

h3 a:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

h3 a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

h3 a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

h3 a:active {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}

h4 a:link {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

h4 a:visited {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

h4 a:hover {
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}

h4 a:active {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

/*----------
Top Bar and Navigation 
-----------*/
#topbar {
	height: 120px;
	width: 800px;
	clear: both;
	background-image: url(../main_images/logo_banner.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

#topbar a:link {
	color: #FFFFFF;
	text-decoration: none;

}

#topbar a:visited {
	color: #FFFFFF;
	text-decoration: none;

}

#topbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}

#topbar a:active {
	color: #FFFFFF;
	text-decoration: none;

}

/*----------
Breadcrumb Navigation
-----------*/
#breadcrumb {
	margin: 35px 35px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

#breadcrumb a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#breadcrumb a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#breadcrumb a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#breadcrumb a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*----------
Bottom Bar and Navigation
-----------*/
#bottombar {
	background-image: url(../main_images/bottom_bar_back.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 800px;
	height: 39px;
}
#bottomnavigation {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	text-align: right;
	float: right;
	padding-right: 8px;
	padding-top: 5px;
	font-size: 11px;
}
#bottombarcontact {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 500px;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 5px;
}
#bottombar a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}
#bottombar a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
#bottombar a:hover {
	text-decoration: underline;
	color: #FFFFFF;

}
#bottombar a:active{
	color: #FFFFFF;
	text-decoration: none;

}

/*----------
Bullet Points
-----------*/

.bulletpoint1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

