/**
 *	Nouvo v1.0
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/2.0/
 */

/* main menu styles */

/* General Fonts */

body {margin:0px; padding:0px; }



BODY,P,OL,UL,DIV,TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000; 
font-style: normal;  
}


/* headings */
/******************/
/* Headers, plain */
/******************/
H1 {
	font-size: 15px;
	font-variant: small-caps;
	color:#0558B5;
	background: #FFFFFF;
	width: 100%;
	padding: 3px;
	display: block;
/*	border: 1px solid #000000; */
}
H2 {
	font-size: 10px;
	color:#004475;
	background: #D7A21E;
	width: 100%;
	padding: 3px;
	display: block;
/*	border: 1px solid #000000; */
}
H3 {
	font-size: 12px;
	font-variant: small-caps;
	color:#0558B5;
	background: #FFFFFF;
	width: 100%;
	padding: 0px;
	display: block;
/*	border: 1px solid #000000; */

H4 { font-size: 18px; color: red; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 5px; margin-bottom: 0px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }


/* In Text Hyperlinks */
a:link {
 color: #0a72e5; 			/*blue*/
 text-decoration: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
a:visited {
 color: #0a72e5; 			/*blue*/
 text-decoration: none;
}
a:hover {
 font-weight: normal;
 color: #0a72e5;
 text-decoration: underline;
}


/* Bottom Navigation Menu */
.bottomnav {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.bottomnav a:link {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav a:visited {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav a:hover {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background: #94B4DC;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}
.bottomnav-act a:active {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background: #94B4DC;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}
.bottomnav-act a:link {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav-act a:visted {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav-act a:hover {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background: #94B4DC;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}




/* Left Navigation Menu */


.leftnav1, .leftnav1-act, .leftnav2, .leftnav2-act 
{ 	margin-bottom:1px;
	 }

.leftnav1 a:link {
	display:block;
	font-weight:bold;
	color: #fff;	
	text-decoration:none;	
	padding:5px 5px 5px 10px;
	background: #014896;
	border-left:4px solid #CCC;	
	min-height:18px;
}
.leftnav1 a:visited {
	display:block;
	font-weight:bold;
	color: #fff;	
	text-decoration:none;	
	padding:5px 5px 5px 10px;
	background: #014896;
	border-left:4px solid #CCC;	
	min-height:18px;
		
}
.leftnav1 a:active {
	display:block;
	font-weight:bold;
	color: #01aef0;	
	text-decoration:none;	
	padding:5px 5px 5px 10px;
	background: #014896;
	border-left:4px solid #01aef0;	
	min-height:18px;
}
.leftnav1 a:hover {
	display:block;
	font-weight:bold;
	color: #01aef0;	
	text-decoration:none;	
	padding:5px 5px 5px 10px;
	background: #014896;
	border-left:4px solid #01aef0;	
	min-height:18px;
}
.leftnav1-act a:link {
	display:block;
	font-weight:bold;
	color: #01aef0;	
	text-decoration:none;	
	padding:5px 5px 5px 10px;
	background: #014896;
	border-left:4px solid #01aef0;	
	min-height:18px;
}
.leftnav1-act a:visited {
	display:block;
	font-weight:bold;
	color: #01aef0;	
	text-decoration:none;	
	padding:5px 5px 5px 10px;
	background: #014896;
	border-left:4px solid #01aef0;	
	min-height:18px;
}
.leftnav1-act a:active {
	display:block;
	font-weight:bold;
	color: #01aef0;	
	text-decoration:none;	
	padding:5px 5px 5px 10px;
	background: #014896;
	border-left:4px solid #01aef0;	
	min-height:18px;
}
.leftnav1-act a:hover {
	display:block;
	font-weight:bold;
	color: #fff;	
	text-decoration:none;	
	padding:5px 5px 5px 10px;
	background: #014896;
	border-left:4px solid #01aef0;	
	min-height:18px;
}
 

.leftnav2 a:link {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 2px 2px 15px;
	background: #c2e4f1;
	border-left:4px solid #CCC;	
	min-height:18px;
	font-size:10px;
}
.leftnav2 a:visited {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 2px 2px 15px;
	background: #c2e4f1;
	border-left:4px solid #CCC;	
	min-height:18px;
	font-size:10px;
}
.leftnav2 a:active {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 2px 2px 15px;
	background: #c2e4f1;
	border-left:4px solid #01aef0;	
	min-height:18px;
	font-size:10px;
}
.leftnav2 a:hover {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 2px 2px 15px;
	background: #c2e4f1;
	border-left:4px solid #01aef0;	
	min-height:18px;
	font-size:10px;

}

.leftnav2-act a:link {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 2px 2px 15px;
	background: #afd4e2;
	border-left:4px solid #01aef0;	
	min-height:18px;
	font-size:10px;
}
.leftnav2-act a:visited {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 2px 2px 15px;
	background: #afd4e2;
	border-left:4px solid #01aef0;	
	min-height:18px;
	font-size:10px;

}
.leftnav2-act a:active {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 2px 2px 15px;
	background: #afd4e2;
	border-left:4px solid #01aef0;	
	min-height:18px;
	font-size:10px;

}
.leftnav2-act a:hover {
	display:block;
	font-weight:bold;
	color: #fff;	
	text-decoration:none;	
	padding:2px 2px 2px 15px;
	background: #afd4e2;
	border-left:4px solid #01aef0;	
	min-height:18px;
	font-size:10px;

}



.leftnav3 a:link {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -102px;
}
.leftnav3 a:visited {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -102px;
}
.leftnav3 a:active {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -102px;
}
.leftnav3 a:hover {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -127px;
}


.leftnav3-act a:link {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -127px;
}
.leftnav3-act a:visited {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -127px;
}
.leftnav3-act a:active {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -127px;
}
.leftnav3-act a:hover {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -127px;
}


.leftnav4 a:link {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -152px;
}
.leftnav4 a:visited {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -152px;
}
.leftnav4 a:active {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -152px;
}
.leftnav4 a:hover {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -177px;
}


.leftnav4-act a:link {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;		
		color: #FFFFFF; 			/* white*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -177px;
}
.leftnav4-act a:visited {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -177px;
}
.leftnav4-act a:active {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -177px;
}
.leftnav4-act a:hover {
		display: block;
		border-top: 1px solid #FFFFFF; /* white*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;		
		color: #568AC9; 			/* dark flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/buttons.gif") top left no-repeat;
		background-position: 0 -177px;
}
 
/* Forms Fields */
SELECT {  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px 
}


textarea {
font-family: arial, helvetica, sans-serif; 
color: #555555;
border-right: #94b4dc 1px solid; 
border-top: #94b4dc 1px solid; 
border-left: #94b4dc 1px solid; 
border-bottom: #94b4dc 1px solid
}

input {
font-family: arial, helvetica, sans-serif; 
color: #555555; 
border-right: #94b4dc 1px solid; border-top: #94b4dc 1px solid; border-left: #94b4dc 1px solid; border-bottom: #94b4dc 1px solid; background-color: #ffffff
}

.input {
border-right: 0px solid; border-top: 0px solid; border-left: 0px solid; border-bottom: 0px solid; 0
}

























