	/* Pre-CSS Setup
-----------------------------------------------------------------------------*/
*{
		margin: 0;
		padding: 0;
		border: 0;
		font-weight:normal;
		font-size:12px;
		color:#4e4c47;
}
	/* Text Color and Headers
-----------------------------------------------------------------------------*/
body{
		background-color:#ebebe2;
		min-width:775px;
		padding:0; 
		margin:0;	  
		width:100%;
		font-family: tahoma;
		color:#4e4c47;
}

h1 {
		font-size:14px;
		font-weight:600;
		color:#cc0000;
		text-transform:uppercase;
		text-align:left;
		width:90%;
		height:25px;
		background-color:#e7e3d5;
		padding:20px;
		margin-top:20px;
		margin-bottom:20px;
		text-align:left;
}

h2 {
		margin-left:-8px;
		margin-bottom:20px;
		font-size:12px;
		font-weight:600;
}
		
.header {
		width:90%;
		height:25px;
		background-color:#e7e3d5;
		padding:20px;
		margin-top:20px;
		margin-bottom:20px;
		text-align:left;
}

.side-separator {
		width:95%;
		margin-top:5px;
		margin-bottom:5px;
		height:7px;
		background-color:#e7e3d5;
}

.content-separator {
		width:90%;
		margin-top:30px;
		margin-bottom:10px;
		margin-left:-20px;
		height:30px;
		border-top:dotted 1px #c6c0b2;
}

ul{
	list-style:none;
}


li {
	background:url(../images/arrow.png) center left no-repeat;
	margin:0;
	padding:0 0 0 30px;
	line-height:18px;
	color:#4e4c47;
}

a:link {
		font-size:12px;
		font-weight:600;
		text-decoration:none;
		color:#cc0000;
}

a:visited {
		font-size:12px;
		font-weight:600;
		text-decoration:none;
		color:#cc0000;
}

a:hover {
		font-size:12px;
		font-weight:600;
		text-decoration:none;
		color:#000000;
}






































	/* Layout
-----------------------------------------------------------------------------*/
.head {
		background-image:url(../images/bg-top.jpg);
		background-repeat:repeat-x;
}

.head_r {
		background:url(../images/header.png) top right no-repeat;
		height:202px;
}

.title_container {
	width:520px;
	padding-top:35px;
	text-align:center;
	background-image:url(../images/ndpa_header.png);
	background-repeat:no-repeat;
	background-position:17px 34px;
}

.title {
		width:100%; 
		font-size:90px;
		font-family:arial;
		font-weight:bold; 
		letter-spacing:26px;
		text-align:center;
		color:#ffffff;
}

.subtitle {
		margin-top:-18px;
		width:100%; 
		font-size:12px; 
		letter-spacing:3px;
		text-align:center;
		color:#999999;
}

.menu {
		margin-top:33px;
		margin-left:15px;
		color:#333333;
		padding-top:8px;
		text-align:left;
}

.main {
		width:100%;
}

.side {
		float:left; 
		width:200px;
		margin-left:-100%; 
		background-color:#ebebe2;
}

.side-content {
		padding-left:25px;
		padding-top:20px;
		padding-bottom:10px;
}

.middle {
		float:left; 
		width:100%; 
		background-color:#ebebe2;
}

.middle-content {
		margin-left:250px;
		padding-top:10px;
		padding-bottom:20px;
		min-height:500px;
		line-height:18px;
}

.regular {
		margin-left:30px;
		width:90%;
}

.footer {
		background-image:url(../images/bg-footer.gif);
		width:100%;
		height:86px;
		text-align:left;
		float:left;
}

.footer-content {
		padding-top:45px;
		padding-left:25px;
}

input {
border:solid 1px #4e4c47;
}

	/* Navigation Menu
-----------------------------------------------------------------------------*/
a.mainmenu:link {
		font-size:13px;
		font-weight:100;
		letter-spacing:2px;
		text-decoration: none;
		color:#ff0000;
}

a.mainmenu:visited {
		font-size:13px;
		font-weight:100;
		letter-spacing:2px;
		text-decoration: none;
		color:#ff0000;
}

a.mainmenu:hover {
		font-size:13px;
		font-weight:100;
		letter-spacing:2px;
		text-decoration: none;
		color:#ffffff;
}

	/* Side Menu
-----------------------------------------------------------------------------*/
a.sidemenu:link {
		font-size:12px;
		font-weight:100;
		text-decoration: none;
		color:#4e4c47;
}

a.sidemenu:visited {
		font-size:12px;
		font-weight:100;
		text-decoration: none;
		color:#4e4c47;
}

a.sidemenu:hover {
		font-size:12px;
		font-weight:100;
		text-decoration: underline;
		color:#4e4c47;
}


table, td, th{
border:1px solid #000000;
padding:2px;
}

#wait { padding:15px 0 0 0; text-align:center; }
.hidden { display:none; }
.showing { display:block; }