#wrapper {
	float: left;
	width: 780px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../gifs/abc_fade.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 780px;
}
#sidemenu {
	float: left;
	width: 200px;
}
#content {
	float: left;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-right: 10px;
}
#content a {
	color: #FF6600;
}

#content li {
	list-style-image: url(../gifs/listarrow.gif);
	margin-bottom: 8px;
}
#content li a {
	text-decoration: none;
}


h3 {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}

#content img {

}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

#innerwrapper {
	float: left;
	width: 780px;
	background-image: url(../gifs/innerBgd.gif);
	background-repeat: repeat-y;
}
#foot {
	width: 780px;
	float: left;
}
#address {
	float: left;
	width: 760px;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF6600;
}
#orangeborders {
	border: 1px solid #FF6600;
}
#borderedbox {
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #CFD6E4;
}
.orange {
	color: #FF6600;
}
