﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin : 0;
padding : 0;
border : 0;
outline : 0;
font-size : 100%;
}
body {
background-color : #f7f4f2;
line-height : 16px;
font-size : 14px;
color : #000000;
background-image : url('bkg.gif');
font-family : Arial, Helvetica, sans-serif;
text-align : center;
margin : 0 0 0 0;
padding : 0 0 0 0;
font-weight : normal;
}
h1 {
line-height : 20px;
color : #000;
font-size : 18px;
font-family : Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
}
h2 {
line-height : 16px;
color : #000;
font-size : 14px;
font-family : Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
}
h3 {
font-family : Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
}
a, a:link {
color : #000;
font-weight : bold;
text-decoration : none;
}
a:visited {
color : #400040;
font-family : Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
#outerWrapper {
background-color : #f2efec;
width : 90%;
text-align : left;
max-width : 100%;
margin : 0 auto 0 auto;
background-image : url('bkg.gif');
}
#outerWrapper #header {
	background-color : #f1eeeb;
	line-height : 15px;
	font-size : small;
	padding : 10px 10px 10px 10px;
	font-weight : normal;
	border-bottom : 1px solid #666;
	background-image: url('bkg.gif');
}
#outerWrapper #topNavigation {
background-color : #f3f0ed;
padding : 10px 10px 10px 10px;
border-bottom : 1px solid #666;
text-align : center;
font-size : x-large;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
background-image : url('bkg.gif');
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #F1E0D3;
	float : left;
	border-right : 1px solid #666;
	width : 21%;
	padding : 10px 10px 10px 10px;
	font-size : 12px;
	border-right-style : solid;
	border-left-style : solid;
	border-right-width : 1px;
	border-left-width : 1px;
	border-right-color : #666;
	border-left-color : #666;
	text-align : left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}
#outerWrapper #contentWrapper #content {
	padding : 10px 10px 10px 10px;
	margin : 0 0 0 24%;
	background-color: #F1E0D3;
	text-align : left;
}
#outerWrapper #footer {
background-color : #f5f3f1;
border-top : 1px solid #666;
padding : 10px 10px 10px 10px;
background-image : url('bkg.gif');
text-align : center;
}
