@charset "UTF-8";
/* CSS Document */


* { margin:0; padding:0}

body { position:relative;  background:#FBB040; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:.6em; color:#666;}

#top { position:relative;  background:#F15A24 url(gfx/dk.png) repeat; width:800px; margin:auto; border:solid 10px #F6F59D;}
#container { position:relative;  background:#fff; width:800px; margin:auto; border-left:solid 10px #F6F59D; border-right:solid 10px #F6F59D;  border-bottom:solid 10px #F6F59D}

#logoA {float:left; margin:50px 0px 50px 50px}
#logoB {float:left; margin:90px 0px 50px 50px}

 
 
h2 { font-weight:bold; font-size:1.4em; color:#FBB040}

.fontb {  font-size:1.2em; color:#333}

.applink { font-size:1.6em}

a:link, a:visited {color:#0067AB; text-decoration:none; }
a:hover {color:#F15A24; text-decoration:none; }


.w800 { width:800px}
.w300 { width:300px}
.w375 { width:375px}
.w365 { width:365px}
.w400 { width:400px}
.w225 { width:225px}

.mga { margin:auto}
.m10 { margin:10px}
.mr10 { margin-right:10px}
.p10 { padding:10px}


.clear { clear:both}
.fll { float:left}
.flr { float:right}
.tar { text-align:right}

.brdr { border:solid 1px #F6F59D}

.hrow { width:300px; margin:auto; height:1px; border-bottom:solid 1px #F6F59D}

.orangelt {color:#FBB040}
.orangedk {color:#F15A24}

.inputs input { float:left; margin:10px} 
.inputs label { text-align:left; float:left; margin:10px 10px 10px 0px; width:125px; color:#333} 

.inputs input, .submit input  { 
    font-size:1.1em;
    line-height:1.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:url(gfx/fieldbg.gif) repeat-x top #fff;} /* formfield */

a#myspace:link, a#myspace:visited  { position:relative; text-indent:-9999px; overflow:hidden; width:122px; height:40px; display:block; background:url(gfx/myspace.png) no-repeat 0px 0px; color:#fff}
a#myspace:hover,  #current a#myspace:link { position:relative; text-indent:-9999px; overflow:hidden; width:122px; height:40px; display:block; background:url(gfx/myspace.png) no-repeat 0px -40px; color:#fff}

a#facebook:link, a#facebook:visited  { position:relative; text-indent:-9999px; overflow:hidden; width:122px; height:40px; display:block; background:url(gfx/facebook.png) no-repeat 0px 0px; color:#fff}
a#facebook:hover,  #current a#facebook:link { position:relative; text-indent:-9999px; overflow:hidden; width:122px; height:40px; display:block; background:url(gfx/facebook.png) no-repeat 0px -40px; color:#fff}


#myspace { position:relative; margin:10px 0px 10px 20px}

#facebook { position:relative; margin:10px 0px 10px 20px}


.list { list-style:inside; list-style-type:disc}

.list li { margin:10px}


.indexlinks .applicationlinks { text-align:left; padding:0; margin-left:-10px}

.indexlinks .applicationlinks img {}


.hide {visibility:hidden}


.red { color:#990000}
