/* CSS Document */

hr {
	color: white;
	height: 1px;
}

body,html {
        padding: 0px;
        margin: 0px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
		text-align: center;
		background-color: #ffffff;
}

div#header {
	background-color: black;
	margin: 0px;
	padding: 9px;
	font-size: 12px;
	height: 26px;
	text-align:right;
	
}

div#header li {
	list-style-type: none;
	float: right;
	margin-right: 15px;
}



#header a:link, #header a:visited {
    color: white;
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
    color: yellow;
}

div#container {
	left: 50%;
	margin-left: -630px;
	width: 1250px;
	height: 640px;
	padding: 0px;
	background-color:white;
	color: white;
	position: absolute;
}

div.nav {
	width: 190px;
	position: absolute;
	top: 102px;
	left: 20px;
	text-align: right;
	background-color: black;
	padding: 5px;
}

.search_string{
	font-size: 10px;
    color: #ffffff;
	background-color:#000000;
	border-right-color: #ffffff; 
	border-right:solid; 
	border-right-width:1px;
	border-left-color: #ffffff; 
	border-left:solid; 
	border-left-width:1px;
	border-top-color: #ffffff; 
	border-top:solid; 
	border-top-width:1px;
	border-bottom-color:#ffffff; 
	border-bottom:solid; 
	border-bottom-width:1px;
 	text-align: left;
 	width:110px; 
	height:14px;
	
}
.nav ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
}

.nav ul li {
	list-style-type:none;
	margin: 0px;
	background-color: black;
	padding: 3px;
} 

.nav ul li ul {
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}

.nav ul li ul li {
	background-image:url(images/arrow.gif);
	background-position: center left;
	background-repeat:no-repeat;
	list-style-type: none;
	padding-left: 10px;
	
}

.nav a:link, .nav a:visited {
    color: white;
    text-decoration: none;
}

.nav a:hover {
    text-decoration: none;
    color: yellow;
}

div#content {
	position: absolute;
	top: 110px;
	left: 240px;
	width: 950px;
	text-align:left;
	background-color: white;
}

div#contenttext {
	background-position:right;
	background-repeat:repeat-y;
	background-color: black;	
	color: white;
	padding: 10px 130px 10px 20px;
	margin-bottom: 20px;
}

#content p {
	margin-bottom: 12px;
	margin-top: 0px;
	padding: 0px;
}


#content img {
	border: none;
	margin: 8px;
}

div#footer {
	position:absolute;
    text-align: center;
    font-size: 8px;
    color: #666666;
	bottom: 5px;
	width: 100%;
}

#footer a:link, #footer a:visited {
        text-decoration: none;
	    color: #cccccc;
}

#footer a:hover {
        text-decoration: none;
        color:#3399FF;
}

div#home{
		background-color:white;
	position:absolute;
	float:left;
	margin-left:40px;
	}
div#signin{
	background-color:white;
	position:absolute;
	float:left;
	margin-top:36px;
	margin-left:20px;
	}