body {
	background-color: black;
	color: black;
	-x-system-font: none;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.231;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	font-weight: normal;
	margin: 0pt;
	padding: 0pt;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal; 
	font-weight: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img{
	border: 0;
}

caption, th{
	text-align: left;
}

q:before, q:after{
	content: '';
}
	
ol, ul{
	/*list-style: none;*/
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

label{
	margin-left: 4px;
	margin-right: 8px;
}

input, select {
	/*border-bottom: 1px solid #93848C;
	border-top: 1px solid #93848C;*/
	padding: 0.5em;
}

input, textarea {
	width: 98%;
}

input, textarea, select {
	padding: 2px;
}

#content {
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
}

#content #content_layout {
	width: 100%;
	height: auto !important;
	min-height: 350px;
}

#page, #container {
	margin: 0px auto;
	width: 960px;
}

#header {
	width: 960px;
	height: 160px;
	position: relative;
}

#login_nav {
	height:23px;
	color:white;
	font-size: 1.2em;
	position:absolute;
	right:3px;
	text-align:right;
	top:2px;
}

#login_nav a {
	color: white;
	text-decoration: none;
}

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

#footer {
	clear: both;
	height: 50px;
	overflow: hidden;
}

#footer p {
	text-align: center;
	line-height: 1.3em;
}

#footer a {
	text-decoration: none;
	color: #F7AD3D;
}

#footer ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

#footer ul {
	margin-bottom: 0;
	text-align: center;
}

#path {
	width: 100%;
	/*height: 31px;
	line-height: 31px;*/
	color: white;
	font-size: 1.2em;
	border-bottom: 2px solid #CFB487;
}

#path p {
	margin-bottom: 0px;
}

#path span {
	color: #f7ad3d;
	font-weight: normal;
}

#path a {
	color: white;
	text-decoration: none;
}

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