@charset "utf-8";
/* CSS Document */
body{ background-color:#EAEAEA;}



/* Structure classes */
.aContainer{ width:800px; height:100%;float:left; }
/* Container */
.aHeader{ width:100%; height:100px; width:800px; float:left; background-image:url(images/header.png);}
.aTopNav{ width:100%;  float:left; float:left;background-color:#ffffff; }
ul .aTopNav{ list-style:none; display:inline;}
/* Container->MidContainer */

.aMidContainer{width:800px; height:100%; float:left; background-color:#FFFFFF;}
.aLeftDiv{ width:175px; height:100%; float:left;background-color:#FFFFFF; padding:5px;}
.aSideNav{ }
.aRightDiv{width:600px; height:100%; float:left;}
.contentTop{width:600px; height:12px; float:left; background-image:url(images/topContent.png); background-repeat:no-repeat;}
.contentBottom{width:600px; height:13px; float:left; background-image:url(images/bottomContent.png); background-repeat:no-repeat; padding: 10px 30px 10px 10px;}
.contentMid{ width:600px; float:left; background-image:url(images/midContent.png); background-repeat:repeat-y; }
.contentMid p{padding: 5px 10px 5px 10px;}

/* Container */
.aBottomNav{ width:100%; height:20px; float:left; background-image:url(images/bottomNav.png); background-repeat:repeat-x; background-color:#a8a8a8;}
.aFooter{width:800px; height:100px; float:left; background-image:url(images/footer.png)}
#login{color: #b8b8b8; font-family: Trebuchet MS; font-size: 14px; background-image:url(images/login.png); background-repeat:no-repeat; padding:8px;  height:125px;}
/*.contentTop{ height:13px; width:600px; float:left; background-image:url(images/topContent.png); background-repeat:no-repeat;}
.contentBottom{ height:13px; width:600px; float:left; background-image:url(images/bottomContent.png); background-repeat:no-repeat; display:inherit;}*/


/* Index Strucute */
.MainHeader{ width:100%; height:200px; width:800px; float:left; background-color:#0000CC;}




/* Text Classes */
.DefaultText{}

/* Link Classes */ 
a{}
a:hover{}
a:active{}
a:visited{}


/* Image Classes */
.DefaultImage{}



