html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
	text-decoration: none;
}

#wrapper {
    margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
	background-color: #EAEAEA;
}

#header {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
	height: 110px;
}

#container {
    margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
    overflow: auto;
}

#content {
    float: right;
	margin: 0;
	padding: 15px;
	width: 675px;
	background-color: #F5F5F5;
}

.imgfloatLeft {
    float: left;
	margin-right: 12px;
}

.typetradegothic {
    font-family: trade gothic;
	font-size: 14px;
	font-weight: bold;
}

.typegaramond {
    font-family: garamond;
	font-size: 16px;
	font-weight: bold;
}

.typearial {
    font-size: 13px;
	font-weight: bold;
}

.typetimesnewroman {
    font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
}

.menu {
    z-index:1000;
    font-size:11px;
    margin:15px 0 0 10px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
    width:175px;
}
/* hack for IE5.5 */
* html .menu ul {
    margin-left:-16px; 
    ma\rgin-left:0;
}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background-color:#CCCCCC;
	height:30px;
}

/* get rid of the table */
.menu table {
    position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}
/* style the links */
.menu a, .menu a:visited {
    display:block; 
    text-decoration:none;
    height:30px;
    line-height:28px;
    width:175px;
    color:#000000;
    text-indent:5px;
    border-bottom:1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	background-color:#CCCCCC;
	width:175px;
	w\idth:175px;
}
/* style the link hover */
* html .menu a:hover {
	color:#fff;
	background-color:#003366;
}

.menu :hover > a {
	color:#fff;
	background-color:#003366;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
    visibility:hidden;
    position:absolute;
    top:0;
    left:177px; 
}
/* 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;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
    visibility:visible;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 35px;
	border-top: 1px solid #FFFFFF;
	text-align: center;
}

#footer p {
    margin-top: 11px;
	padding: 0;
}

#brand {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
}

#brand img {
    margin-top: 10px;
}

h1 {
    font-size: 14px;
	color: #003366;
}

h2 {
    font-size: 13px;
	color: #993300;
}
