@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
body {
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 22px;
	background-image: url(img/img4.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #999999;
}
body a:link, body a:active, body a:focus, body a:visited {
	color: #cc66cc;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
body a:hover {
	color: #ffffff;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	}
#container {
	position: absolute;
	width: 990px;
	left: 0;
    right: 0;
	left: 50%;
    margin-left: -500px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #cc66cc;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #cc66cc;
	}
.boldpurple {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #cc66cc;
	}
	
#navigation {
	width: 170px;
	position: relative;
	float: left;
	margin: 90px 20px 0px 50px;
	padding: 16px 0px 20px 0px;
	text-align: right;
	background-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	}
		/* ACTION LINKS */
#actionlinks_bg {
	width: 940px;
	height: 30px;
	position: relative;
	float: right;
	margin: 0px;
	background-color: #666666;
	filter: alpha(opacity=80); /* ie */
	opacity: 0.8; /* mozilla */
	}
#actionlinks {
	width: 920px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	top: 0px;
	left: 55px;
	}
#actionlinks li {
	color: #ffffff;
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	z-index: 100;
	}
#actionlinks li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	}
#actionlinks li a:hover {
	color: #cc66cc;
	}
.action {
	position: relative;
	float: left;
	display: inline;
	width: 760px;
	}
.action li {
	margin-right: 10px;
	}
#fontsize {
	position: relative;
	float: right;
	}
#fontsize a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	}
#fontsize a:hover {
	color: #cc66cc;
	}
#content {
	width: 750px;
	height: 500px;
	position: relative;
	float: right;
	margin: 90px 0px 0px 0px;
	color: #FFFFFF;
	background-color: #666666;
	filter: alpha(opacity=90); /* ie */
	opacity: 0.9; /* mozilla */
	}
#copy {	

	}
#img {
	width: 160px;
	position: absolute;
	top: 135px;
	left: 810px;
	}
#img p {
	margin-bottom: 20px;
	}
#footer {
	width: 930px;
	position: relative;
	float: right;
	padding: 120px 10px 10px 0px;
	color: #FFFFFF;
	font-size: small;
	}
#footertext {
	width: 170px;
	padding: 10px 10px 10px 10px;
	}
#awards {
	width: 720px;
	position: relative;
	float: right;
	}
#footer a:link, #footer a:active, #footer a:focus, #footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #cc66cc;
}
		/* MAIN MENU */
.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ffffff;
}
.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid;
	border-color: #ffffff;
}
.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul ul {
	padding-right: 10px;
	background-color: #7b7b7b;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	border-bottom: none;
}
.menu a:hover {
	text-decoration: none;
	color: #cc66cc;
}
.menu_current {
	color: #cc66cc;
}
		/* SCROLLBAR */

div.scrollholder
{
    width: 525px; height: 420px;
    overflow: auto;
	margin: 20px 0px 20px 20px;
	padding-right: 0px; 
	color: #FFFFFF;
	position: absolute;
	top: 120px;
	left: 240px;
	text-align: justify;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
	background-color: #7f797b;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;

}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #cc66cc;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px; 
	
}  