/* CSS Document */

body {
	margin: 0;
	background-color: #cc66ff;
	padding: 0;
	text-align: center;
    	line-height: 1.0em;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#indexcontainer {
	width: 780px;
	height: 506px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding: 0;
}


h1, h1 a, h1 a:hover{ 
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #810029;
	}
	
h2, td.h2 { 
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color:  #a64067;
	}

p, ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	margin-left: 10px;
	color: #666666;
	}

.form {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	color: #666666;
	}

td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	margin-left: 10px;
	color: #666666;
	}

a
    {
	font-family: Verdana, Helvetica, Arial, sans-serif;
    	color: #000000;
    	text-decoration: none;
    }
a:hover
    {
    color: #000000;
    }

#header {
	height: 35px;
	width: 780px;
	margin-left: 0px;
	text-align: left;
	background-image: url('images/logo2.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

/* BEGIN Menu Definitions */

#nav, #nav ul {
	float: left;
	width: auto;
	height: 35px;
	list-style: none;
	line-height: 16px;
	background-color: #663399;
	color: #ffffff;
	font-size: 0.8em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	height: 35px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	border: solid #ffffff;
	border-width: 0 1px 1px 0;
	text-align: center;
}

#nav li.active {
	background-color: #a64067;
	color: #FFFFFF;
	border: solid #ffffff;
}

#nav li {
	float: left;
	width: 65px;
	w\idth: 65px;
	height: 35px;
}

#nav li ul {
	position: absolute;
	left: -999em; 
	height: auto;
	border: solid #ffffff;
	border-width: 0px 0px 0px 1px;
	margin-left: -1px;
	background-color: #999999;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 65px;
	w\idth: 65px;
}

#nav li:hover, #nav li.sfhover {
	background-color: #a64067;
	color: #FFFFFF;
	left: auto;
}

#menublock {
	position: relative;
	float: left;
	width: 780px;
	z-index: 10;
	text-align: left;
	background-color: #663399;
}

/* END Menu Definitions */


#footer {
 	width: 780px;
	height: 35px;
	margin-left: 0px;
	text-align: left;
	background-color: #663399;
	border: solid #ffffff;
	border-width: 1px 0 0 0;
    }


#footertext {
	font-size: 0.8em;
        color: #ffffff;
        text-align: center;
        margin: 0px 0px 0 0;
        height: 35px;
        padding: 10px 0 0 15px;
}
	
#footer a
    {
    color: #cccccc;
    text-decoration: none;
    font-size: 10px;
    }
	
#footer a:hover
    {
    color: #000000;
    text-decoration: none;
    }
    
#leftcontent {
	float: left;
	height: 435px;
	width: 390px;
	padding: 0px 0px 0 0px;
	color: #999999;
	text-align: left;
	}

#rightcontent {
	position: relative;
	float: right;
	height: 435px;
	width: 380px;
	padding: 0;
	text-align: right;
	color: #999999;
	overflow: auto;
	padding: 0px 5px 0 5px;
	}

#clear {
	clear: both;
	}
	
#footerbase a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	text-align: center;
	color: #666666;
        text-decoration: none;
	}

#footerbase a:hover {
	font-weight: bold;
	}