body {
	margin-top: 10px;
	padding: 10px;
	background-color: #FFF;
	background-image: url('/images/stripe_background.png');
	background-repeat: repeat;
}
div#corners { 
	margin: 0 10%;
	background: #FFF;
	min-width: 800px;
}
b.rtop, b.rbottom {
	display:block;
	background: #FFF;
	background-image: url('/images/stripe_background.png');
	background-repeat: repeat;
}
b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
    overflow: hidden; 
    background: #FFF;
}
b.r1 {
	margin: 0 5px
}
b.r2 {
	margin: 0 3px
}
b.r3 {
	margin: 0 2px
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}


h1 {
	color: #E1771E;
	letter-spacing: 2px;
}
h2 {
	color: #E1771E;
	letter-spacing: 2px;
}
h3 {
	color: #E1771E;
	letter-spacing: 2px;
}
h4 {
	color: #E1771E;
	letter-spacing: 2px;
}
h5 {
	color: #E1771E;
	letter-spacing: 2px;
}


a {
	color: #0080C0;
	text-decoration: none;
}
a:hover {
	color: #E1771E;
	text-decoration: none;
}

#header {
	display: block;
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.headerText {
	text-align: left;
	font-family: verdana;
	font-size: 26px;
	color: #E1771E;
}

#subHeader {
	display: block;
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.subHeaderText {
	text-align: left;
	font-family: verdana;
	font-size: 16px;
}

#navigation {
	display: block;
	width: 100%;
	float: left;
	background-image: url('/images/navigation_background.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
}
#navigationContent {
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navigationText {
	text-align: left;
	font-family: arial;
	font-size: 16px;
	letter-spacing: 2px;
}

#main {
	display: block;
	width: 100%;	
	background-color: #FFFFFF;
}	

#content {
	width: 500px;
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#contentTitle {
	width: 100%;
	font-family: arial;
	font-size: 18px;
	letter-spacing: 2px;
}
#contentBody {
	width: 100%;
	font-size: 14px;
	font-family: arial;
}

#footer {
	width: 100%;
	clear: both;
}
#footerTop {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
}
#footerBottom {
	width: 800px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
}
.footerNav {
	font-family: arial;
	font-size: 14px;
	letter-spacing: 2px;
}
.footerText {
	color: #696969;
	font-family: arial;
	font-size: 12px;
}
.colLinks {
	width: 300px;
}
.colSingle {
	width: 800px;
}

.sidebox
{
border-style:double;
border-width:5px;
width: 320px;
}

