html
{
min-width: 1000px;
}

body
{
background: #e8e8e8;
margin-top: 0;
}

#wrapper
{
width: 1000px; /* or a percentage, or whatever */
margin: 0 auto; /* for the rest */
padding: 0;
background: #fff;
border: 0;
font-family: "Trebuchet MS", Verdana, Aria, sans-serif;
font-size: 10px;
color: #3C3C3C;
line-height: 150%;
}

div#header img.arch
{
margin: 0 0 -3px 0;
}

div#header
{
float: left;
padding: 0;
margin: 0;
}

div#menu {
width: 1000px;
float: left;
text-align: center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width: 1000px; 
height: 32px; 
position: relative; 
z-index: 100;
border: 1px solid #FFF; 
border-left: 0;
border-right: 0;
font-family: arial, sans-serif;
text-align: center;
background: #000;
padding: 0;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:1000px; 
w\idth:1000px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
text-align: left;
padding: 0;
margin: 0;
list-style-type: none;
}

.menu ul ul {
width: 210px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float: left;
position: relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display: block;
font-size: 12px; 
text-decoration: none; 
color: #fff;
height: 23px; 
border: 0;
background: #000; 
padding: 9px 40px 0 40px;
font-weight: bold;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background: #333;
padding: 9px 50px 0 50px;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
background: #AFAFAF;
}

.menu ul ul :hover > a.drop {background:#FEFEFE;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#000;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#FEFEFE;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:32px;left:0; width:160px;border-top: 0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:160px; top:-1px; width:160px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-160px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#000; color:#FFF; height:auto; line-height:1.5em; padding:5px 10px; width:160px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#FEFEFE;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#FEFEFE;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


div#feature
{
float: left;
padding: 0;
}

div#right
{
float: left;
width: 430px;
margin: 0;
padding: 2em;
background: #f0f0f0;
}

div#right p
{
font-size: 1.2em;
}

div#right a:link, div#right a:visited
{
font-size: 1em;  
color: #990000;
text-decoration: underline;
}

div#right a:hover, div#right a:active
{
text-decoration: underline;
}

div#right h3
{
font-size: 1.5em;
color: #990000;
}

div#featureside
{
width: 395px;
background-color: #E6E6E6;
padding: 1em 1em 1em 1em;
}

div#featureside-text
{
text-align: left;
width: 250px;
}

div#featureside-text h5
{
font-size: 1.75em;
color: #626b47;
}

div#featureside-text p
{
font-size: 1.1em;
color: #000;
line-height: 150%;
}

div#featureside img
{
float: right;
padding: .25em;
margin-left: .5em;
border: 1px solid #999;
background: #FFF;
}

div#content
{
float: left;
width: 500px;
padding: 0;
padding-top: 2em;
padding-right: 1em;
padding-bottom: 1em;
padding-left: 2em;
margin: 0;
background: #FFF;

}

div#content h1
{
margin: 0 0 1em 0;
font-size: 3em;  
}
 
div#content h2
{
color: #990000;
margin: 0 0 1.5em 1em;
font-size: 2.5em;
line-height: 150%;
}

div#content h3
{
margin: 0 0 .5em 0;
font-size: 2em;
color: #990000;
line-height: 150%;
max-width: 27em;
}

div#content h4
{
margin: 2em 0 .5em 0;
color: #990000;
font-size: 1.4em;
font-weight: bold;
text-decoration: none;
}

div#content h5
{
margin: 0;  
margin-bottom: .5em;
font-size: 1.3em;
font-weight: bold;
}

div#content p
{
margin: 0;
margin-bottom: 1em;
font-size: 1.2em;
text-align: left;
line-height: 175%;
}

div#content p.surveyp
{
margin: 0;
margin-bottom: 1em;
font-size: 1.2em;
text-align: justify;
line-height: 175%;
background: #F3F3F3;
}

div#content input.surveyindent
{
margin: 0;
margin-left: 1em;
}

div#content a:link, div#content a:visited
{
font-size: 1em;
color: #990000;
text-decoration: underline;
}

div#content a:hover, div#content a:active
{
text-decoration: underline;
}

div#content li
{
font-size: 1.2em;
line-height: 150%;
margin-bottom: 1em;
}

div#content li ul
{
font-size: 1em;
line-height: 150%;
}

div#content ol
{
list-style-type: lower-alpha;
}

div#content img.newsright
{
text-align: right;
padding: .5em;
margin-bottom: 1em;
margin-left: 2em;
border: 1px solid #333;
}

div#content img.newsleft
{
text-align: left;
padding: .5em;
margin-bottom: 2em;
margin-right: 2em;
border: 1px solid #333;
}

div#content td {
font-size: 1.2em;
}

div#articleinfo
{
float: right;
width: 200px; 
margin: .5em 0 1em 1.5em;
padding: 0 0 1.5em 0;
border: 0;
border-top: 3px solid #990000;
border-bottom: 1px solid #000;
background: #fff;
}

div#articleinfo h4
{
padding: .5em;
margin: .3em 0 0 0;
background: #fff;
border: 0;
border-top: 1px solid #990000;
border-bottom: 1px solid #ccc;
font-family: Verdana, Arial, sans-serif;
font-size: 1.35em;
font-weight: normal;
color: #990000;
}

div#articleinfo p
{
padding: 0;
margin: 1em .5em .5em .5em;   
color: #666;
text-align: left;
line-height: 150%;
font-size: 1.1em;
}

div#articleinfo a:link, div#articleinfo a:visited
{
color: #990000;  
text-decoration: none;
}

div#articleinfo a:hover, div#articleinfo a:active
{
text-decoration: underline;
}

#footer
{
clear: both;
width: 768px;
margin: 0;
padding-left: 1em;
background: #fff;
}

#footer p 
{
color: #333;
font-size: .9em;
}

