@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0}
body { Background-color:#3A59CE; background-image:url(../theme/background/contact.jpg); background-attachment:fixed; background-position:top; font-size:14px;}
a:link {color: #FFF; text-decoration:none;} a:visited {color: #FFF; text-decoration:none;} a:hover{background-color:#f6a200;}
.master_container { margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; position: relative; width: 800px; } 
/* Modify Master Container to center content for IE, currently set for FF*/
#banner { position:absolute; width:800px; height:190px;	z-index:auto; left: 0px;}
#topmenu{ position:absolute; width:800px; height:20px; z-index:2; left:0px; top:190px; }
#titlebanner{ position:absolute; width:800px; height:190px;	z-index:auto; left:0px; top:210px; }

/* Main Content */
#maincontent_header{ position:absolute; width:680px; height:20px; z-index:auto; left:60px; top:420px; text-align:center; color:#FFF; background-image:url(../theme/tabs/default.gif);}
#maincontent{position:absolute; width:660px; height:350px; z-index:auto; left:60px; top:440px; background-color:#708DEB; padding:10px 10px 10px 10px;}

/* feedback Form */
#feedback_form{ position:absolute; width:100px; height:280px; z-index:auto; left:370px; top:440px; color:#FFF; padding: 10px 10px 10px 10px}

/* Copyright and Bottom Menu */
#copyright{	position:absolute; width:800px;	height:100px; z-index:auto; left:-1px; top:860px; color:#FFF; background-image:url(../theme/copyright/footer.gif); text-align:center;}