body {
	background-color: #FDF5E6;
	color: #393939;
	font-family: Verdana,Arial, Garamond, sans-serif;
	font-size: x-small;
	text-align: center; 
	height: 100%;
	margin-top: 0px;
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}

#container {
	margin: 0px auto;
	width: 800px;
	text-align: center;
	color: #393939;
	min-height: 100%;
	background: url(images/left_bk.jpg) repeat-y;
}
* html #container {height:100%;}
div#footer {
	background-color: #02739B;
	text-align: center;
	POSITION: relative;
	MARGIN: -60px auto 0px auto;
	clear: both;
	width: 800px;	
	border-bottom: 1px solid Black;
   height: 60px;
}

* HTML #footer {
	MARGIN: -60px auto 0px auto; /*brings footer up over the content above viewport */
}
#top {
	margin: 0px;
	width: 800px;
	height: 156px;
}
#top img {
	padding: 0px;
}
#main {
	float:left;
	width: 800px;
	background: url(images/left_bk.jpg) repeat-y;
	
}
#maincontent {
	margin: 0px 35px 10px 35px;
	padding-bottom: 50px;
	text-align: left;
	color: #393939;
	float: right;
	line-height: 145%;
	background-color: white;
	display: inline;
	width: 520px;
	font-size: 110%
}

.leftsidebar {
	color: White;
	float: left;
	margin: 10px 5px 10px 10px;
	width: 180px;
	text-align: left;
	display: inline;
	line-height: 160%;
}
/* left menu normal */
div#mainmenu {
	border-top: 1px black solid;
	width: 191px;
	font-size: 120%
}
div.level1_no a {
	font-weight: bold;
	padding-left: 15px;
	display: block;
	width: 174px;
	height: 25px;
	border-bottom: 2px solid black;
	border-left: 1px black solid;
	border-right: 1px black solid;
	letter-spacing: 0.1em;
	
}
div.level1_no a:link {
	color: White;
	text-decoration: none;
	background-color: Maroon;
}
div.level1_no a:visited {
	color: White;
	text-decoration: none;
	background-color: Maroon;
}
div.level1_no a:hover {
	color: white;
	background: url(images/arrow.gif) no-repeat left;
	background-color: #02739B;
	
}
div.level1_no a:active {
	color: White;
	text-decoration: none;
	background-color: Maroon;
	
}
/* left menu active */
div.level1_act a {
	font-weight: bold;
	color: #FFFACD;
	text-decoration: none;
	letter-spacing: 0.1em;
	background: url(images/arrow.gif) no-repeat left;
	background-color: Maroon;
	padding-left: 15px;
	display: block;
	width: 174px;
	height: 25px;
	border-bottom: 2px solid black;
	border-left: 1px black solid;
	border-right: 1px black solid;
	
}
div.level1_act a:hover {
	text-decoration: none;	
}



/* left links dark */
.leftsidebar a:link {
	color: #FEEFD0;
	text-decoration: none;
}
.leftsidebar a:visited {
	color: #FEEFD0;
	text-decoration: none;
	
}
.leftsidebar a:hover {
	color: #CFF5FE;
	text-decoration: underline;
}

.leftsidebar a:active {
	color: #020167;
	text-decoration: none;
	
}


div#Lside {
	margin: 15px 0px;
	font-size: 110%
}
div#Lside H1 {
	color: white;
}
.footermenu a:link {
	color: white;
	text-decoration: none;
	
}
.footermenu a:visited {
	color: white;
	text-decoration: none;
	
}
.footermenu a:hover {
	color: #FC9C7C;
	text-decoration: underline;
}

.footermenu a:active {
	color: white;
	text-decoration: none;
	
}

.copyright a:link {
	color: #A8BBCA;
	text-decoration: none;
	
}
.copyright  a:visited {
	color: #A8BBCA;
	text-decoration: none;
	
}
.copyright  a:hover {
	color: #FC9C7C;
	text-decoration: underline;
}

.copyright a:active {
	color: #A8BBCA;
	text-decoration: none;
	}
.footermenu {
	text-align: center;
	padding-top: 10px;		
	color: white;
}
.copyright {
	text-align: center;
	padding-bottom: 10px;
	color: white;
	
}

