#content h1, #content h2, #content h3 {
	font-size: 12px;
	color: #000066;	
}

* {
	color: #666666;
}
/*############# BODY ##############*/

body	{
	text-align:			center;
	margin:				0px;
	font-size: 11px;
	font-family: Arial;
}
	
fieldset {
	display: block;
	border: 0;
}
	
legend { 
	width: 100%;
	background-color: #CCCCCC;
	display: block;
	font-weight: bold;
}
	
.clear{
	clear:				both;
	font-size:			1px;
	line-height:		1px;
	height:				1px;
}

.float_right {
	text-transform: capitalize;
	float: right;
	margin-left: 15px;
}

.float_right ul {
	padding-left: 20px;
	list-style: none;
	margin: 0;
}

.float_right li {
	padding: 0;
	margin-left: 0;
}
	
ul.inputlist, ul.inputlist li {
	list-style: none;
}

#header {
	background: url(/images/design/bluestripes.png) repeat-x top left;
	height: 110px;
	display:none;
}

#header h1 {
	background: transparent url(/images/design/logo.gif) no-repeat left top;
	padding: 0;
	margin: 0;
	width: 260px;
	height: 100px;
	text-indent: -9999px;
	float: left;
}


#header .admin {
	float: right;
	list-style: none;	
	font-weight: bold;
	padding-top: 34px;
	margin-top: 0px;
	
}

table.disTableBorder {
	padding-top: 45px;
}

#header .admin a {
	color: black;
	text-decoration: underline;
}

#header .admin li {
	display: block;
	float: left;
	font-size:13px;
	font-weight:normal;
}

ul.nav {
	list-style: none;
	display: block;
	color: #000033;
	font-size: 10px;
}

#header .mainnav {
	width: 560px;
	height: 12px;
	border-bottom: 1px solid #ADDBE7;
	display: block;
	padding-left: 0;
	padding-bottom: 4px;
	margin-right: 5px;
	float: right;
/* 	margin-left: 210px; */
	margin-top: -20px;
}

a {
	color: #000099;
}

ul.nav a {
	text-decoration: none;
}

ul.nav li {
	padding: 0;
	padding-right: 15px;
	margin: 0;
	font-size: 10px;
	float: left;
}

.copyright {
	float: right;
}
blah {
	background-color: #ADDBE7;
}

#footer {
	height: 30px;
	background: url(/images/design/bluestripes.png) repeat-x bottom left;
}

#content {
	padding: 0 10px;	
}

#content img {
	margin: 0 0 10px 15px;
	border: 3px solid #ADD8E6;
	float: right;	
}
#footer .nav {
	padding: 0;
	padding-top: 5px;
	margin: 0;
	float: left;
}
#footer span {
	padding-top: 5px;
}
#footer {
	padding: 0 5px;
	display:none;
}
/*########### WRAPPER #############*/

#wrap{
	padding: 0;
	width:				770px;
	margin:				0px auto;
	text-align:			left;
}
	
/*########### ADMIN ############*/	
td, th, input, select{
	margin:				0px;
	padding:			0px;
	font-family:		arial;
	font-size:			11px;
	color:				#666666;
}

li {
	margin:				15px;
	padding:			0px;
	font-family:		arial;
	font-size:			11px;
	color:				#666666;
}
#admin .float_left{
	float:				left;
	width:				600px;
	text-align:			left;
}
	
#admin h4{
	margin:				0px 0px 0px 0px;
	padding:			0px;
	font-family:		arial;
	font-size:			12px;
	color:				#B12647;
	font-weight:		lighter;
	}

#admin p{
	margin:				15px 0px 0px 40px;
	padding:			0px;
	font-family:		arial;
	font-size:			11px;
	color:				#666666;
	line-height:		130%;
	width:				700px;
	}

#admin a{		
	text-decoration:	none;
	margin-left:		5px;
	}
	
#admin a:hover{		
	color:				#333333;
	}	
	

#regNurseNum{
	display:			table-row;
}

#regNurseNum2{
	display:			none;
}

#regNurseCouncil{
	display:			table-row;
}

#regNurseCouncil2{
	display:			none;
}

#regStudentNum{
	display:			none;
}

#regStudentNum2{
	display:			table-row;
}

#regStudentUni{
	display:			none;
}

#regStudentUni2{
	display:			table-row;
}

.inputlist li label {
	display: block;
	text-align: right;
	padding-right: 7px;
	width: 180px;	
	float: left;
}


.inputlist fieldset.main {
	clear: both;
	width: 700px;
}


.inputlist fieldset.main legend {
	width: 700px !important;;
	display: block;
}
.inputlist li.required label {
	font-weight: bold;
}

.inputlist li.required input, .inputlist li.required select {
}

.inputlist li .mandatory.error {
}

.inputlist li fieldset {
	border: none;
	padding: 0;
	margin: 0;
	
}

.view.inputlist label {
	font-weight: bold;
}
.inputlist li {
	float: left;
	clear: both;
	width: 650px;
}

.inputlist li div {
	float: left;
}
.inputlist li label {
	float: left;	
}

#flash {
	float:left;
	margin: 1em auto;
	border: 1px solid;

	width: 100%;
	padding: 1.5em;
	clear: both;
	background: #ADD8E6 url(../images/logo.gif) 99% 100% no-repeat;

}
#flash ul{
	line-height:3px;
}
