/* Styling for Site */
	/* img {display:inline;} */
	
	body, div, p, th, td, li, dd, form, input, select, label, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
       p {margin:10px 0;}

	a {color: #a90000;}
	a:link{color: #a90000; text-decoration: none;}
	a:visited{color: #a90000; text-decoration: none;}
	a:active{color: #a90000; text-decoration: none;}
	a:hover {color: #000 !important; text-decoration: underline;}
	
	a.press {color: #204C7C; font-weight: bold;}
	a.press:link{color: #204C7C; text-decoration: none;}
	a.press:visited{color: #204C7C; text-decoration: none;}
	a.press:active{color: #204C7C; text-decoration: none;}
	a.press:hover {color: #000 !important; text-decoration: underline;}
	
	hr {color: #D8D8D8; background-color: #D8D8D8; height: 1px; border: 0;}
	
	h1 {font-size: 16px; font-weight: bold; font-family: Arial;}
        h2 {font-size:13px; font-weight:bold; font-family:arial; color:#A90000; margin:10px 0; padding:0;}
	
	ul {
		list-style-type:square;
		}
	
	#content-page ul {
		padding: 0px;
		padding-top: 8px;
		padding-bottom: 16px;
		list-style-type: none;
	}
			
		#content-page ul li {
			font-size: 12px;
			background-image: url(../images/list-item.gif);
			background-repeat: no-repeat;
			background-position: 5px 5px;
			padding-left: 26px;
			line-height: 20px;
		}
		
		#content-page ul li a{
			color: #a90000;
			font-size: 12px;
			font-weight: normal;
		}
		
#content-page2 ul {
		padding: 0px;
		padding-top: 8px;
		padding-bottom: 16px;
		list-style-type: none;
	}
			
		#content-page2 ul li {
			font-size: 12px;
			background-image: url(../images/list-item.gif);
			background-repeat: no-repeat;
			background-position: 5px 5px;
			padding-left: 26px;
			line-height: 20px;
		}
		
		#content-page2 ul li a{
			color: #a90000;
			font-size: 12px;
			font-weight: normal;
		}




	fieldset {
		border: ridge 1px #DBDBDB;
		padding: 6px;
	}
		
	fieldset a{
		font-weight: bold;
	}
	
	legend {
		font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #0263a7;
		padding-bottom: 6px;
	}

	label {
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 16pt;
		float: left;
		width: 160px;
		text-align: left;
		padding: 0 3px 8px 5px;
	}
	
	input.text {
		font-size: 10px;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 2px;
		min-width: 200px;
		width: 200px;
		height: 16px;
	}
	
	br{
		clear: left;
	}
	
	select {
		font-size: 10px;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 16pt;
		min-width: 200px;
	}
	
	.errors {
		color: #FF0000 !important;
		padding: 20px 0 20px 0;
		}


@media print{
			#header, #flash, #left-nav, {display:none}
			#header_print{display:inline}
            .noprint {display:none}
			}

