/*  - Layout div ------------------------------- */

#mainwrapper {
/*	margin: 0 2%; */
 margin: 0 auto;
 width: 1000px;
 text-align: left;

	background-image:url(../images/homepage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#masthead {	
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bolder;
	font-style: italic;
}


#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	font-size: small;
	margin: 10px 10px 20px 20px;
	padding: 10px 20px 10px 10px;
	float: right;
	background-color: #6699FF;
	border: 1px dashed #000999;
}


#maincontent {
	margin-left: 100px;
	margin-right: 20px;
	margin-top: 30px;
	padding: 10px 30px 0px 10px;
		} 


#footer {
	padding: 5px;
	margin: 15px 0 0 0;
	font-size: small;
	font-style: italic;
    border-top:1px solid #000999;
	text-align: center;
	}


/* element styling  ---------------------------- */

body {
        margin:0;
        padding:0;
		font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
		font-size:9pt; 
		font-weight: 400; 	
		/*background-image:url(../images/homepage.jpg);
		background-repeat: no-repeat;
		background-position:left top;
		*/background-color: #A51FF0;
		color: #000033;
	}
table,td,th { font: verdana;
}

table {
	border-width: thin thin thin thin;
	border-spacing: 1px;
	border-style: solid none solid none;
	border-color: #2763A5;
	border-collapse: separate;
	background-color: white;
}
th {
	border-width: thin;
	border-style: none none solid none;
	border-color: #2763A5;
	background-color: #f5deb3;

	padding: 2px 2px 2px 2px;

}
 td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;

}



h1 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

a:link, a:visited, a:hover, a:active {
	color: #CC0000;
}

img {
border: none;
}
#masthead h1 {
        font: 200%  Verdana, Arial, Helvetica, sans-serif;
        color: #000999;
		font-weight: 600;
        margin: 0px;
        padding: 20px 0px 0px 15px;
		text-align: center;
}
#sidebar h2 {font-size: 105%;
font-weight: bold;
color: #ffffff;
text-align: center;
background-color: #000999;
}

#maincontent {
 /*font-family: verdana, helvetica, sans-serif;*/
font-size: medium;

}

#masthead p {display: inline;
padding-left: 100px;
}

/*- Menu Tabs --------------------------- */

   #tabs {
      float:left;
      width:100%;
      font-size:100%;
      line-height:normal;
	  border-bottom: double #000999;

      }
    #tabs ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-weight: 700;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }
	      
/* navigation bar styles */
/*********************************************************************************/




ul#nav {
	width:100%;
	margin:0;
	padding:0;
	display:block;
	border-top:1px solid #993300;
	/*border-bottom:6px solid #ff0000;*/
	list-style:none;
	position:relative;
	z-index:4;
}

ul#nav li {
	font-size:.95em;
	float:left;
	margin:0 14px 0 25px;
	padding:0;
	border-bottom:1px solid #009999;

}

ul#nav li a {
	color: #ffffff;
	background-color: #993300;
	text-decoration:none;
	display:block;
	margin:0;
	padding:9px 15px 7px 15px;
}

ul#nav li a:link, ul#subnav li a:link, ul#nav li a:visited {
	color:#ffffff;
}

ul#nav li a:hover, ul#nav li a:active {
	color:#33ff00;
	border-bottom:1px solid #33ff00;
}



/*************************************************************************/
.gold {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #FFCC00;
}
