body {
	color : Black;
	background-color : #DCDCDC;
	font-family : Arial, Helvetica, sans-serif;
}
html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: White;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 955px;
}
div#header {
	height : 110px;
	width : 100%;
	padding : 0px;
	margin : 0 auto;
	background-color : White;
	border-bottom : 3px solid #000000;
}
.divider {
	height : 3px;
	width : 100%;
	background-color : #DE4A18;
	font-size : 3px;
}
td#divider {
	background-color : #DE4A18;
	border-bottom : 3px solid #000000;
}
p {
	font-size : 12px;
	text-align : justify;
}
p a:link {
	color : Blue;
	padding : 0px;
	margin : 0px;
	display : inline;
}
p a:visited {
	color : Blue;
	padding : 0px;
	margin : 0px;
	display : inline;
}
p.large {
	font-size : 13px;
	font-weight : bold;
	padding : 0px;
	margin : 0px;
}
p.large a:link {
	color : Blue;
	text-decoration : underline;
	padding : 0px;
	margin : 0px;
}
p.large a:visited {
	color : Blue;
	text-decoration : underline;
	padding : 0px;
	margin : 0px;
}
table#portfolio td {
	padding : 6px;
}
.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}
.menu a:link, a:visited {
	color : White;
	text-decoration : none;
	display : block;
	padding : 6px 8px;
}
.menu a:hover {
	color : Gray;
	background-color : #FFD7C1;
}
h1 {
	font-size : 18px;
	color : #8B0000;
	font-style : italic;
}
h2 {
	font-size : 16px;
	color : #696969;
}
h3 {
	font-size:12px;
	color: #778899;
}
ul {
	font-size : 13px;
	list-style : square;
	line-height : 150%;
}
ol {
	font-size : 13px;
	line-height : 150%;
}
div#bar {
	background-image : url(../graphics/bar_rev.gif);
	background-repeat : no-repeat;
	height : 50px;
}
.bar {
	margin : 40px 0 0 45px;
	padding : 40px 0 0 0;
	color : #A9A9A9;
}
div#content {
	padding : 10px;
	height : 100%;
	background-color : White;
}
div#mainLeft {
	float : left;
	width : 145px;
	/*height : 286px;*/
	overflow : auto;
	border : 1px solid Black;
	padding : 4px 0px;
	margin : 0 25px 10px 10px;
	background-color : #E65A2A;
	vertical-align : top;
}
div#mainRight {
	float : right;
	width : 425px;
	height : 286px;
	overflow : auto;
	padding : 12px;
	border : 1px solid #567EBB;
	margin : 0 10px 0 15px;
	background-color : #EEF2FF;
}
div#lower {
	padding : 0px;
}
table#services td {
	padding : 8px;
}
.copyright {
	font-size : 10px;
	color : Silver;
	border-top : 2px solid #D04617;
	padding : 4px 0px;
	background-color : #FFD7C1;
}
.copyright a {
	padding : 0px;
	display : inline;
	color : Silver;
	text-decoration : none;
}
.copyright a:visited {
	color : Silver;
}
.copyright a:hover {
	color : Gray;
}


