body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}
p {
	line-height:160%;
}
#maincontent li {
	line-height: 160%;
	margin-top: 15px;
}

h1 {
	font-size: 23px;
	text-align: left;
	font-weight: bold;
}

#background 
{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow: auto;
}

.stretch 
{    
	width:100%;    
	height:100%;
}
#container {
	z-index: 10;
	position: relative;
	width: 712px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
#mainbox {
	background-image: url(images/bg-main.png);
	background-repeat: repeat-y;
	float: right;
	width: 550px;
	padding-top: 100px;
	min-height:600px;
	z-index: 100;
}
#maincontent {
	margin-top: 53px;
	text-align: justify;
	width: 380px;
}


#logo {
	position: relative;
	float: left;
	margin-top: 20px;
}
#navlist 
{
	height: 60px;
}
#navlist a {
	font-family: "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
#navlist a:link {
	font-family: "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
#navlist a:hover {
	font-family: "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #F09D42;
}
.highlight {
	color: #f09d42;
}
textarea {
	border: 1px solid #CCCCCC;
}
input {
	border: 1px solid #CCCCCC;
}
a {
	color: #F09D42;
	text-decoration: none;
}
a:link {
	color: #F09D42;
	text-decoration: none;
}
a:hover {
	color: #F09D42;
	text-decoration: underline;
}
.terms {
	font-size:9px;
	margin-bottom: 15px;
}
.terms a{
	color: #000000;
	text-decoration: none;
}

.terms a:link{
	color: #000000;
	text-decoration: none;
}
.terms a:hover{
	color: #000000;
	text-decoration: underline;
}
#maincontent2 {
	margin-top: 53px;
	text-align: justify;
	width: 380px;
}
#admenu {
	width: 147px;
	position: fixed;
	z-index: 100;
	margin-left: -225px;
	margin-top: 20px;
}


 /* Admin Menu Items */   
    .buttonbar {
	    margin-top: 2px;
    }
 
    .staticMenuItem
    {
        color: Black;
        border: solid 1px #999;
        padding: 2px 8px;
         height:30px;
    }

    .menuHover
    {
        color:White;
        background-color:#dedede;
    }
    
    .menuHover a:hover
    {
        color:White;
    }

    .dynamicMenuItem
    {
        color: Black;
        padding: 2px 8px;
         height:25px;        
    }
    
    .dynamicMenu
    {
        z-index: 123;
        border: Solid 1px black;
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
    }
	
