html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border-top: none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
}

/* Main block-level definitions  */
body {
	color: #ffffff;
	text-align: center;
	background: #000000;
}
#wrapper {
	border: 1px solid #D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 20px auto auto auto;
	max-width: 800px;
	text-align: center;
	width: auto;
	width: expression(document.body.clientWidth > 800 ? "800px" : "auto" );
}
#innerwrapper {
	border: 1px solid #ffffff;
	min-width: 740px;
	text-align: left;
	width: auto;
    width: expression(document.body.clientWidth < 760 ? "720px" : "auto" );
}
/* HTML Selector definitions */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 15px 10px 10px 0px;
	font-style: italic;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin: 10px 0px 10px 0px;
	font-style: oblique;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin: 0px 10px 6px 10px;
	font-weight: bold;
	font-style: oblique;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px 10px 4px 10px;
}
p {
	margin: 0px 10px 4px 10px;
	font-size: 0.9em;
}
ul {
    margin: 0px 10px 2px 20px;
}
/* Navigation.*/
a:link {
    color: #FFFFFF;
}
a:visited {
    color: #CCCCCC;
}
a:hover {
    color: #999999;
}
a:active {
    color: #ffffff;
}
#menu {
    width: 130px;
}
#menu a {
    display: block;
    font-size: 0.9em;
    height: 1.8em;
    line-height: 1.8em;
    padding-left: 5px;
    text-decoration: none;
}
#menu a:link {
    background-color: #000000;
    color: #ffffff;
}
#menu a:visited {
    background-color: #000000;
    color: #ffffff;
}
#menu a:hover {
    background-color: #e2c1c3;
    color: #000000;
}
#menu a:active {
    background-color: #000000;
    color: #ffffff;
}
.notpagelocation {
    border: 1px solid #ffffff;
	margin: 3px;
}
.pagelocation {
    background-color: #e2c1c3;
    border: 1px solid #ffffff;
    color: #000000;
    display: block;
    font-size: 0.9em;
    height: 1.8em;
    line-height: 1.8em;
    margin: 3px;
    padding-left: 5px;
    text-decoration: none;
}
/* Main content class and ID selector definitions, in alphabetical order.*/
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}
.floatleft {
	float: left;
	padding: 0px 5px 5px 0px;
}
.floatright {
	float: right;
	padding: 0px 0px 5px 5px;
}
#header {
	height: 116px;
	text-align: center;
	background: #FFFFFF;
	background-image: url(fe_images/header.jpg);
	border-bottom: 1px solid #ffffff;
}
.imageblock {
	margin-left: 60px;
	font-size:14px;
}
#leftcolbackground {
	background: url(fe_images/rosebackground.jpg) repeat-y top left;
	width: 100%;
	border-top: 1px solid #ffffff;
}
#leftcolcontent {
    background-color: #000000;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    width: auto;
}
#middlecolcontentwrapper{
	height: 100%;
	margin: 0px 5px 0px 150px;
}
#middlecolcontent{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 99%;
}
.middlecolcontent img{
	border: 1px solid #D7D7D7;
}
.onethird {
	width: 33%;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
.onethird a{
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	text-decoration: none;
}
.onethird img{
	margin-bottom: 5px;
}
.onethirdleft {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	width: 30%;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
.onethirdright {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	width: 30%;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
.onequarter {
	width: 25%;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
#rosebackground {
	width: 100%;
	border-top: 1px solid #D7D7D7;
}
/* Bottom/Footer definitions */
#footer {
    background-color: #000000;
	border-top: 1px solid #D7D7D7;
    color: #ffffff;
    clear: both;
    font-size: 0.75em;
    height: auto;
    line-height: 1.2em;
    padding: 10px;
    text-align: center;
}
#footer a {
    font-weight: normal;
    text-decoration: underline;
}
#footer a:link {
    color: #ffffff;
}
#footer a:visited {
    color: #ffffff;
}
#footer a:hover {
    color: #999999;
}
#footer a:active {
    color: #ffffff;
}
