/* CSS Document */

* {margin:0;padding:0;}

html { height: 100%; margin-bottom: 1px; }

body {
	margin:0px;
	padding:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:center;
}

p{
text-align:justify;
}

#container{
	margin:0px auto;
	padding:0px;
	width:557px;
}

#header{
	height:54px;
	padding-left:14px;
	background-color:#474747;
	text-align:left;
}

#nav{
	text-align:left;
	padding-left: 20px;
	background-color:#474747;
	color:#cccccc;
	height:18px;
	padding-top:7px;
}
#nav a:link{
	color:#ffffff;
	text-decoration:none;
}
#nav a:active{
	color:#ffffff;
	text-decoration:none;
}
#nav a:visited{
	color:#ffffff;
	text-decoration:none;
}
#nav a:hover{
	color:#cccccc;
	text-decoration:none;
}

.divider{
	margin-top:1px !important; 
	margin-left:0px !important; 
	margin-bottom:1px !important; 
	margin-top:-6px; 
	padding:0px; 
	margin-bottom:-6px;
}

#content{
	background-color:#eeeeee;
	width:557px;
}
#content_inner{
	margin-left:20px;
	margin-right:190px;
	margin-top:20px;
	text-align:justify;
	line-height:16px;
}
#footer{
	height:15px;
	padding-left:14px;
	background-color:#474747;
	text-align:left;
	margin-bottom:20px;
}

hr {
	border : none;
	border-top : dashed 1px #CCCCCC;
	color : #FFFFFF;
	background-color : #FFFFFF;
	height : 1px;
}

ul{
	margin-left:13px !important;
	margin-left:16px;
	margin-top:10px;
}

.sliding_panel{
	padding:1px;
	padding-left:3px;
	padding-right:3px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:2px;
	margin-bottom:2px;
}
#right_panel{
	margin-right:20px !important;
	margin-right:10px;
	margin-top:23px;
	float:right;
}

a:link{
text-decoration:none;
}
a:active{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}