/**
 *	Mediatech v1.2
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/2.0/
 */

/* main menu styles */

/* General Fonts */

P{
font-family: Verdana;
line-height: 200%
font-size: 12px;
color: #000000; 
font-style: normal; 
line-height: 100%; 

}

BODY,OL,UL,DIV,TD {
font-family: Verdana;
font-size: 12px;
color: #000000; 
font-style: normal; 
line-height: 100%; 
}

H1,H2,H3 {
color: #000000
font-family: arial;
font-size: 18px;
font-style: bolder;
font-weight: 900; 
line-height: 300%;
}
 
 
/* in text hyperlinks */
a:link {
 font-weight: normal;
color: #478ADC; 			/* sky blue */
 font-size: 12px;
 text-decoration: none;
}
a:visited {
 font-weight: normal;
color: #478ADC; 			/* sky blue */
 font-size: 12px;
 text-decoration: none;
}
a:hover {
 font-weight: normal;
 color: red;
 font-size: 12px;
 text-decoration: none;
}

/* top navigation menu */
.topnav {
font-family: Verdana;
font-size: 9px;
}
.topnav a:link {
font-weight: normal;
text-decoration: none;
font-family: Verdana;
color: #000066; 			/* white */
padding: 1px;
}
.topnav a:visited {
font-weight: normal;
font-family: Verdana;
text-decoration: none;
color: #000066; 			/* white */
padding: 1px;
}
.topnav a:hover {
font-weight: normal;
font-family: Verdana;
text-decoration: none;
background: #336699;	/* blue */
color: #ffffff; 			/* white */ 
padding: 1px;
}

.topnav-act {
font-weight: normal;
font-family: Verdana;
text-decoration: none;
background: #000066;	/* blue */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:active {
font-weight: normal;
font-family: Verdana;
text-decoration: none;
background: #000066;	/* blue */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:link {
font-weight: normal;
font-family: Verdana;
text-decoration: none;
background: #000066;	/* blue */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:visted {
font-weight: normal;
font-family: Verdana;
text-decoration: none;
background: #000066;	/* blue */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:hover {
font-weight: normal;
font-family: Verdana;
text-decoration: none;
background: #000066;	/* blue */
color: #ffffff; 			/* white */ 
padding: 1px;
}


/* Bottom Navigation Menu */
.bottomnav {
font-family: Verdana;
font-size: 9px;
}
.bottomnav a:link {
font-weight: normal;
font-family: Verdana;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav a:visited {
font-weight: normal;
font-family: Verdana;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav a:hover {
font-weight: normal;
font-family: Verdana;
text-decoration: underline;
background: #94B4DC;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}
.bottomnav-act a:active {
font-weight: normal;
font-family: Verdana;
text-decoration: underline;
background: #94B4DC;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}
.bottomnav-act a:link {
font-weight: normal;
font-family: Verdana;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav-act a:visted {
font-weight: normal;
font-family: Verdana;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav-act a:hover {
font-weight: normal;
font-family: Verdana;
text-decoration: underline;
background: #94B4DC;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}




/* Left Navigation Menu */


.leftnav1 a:link {
		display: block;
		border-bottom: 1px solid #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right.gif) 5px 50% no-repeat;
}
.leftnav1 a:visited {
		display: block;
		border-bottom: 1px solid #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right.gif) 5px 50% no-repeat;
}
.leftnav1 a:active {
		display: block;
		border-bottom: 1px solid #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right.gif) 5px 50% no-repeat;
}
.leftnav1 a:hover {
		display: block;
		border-bottom: 1px solid #0033FF;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #0033FF; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}


.leftnav1-act a:link {
		display: block;
		border-bottom: 1px solid #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;	
		color: #000066; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
.leftnav1-act a:visited {
		display: block;
		border-bottom: 1px solid #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
.leftnav1-act a:active {
		display: block;
		border-bottom: 1px solid #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;	
		color: #000066; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
.leftnav1-act a:hover {
		display: block;
		border-bottom: 1px solid #0033FF;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;		
		color: #0033FF; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
 

.leftnav2 a:link {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_blue_line.gif) 20px 50% no-repeat;
}
.leftnav2 a:visited {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_blue_line.gif) 20px 50% no-repeat;
}
.leftnav2 a:active {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_blue_line.gif) 20px 50% no-repeat;
}
.leftnav2 a:hover {
		display: block;
		border-bottom: 1px dotted #0033FF;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #0033FF; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}


.leftnav2-act a:link {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}
.leftnav2-act a:visited {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}
.leftnav2-act a:active {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}
.leftnav2-act a:hover {
		display: block;
		border-bottom: 1px dotted #0033FF;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #0033FF; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}


.leftnav3 a:link {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right_solid.gif) 35px 50% no-repeat;
}
.leftnav3 a:visited {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right_solid.gif) 35px 50% no-repeat;
}
.leftnav3 a:active {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right_solid.gif) 35px 50% no-repeat;
}
.leftnav3 a:hover {
		display: block;
		border-bottom: 1px dotted #0033FF;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #0033FF; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}


.leftnav3-act a:link {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}
.leftnav3-act a:visited {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}
.leftnav3-act a:active {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}
.leftnav3-act a:hover {
		display: block;
		border-bottom: 1px dotted #0033FF;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #0033FF; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}


.leftnav4 a:link {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.leftnav4 a:visited {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.leftnav4 a:active {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.leftnav4 a:hover {
		display: block;
		border-bottom: 1px dotted #0033FF;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #0033FF; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}


.leftnav4-act a:link {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.leftnav4-act a:visited {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.leftnav4-act a:active {
		display: block;
		border-bottom: 1px dotted #000066;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000066; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.leftnav4-act a:hover {
		display: block;
		border-bottom: 1px dotted #0033FF;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #0033FF; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
 
/* Forms Fields */
SELECT {  
 font-family: Verdana;
 font-size: 12px 
}


textarea {
font-family: Verdana; 
color: #555555;
border-right: #000066 1px solid; 
border-top: #000066 1px solid; 
border-left: #000066 1px solid; 
border-bottom: #000066 1px solid
}

input {
font-family: Verdana; 
color: #555555; 
border-right: #000066 1px solid; border-top: #000066 1px solid; border-left: #000066 1px solid; border-bottom: #000066 1px solid; background-color: #ffffff
}

.input {
border-right: 0px solid; border-top: 0px solid; border-left: 0px solid; border-bottom: 0px solid; 0
}
