a, a:link, a:active, a:visited {text-decoration:none; color:#458be9;} 
a:hover {color:white; font-weight:normal;}

html, body	{width:100%; height:100%; overflow:auto;}
body		{text-align:center; margin:0px; padding:0px; background-color:##222222; font:10px Verdana, Arial, Helvetica, sans-serif; color:#979797; line-height:18px; background-image:url(<cfoutput>#TRIM(Application.assets)#</cfoutput>images/stars.gif)}

#headerDiv	{position:fixed; z-index:3; height:60px; width:100%; top:0px; left:0px; padding:4px; padding-left:100px;}
#contentDiv	{position:absolute; z-index:2; height:98%; top:60px; left:160px; text-align:center; overflow:visible}
#logoDiv	{position:fixed; z-index:4; top:0px; left:0px; width:191px; height:295px;}
#menuDiv	{position:fixed; z-index:5; height:98%;  width:150px; top:150px; left:20px; text-align:center; overflow:visible}
#footerDiv	{position:fixed; z-index:3; width:100%; bottom:0px; right:0px; text-align:center;}
#backdropDiv{position:absolute; z-index:1; height:100%; width:100%; top:0px; left:0px; text-align:center; border:0px;}

dl {text-align:left; width:176px; margin-left:10px;}
dt {font:11px Verdana, Arial, Helvetica, sans-serif; color:#00cef4;} /* 999999 244092 */
dd,dd a,dd a:link,dd a:active,dd a:visited {font:10px Verdana, Arial, Helvetica, sans-serif; margin-left:6px; padding:0px}
dd a:hover{color:#ffffff;} /* 00bfff 3056c3 2F98BC*/

ul {width:100%;}
li {text-align:left;}

.clearBoth{clear:both;}