* { margin:0; padding:0; }
body {
	background-color:#F4F4F4;
	background-image: url(shadow.jpg);
	background-position: center;
	}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 150px; /* .push must be the same height as .footer */
}
H1 {
	FONT-SIZE: 12px;
	font-weight:bold;
	COLOR: #990000;
	LINE-HEIGHT: 1.7em;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
H2 {
	FONT-SIZE: 12px;
	font-weight:bold;
	COLOR: #666666;
	LINE-HEIGHT: 1em;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: left;
}
H4 {
	FONT-SIZE: 12px;
	font-weight:bold;
	COLOR: #990000;
	LINE-HEIGHT: 1em;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: left;
}
.Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: normal;
	margin: 0px;
}
.foot:link {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}
.foot:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
.foot:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	text-align: left;
}
.footer_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	position: static;
	top: 50px;
	right: 0px;
	visibility: visible;
	text-align: right;
	vertical-align: bottom;
	font-weight: normal;
}
.footer_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	position: static;
	top: 50px;
	right: 0px;
	visibility: visible;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.main:link {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
.main:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
.main:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	text-align: left;
}
.main_body:link {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.main_body:visited {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.main_body:hover {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.Active_Page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-align: left;
	line-height: normal;
	margin: 0px;
}.CopySpaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 22px;
	margin: 0px;
}
.midlayer {
	min-height: 100%;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	width: 94%;
	margin: 0px;
	padding: 0px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:500px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #d2c2c2;
		background:#f9e6e6;
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:10px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:320px;
		margin:2px 0 30px 10px;
	}
	#basic textarea{
		float:left;
		width:320px;
		margin:2px 0 30px 10px;
		overflow:auto;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}


	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:320px;
		margin:2px 0 20px 10px;
	}
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
.projecttable {
	padding: 0px;
	width: 100%;
	text-indent: 4px;
	text-align: justify;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.projectttiles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	line-height: normal;
	margin: 0px;
	font-weight: bold;
}
#filefield {
	float:left;
	width:320px;
	overflow:auto;
	border: 1px solid #999999;
	font-size: 12px;
	height: 20px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 10px;
}
.news:link {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
.news:visited {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
.news:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	text-align: left;

}
ul {
	list-style-type: circle;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}
ul ul {
	list-style-type: square;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-decoration: underline;
}
ul ul ul {
	list-style-type: disc;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
ul ul ul ul {
	list-style-type: disc;
	font-size: 11px;
}
.ItemStyle {
	list-style-image: url(classic2.gif);
	font-family: "Arial";
	font-size: 11px;
}
.PopItemStyle {
	list-style-image: url(classic1.gif);
	font-family: "Arial";
	font-size: 11px;
}
