@charset "utf-8";
/* CSS Document */

a {
	color: #808080;
	text-decoration:none;
	font-weight:bold;
	
}
a:hover {
	color: #FF6A00;
	} 

body{
	background-color:#F7F7F7;
	color:#808080;
	font-family: "Calibri", "Arial", Courier, monospace;
	text-decoration:none;
}

h1 {
	font-size:30px;
	color:#FF6A00;
	margin:0px;
	margin-top:15px;
	padding:0px;
}

h1 a {
	color:#FF6A00;
}

p {
	margin:0px;
	padding:0px;
	margin-left:30px;
	font-size:18px;
	
}

.ActiveBreadcrumb {
	color:#FF6A00;
}
.Breadcrumbs:link{
	text-decoration:none;
}

.SubHeader {
	font-size:20px;
	display:block;
	font-weight:bold;
}

#divContent{
	background-image:url(http://cleartextdesign.com/background.png);
	background-position:top right;
	background-repeat:no-repeat;
	border-left:hidden;
	border-right:solid;
	border-top:solid;
	border-bottom:solid;
	border-width:1px;
	min-height:480px;
}

#divHeader{
	border-left:solid;
	border-right:hidden;
	border-top:hidden;
	border-bottom:hidden;
	border-width:1px;
	padding-left:2px;
}

#divFooter{
	border-left:solid;
	border-right:hidden;
	border-top:hidden;
	border-bottom:hidden;
	border-width:1px;
}

#divMain{
	margin-right:auto;
	margin-left:auto;
	max-width:790px;
	min-width:590px;
}

#footer{
	margin:0px;
	font-size:11px;
	text-align:right;
}

#headerMenu{
	float:left;
}

#headerSlogan{
	text-align:right;
	color:#FF6A00;
}

