body{
	font-family: Verdana,sans-serif;
	font-size: 16px;
	color: #cccccc;
	line-height: 1.166;	
	margin: 20 px;
	padding: 0 px;
	background: url("images/bcg.jpg");
	background-attachment: fixed;
	background-repeat: repeat;
}

a:link, a:visited{
	color: #990099;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
 font-size: 140%;
 color: #990099;
}

h2{
 font-size: 115%;
 color: #990099;
 padding-top:10px;
}

h3{
 font-size: 100%;
 font-weight: bold;
 color: #ffffff;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #ffffff;
}

h5{
 font-size: 100%;
 color: #ffffff;
}

#menu td{
	padding-bottom:5px;
	}

/* top page quick links */

#quick{
	width: 700;
	font: 75% Verdana,sans-serif;
	text-align: right;
	color: #990099;
	padding: 0 0 10px 0;
}

#quick a{
	color: #999999;
}

#quick a:hover{
	text-decoration: underline;
}

/* main part of page */

#page{
	width: 705px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	margin-bottom: 20px;
}

/* content */

#content{
	padding: 30px 15px 10px 15px;
	font-size: 75%;
}

#content img{
	margin: 5px 10px 5px 10px;
	border-width: 1px;
	border-color: #CCCCCC;
}

/* bottom page partner links */

#partners{
	clear: both;
	width: 705px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	font-size: 75%;	
}


/* dropout menu */


#menu{
	border:none;
	border:0px;
	margin:0px;
	color: #999999;
	padding: 5px;
	font: 80% Verdana, Helvetica, sans-serif;
	font-weight:bold;
	}
	
	#menu ul{
		background:#000000;
		list-style:none;
		height:25px;
		margin:0;
		padding:5px;
	}
	
		#menu li{
			float:left;
			padding:0px;
		}
	
		#menu li a{
			background:#000000;
			color:#999999;
			display:block;
			font-weight:bold;
			text-align:center;
			text-decoration:none;
		}
		
		#menu li a:hover, #menu ul li:hover a{
			background: #000000;
			color:#990099;
			text-decoration:none;
		}
		
		#menu img{
			margin: 0;
			padding: 0;
			border: 0;
		}
	
			#menu li ul{
				background: #333;
				display:none;
				height:auto;
				padding:0px;
				margin:0px;
				border:0px;
				position:absolute;
				width:100px;
				z-index:50;
				/*top:1em;
				/*left:0;*/
			}
			#menu li:hover ul{
				display:block;
			}
	
				#menu li li {
					display:block;
					float:none;
					margin:0px;
					padding:0px;
					width:100px;
				}
				
				#menu li:hover li a{
					background:none;
				}
	
				#menu li ul a{
					display:block;
					font-style:bold;
					color:#999999;
					margin:0px;
					padding:5px;
					text-align:left;
					}
		
				#menu li ul a:hover, #menu li ul li:hover a{
					background:#666;
					border:0px;
					color:#000000;
					text-decoration:none;
				}

