*{
	font-family:Lucida Sans, Lucida Grande, Arial, Helvetica, Sans;
	margin:0;
	padding:0;
	font-size: 12px;		
}
body {
	background-color: #000000;
	background-image: url(images/back_home.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #244ea9;
}
.greenBack {
	background-image: url(images/back_greenfade.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#home-menu{
	margin:0 auto;
	width:875px;
	margin-top:-55px;
	height:350px;
	background:url(images/back_menu.gif) no-repeat center top;
	text-align:center;
}
#content {
	position:absolute;
	top:219px;
	width:100%;
	z-index:1;
}
.footer1 {
	font-size:20px;
	font-weight:bold;
}

.backNav {
	background-image: url(images/back_sidenav.gif);
	background-repeat: repeat-y;
}

.OnbackNav {
	background-color: #b2ff4c;
}


li{
	list-style:none;
	background:url(images/arrow.gif) 0px 2px no-repeat;
	padding-left:30px;
	padding-bottom:30px;
	padding-top:6px;
}
#submit.input{
	font-family:Lucida Sans, Lucida Grande, Arial, Helvetica, Sans;
	font-size: 10px;	
}

.required{
	font-size:15px;
	font-weight:bold;
	color:#C00;
}



/* NOTE START */
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 280px;
}
.notedefault {
 padding: 15px;
 border: 3px solid #527edf;
 background-color: #FFFFFF;
 color: black;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: -50px;
 margin-top: -200px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: #527edf;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
	float: right;
	margin-top: 2px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: black;
	text-decoration: none;
	visibility: hidden;
	font-family: "Trebuchet MS", Calibri, "Myriad Pro", Verdana, Arial, sans-serif;
	font-size: 11px;
}
.snb-pinned .note-close {
 visibility: inherit;
}
/* NOTE END */