a:link {	color: #700000;}
a:visited {color: #700000;}
a:hover {color: #004000;}
a:active {color: #700000;}

td {
	color: #393939;
	font-style: normal;
	text-align: left;
}
h1, h2, h3, h4 {
	font-size: 135%;
	color: #020167;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}
.table1 {
	width: 90%;
	text-align: center; 
	margin: auto;
	border: 1px solid #9B2904;
	padding: 0px;
	
}
.table1 th {
	text-align: left; 
	background-color: #02739B;
	color: white;
	font-weight: bold;
	
}
.table1 td {
	padding: 0px;
	border: 1px solid #EBEBEB;
}
/* contact form */
div.csc-mailform-field {
	padding-top: 15px;
	clear: left;
	
}

label {
	text-align: right;
	vertical-align: top;
	float: left;	
	margin-left: 4px;
	font-weight: bold;
}
legend {
	display: none;
}
.csc-mailform-label {
	font-weight: bold;
	background-color: #D4DDE4;
	text-transform: uppercase;
	padding: 2px;
	
}
input {
	float: left;
	background-color: #FDF5E6;	
	border: 1px solid #A8BBC9;
	margin-left: 5px;
}
textarea {
	background-color: #FDF5E6;	
	clear: right;
	border: 1px solid #A8BBC9;
	margin-left: 27px;
}

input#mailformFirst_Name {
	float: left;
	width: 150px;
	clear: right;
	margin-left: 10px;
	
}
input#mailformlast_name {
	clear: right;
	float: left;
	width: 150px;
	margin-left: 10px;
}
input#mailformhome_phone {
	clear: right;
	float: left;
	width: 150px;
	margin-left: 2px;
}
input#mailformcell_phone {
	clear: right;
	float: left;
	width: 150px;
	margin-left: 13px;
}
input#mailformemail {
	clear: right;
	float: left;
	width: 150px;
	margin-left: 42px;
}
input#mailformGendermale {
	border: none;
}
input#mailformGenderfemale {
	clear: right;
	border: none;
	margin-left: 25px;
}
input#mailformAge18yrs {
	border: none;	
}
input#mailformAge1825yrs {
	border: none;	
	margin-left: 10px;
}
input#mailformAge2635yrs {
	border: none;	
	margin-left: 10px;
}
input#mailformAge3644yrs {
	border: none;	
	margin-left: 10px;
}
input#mailformAge4555yrs {
	border: none;	
	margin-left: 10px;
}
input#mailformAge55yrs {
	border: none;
	margin-left: 10px;
	clear: right;	
}
input#mailformmarital_statusSingle {
	border: none;	
}
input#mailformmarital_statusMarried {
	border: none;	
	margin-left: 25px;
}
input#mailformmarital_statusWidowed {
	border: none;	
	margin-left: 25px;
	clear: right;
}
input#mailformupdate_info {
	clear: right;
}
input#mailformsubscribe_enews {
	clear: right;
}
input#mailformattendNCC_yrsIdonotattend {
	border: none;
	margin-left: 15px;
}
input#mailformattendNCC_yrs3mo {
	border: none;
	margin-left: 15px;
}
input#mailformattendNCC_yrs6mo1yr {
	border: none;
	margin-left: 15px;
}
input#mailformattendNCC_yrs13yrs {
	border: none;
	margin-left: 15px;
}
input#mailformattendNCC_yrs35yrs {
	border: none;
	margin-left: 15px;
}
input#mailformattendNCC_yrs5yrs {
	border: none;
	margin-left: 15px;
	clear: right;
}
input#mailformWhich_campus_do_you_attendMelroseVista {
	border: none;
	margin-left: 5px;
}
input#mailformWhich_campus_do_you_attendFallbrook {
	border: none;
	margin-left: 5px;
}
input#mailformWhich_campus_do_you_attendMadisonShadowridge {
	border: none;
	margin-left: 5px;
}
input#mailformWhich_campus_do_you_attendRooseveltOceanside {
	border: none;
	margin-left: 5px;
}
input#mailformWhich_campus_do_you_attendGreenOak {
	border: none;
	margin-left: 5px;
}
input#mailformWhich_campus_do_you_attendOther {
	border: none;
	margin-left: 5px;
	clear: right;
}
fieldset#mailformmarital_status {
	background-color: #EEF7FD;	
	clear: left;
}

fieldset#mailformGender {
	background-color: #EEF7FD;
	clear: left;
	
}
fieldset#mailformAge {
	background-color: #EEF7FD;
	clear: left;
}
fieldset#mailformattendNCC_yrs {
	background-color: #EEF7FD;
	clear: left;
	
}
fieldset#mailformWhich_campus_do_you_attend {
	background-color: #EEF7FD;
	clear: left;
}


#mailformmarital_status legend {
	background-color: #3370A7;
	padding: 2px 7px;
	color: white;
	font-weight: bold;
}
#mailformattendNCC_yrs legend {
	background-color: #3370A7;
	padding: 2px 7px;
	color: white;
	font-weight: bold;
}
#mailformWhich_campus_do_you_attend legend {
	background-color: #3370A7;
	padding: 2px 7px;
	color: white;
	font-weight: bold;
}
#mailformAge legend {
	background-color: #3370A7;
	padding: 2px 7px;
	color: white;
	font-weight: bold;
}
#mailformGender legend {
	background-color: #3370A7;
	padding: 2px 7px;
	color: white;
	font-weight: bold;
}
input#mailformformtype_mail {
	margin-left: 100px;
	font-weight: bold;
	color: #265179;
}
