html, body {
    text-align: center;
    width: 100%;
	height: 100%;
    margin: 0 auto;
	margin-top: 15px;
}
.header_print {
display: none;
}
#quote {
width: 285px;
height: 110px;
text-align: left;
background-image: url('../images/quote_bg.jpg');
background-repeat: no-repeat;
float: left;
}
#quote2 {
width: 285px;
height: 150px;
text-align: left;
background-image: url('../images/quote_bg.jpg');
background-repeat: no-repeat;
}
#quotetext {
padding-left: 50px;
padding-top: 20px;
width: 285px;

font-size: 12px;
font-style: italic;
font-face: trebuchet, trebuchet ms, tahoma, sans-serif;
}
.credit {
text-align: right;
padding-right: 50px;
}
td {
vertical-align: top;
font-family: tahoma, verdana, arial, trebuchet ms, sans-serif;
font-size: 12px;
}
td a {
font-size: 12px;
}
.brdr {
border-right: 1px solid #666;
padding-right: 10px;
padding-left: 10px;
width: 166px;
text-align: left;
}
#center {
width: 992px;
text-align: left;
position: relative;
margin: 0 auto;
}
#bottomrow {
padding-right: 20px;
height: auto;
width: 900px;
vertical-align: top;
}
#container {
width: 992px;
}
#header {
width: 992px;
height: 112px;
text-align: right;
}
#pagename {
padding-right: 400px;
}
#pagecontent {
width: 930px;
background-image: url('../images/body_bg.gif');
background-repeat: repeat-y;
padding-left: 43px;
padding-right: 20px;
padding-bottom: 10px;
font-family: myriad, tahoma, trebuchet ms, sans-serif;
font-size: 12px;
line-height: 17px;
color: #252525;
clear: both;
min-height: 100%;
overflow: hidden;
text-align: left;
}
.toprow {
padding-left: 30px;
padding-right: 20px;
padding-bottom: 10px;
font-family: myriad, tahoma, trebuchet ms, sans-serif;
font-size: 12px;
line-height: 17px;
color: #252525;
vertical-align: middle;
width: 450px;
clear: both;
}
#footer {
width: 992px;
height: 59px;
background-image: url('../images/footer_arc_bg.gif');
background-repeat: no-repeat;
text-align: center;
padding-top: 30px;
white-space: nowrap;
}
#date {
font-family: myriad, tahoma, sans-serif;
color: #696969;
font-size: 10px;
padding-right: 410px;
padding-top: 45px;
}
#copyright {
font-family: myriad, tahoma, sans-serif;
color: #000;
font-size: 11px;
font-weight: bold;
white-space: nowrap;
text-align: center;
}
#copyright a {
text-decoration: none;
}
#leftcolumn {
width: 400px;
float: left;
vertical-align: top;
clear: both;
text-align: center;
}
#rightcolumn {
width: 450px;
margin-left: 400px;
padding: 15px;
vertical-align: top;
}
#topnav a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
h3 {
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6DBE44;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 18px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6DBE44;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 20px;
}
h4 {
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 18px;
}
input {
border: 1px solid #333;
font-family: tahoma;
font-size: 12px;
width: 180px;
}
a {
color: #6DBE44;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
.hiddenPic {display:none;}

.tbl {
width: 750px;
}
#icons {
padding-right: 50px;
padding-top: 10px;
}
.popup {
font-family: tahoma, verdana, sans-serif;
font-size: 11px;
color: #707070;
text-align: left;
padding: 10px;
}
.warning {
color: red;
}
#security_table {
border: 1px solid #000;
font-size: 11px;
}
#security_table td {
border-right: 1px solid #000;
border-bottom: 1px solid #000;
padding: 10px;
font-size: 11px;
}

hr {
height: 1px;
}

#menu a {
font-weight: normal;
color: #000;
}
.menu {width:900px; height:16px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:899px; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style:none;}
.menu ul ul {width:180px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {padding:0;margin:0;float:left;width:78px; text-align: center;position:relative;}
.menu ul ul li {float:left;width:220px; text-align: left;position:relative;border-left: 1px solid #666;border-right: 1px solid #666; border-bottom: 1px solid #666;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#000; height:16px; line-height:16px; padding-bottom: 3px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:auto; w\idth:auto;}

.menu ul ul :hover > a.drop {background:#FFF;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFF; filter:alpha(opacity=90); -moz-opacity:.9; opacity:.9;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#CCC;}

/* 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:19px;left:0; width:180px;}
/* another hack for IE5.5 */
* html .menu ul ul, * html .menu ul ul ul {top:16px;t\op:17px;}

/* position the third level flyout menu */
.menu ul ul ul{left:180px; top:0px; width:180px;}

/* style the table so that it takes no part in the layout - required for IE to work */
/* style the table so that it takes no ppart 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:#FFF; filter:alpha(opacity=90); -moz-opacity:.9; opacity:.9; color:#000; height:auto; line-height:1em; padding:5px 10px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited, * html .menu ul ul ul a, * html .menu ul ul ul a:visited  {width:180px;w\idth:179px; color: #000;}

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

/* 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;}
