/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	line-height:15px;
	color: #000000;
	background: #666666;
}

.center {
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}

#container {
	position:relative;
	padding:0 19px;
	/*background: url(../images/dropshadow_bg.gif) repeat-y left 32px;*/
	z-index:89;
	width:1000px;
	height:100%;
}

#content{
	position:relative;
	top:3px;
	background: #fff;
	padding: 20px 70px;
	z-index:-1;
}

#bar{
	background: #f2f0f0;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

p{
	padding: 10px 0 10px 0;
}

#content ul{
	margin: 0 0 0 15px;
}

#content a, a:visited{
	text-decoration: none;
	color: #990000;
}

#content a:hover{
	text-decoration: none;
	color: #999;
	}
	
	h4{
	color:#0d759c; 
	font-size: 14px;
	padding: 10px;
	}
/*************************************************
** BOTTOM                                       **
*************************************************/
#bottom {	
	background: #666666 url(../gfx/dropshadow_btm.gif) no-repeat left top;
	width:1020px;
	height:10px;
}
div#copyright {	
	width:1000px;
	margin:0 auto;
	position:relative;
}
div#copyright div {
	font:9px Geneva, Arial, Helvetica, sans-serif;
	margin:0 20px;
}



/*new*/

#copyright a:hover {
	color:#990000;
}

#copyright a {
	
	text-decoration:none;
	color:#000000;
	
	}

