@charset "utf-8";
/* CSS Document */
/******************************************************************************/
/*general declarations for the whole site */
/******************************************************************************/
* {margin:0;padding:0;text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif; font-weight:lighter; font-size:small;}

/******************************************************************************/
/*general font style treatment*/
/******************************************************************************/
h1  {font-size:22px; margin:20px 0 0 10px; color:#1E0F44;}
h3 {font-size:28px; }
h2 {font-size:22px; margin:20px 0 0 10px;}
h4 {font-size:16px; margin:20px 0 0 10px;color:#1E0F44;}
p {font-size:12px; color:#666666;margin:20px 0 0 10px;}
a {color:#fff; text-decoration:underline;}
ul {font-size:12px; color:#666666;margin:20px 0 0 10px; }
li { list-style:square;margin:5px 0 0 10px; }


/******************************************************************************/
/*boxes on the page*/
/******************************************************************************/


body {background-color:#B5B5B5; text-align:center;}
#centrepage {margin:0em; width:100%; height:100%;}
#holder {width:1000px; background-color:#ffffff; margin: 0 auto 0 auto; text-align: left;}
#outerborder {width:1000px; border:#fff thin solid; float:left;background-color:#1E0F44;}

#header {width:1000px; height:100px; float:left;}
#leftheadblock { width:300px; height:160px; margin:20px; float:left; text-align:left;}
#rightheadblock { width:300px; height:160px; margin:20px; float:right; text-align:right;}
#topmenu {width:1000px; height:34px; float:left; text-align:center; margin:0; padding:0;}
#container {width:1000px; height:auto; float:left; background-color:#fff;}
#panelleft {width:166px; height:auto; float:left;}
#maincontent {width:300px; height:auto; margin:30px 30px 30px 280px; float:left;}
#panelright {width:166px; height:500px; float:right; background-color: #EEEEEE;}
#bottomlinks {background-color:#1E0F44;width:1000px; height:25px; float:left; text-align:center; border-bottom: solid thin #777;}
#footer {width:990px; height:40px; float:left; padding:5px 0 5px 10px; text-align:center;}
#company {background-color:#00CCFF; width:300px; height:50px; float:right;}

/******************************************************************************/
/*font classes*/
/******************************************************************************/
.whitetext {color:#FFFFFF; margin:5px 0 0 0; }
.smalltext {font-size:x-small; margin:0;}
.smalltext a {font-size:x-small; margin:0;}
.greentitle { color:#006600;}
.green {color:#009933;}

.fixedwidth {width:200px; display:block; margin:5px 0 0 10px;}
.boxwidth {width:270px; margin:0 0 0 10px;}
.submit {margin:10px 0 0 10px;}