
<!-- Styles for Links -->
A:link { text-decoration: none; color: #E20036 }
A:visited { text-decoration: none; color: #E95700 }
A:hover { text-decoration: none; }

<!-- Styles for Navigation Links -->
A.nav_off { text-decoration: none; color: #E20036 }
A.nav_off:visited { text-decoration: none; color: #E20036 }
A.nav_on { text-decoration: none; color: #F3BB47 }
A.nav_on:visited { text-decoration: none; color: #F3BB47 }
A.subnav_on { text-decoration: none; color: #E95700 }
A.subnav_on:visited { text-decoration: none; color: #E95700 }
A.subnav_off { text-decoration: none; color: #F3BB47 }
A.subnav_off:visited { text-decoration: none; color: #F3BB47 }

<!-- Style for email in footer -->
A.email { text-decoration: none; color: #F3BB47 }
A.email:visited { text-decoration: none; color: #F3BB47 } 
A.email:hover { text-decoration: underline; color: #F3BB47 }

<!-- Styles for text -->
Span.navigation { font-family: verdana,arial; font-size: 7.5pt; font-weight: bold; word-spacing: 12px }
P.sub_navigation { font-family: verdana,arial; font-size: 7.5pt; font-weight: bold; text-align: right }
P.big_orange { color: #E95700; font-family: verdana,arial; font-size: 12pt; font-weight: bold; line-height: 16pt; text-align: right; padding-right: 10px }
P.med_black { color: black; font-family: verdana,arial; font-size: 10pt; font-weight: normal; line-height: 14pt; text-align: right; padding-right: 10px }
Span.footer_text { color: #F3BB47; font-family: verdanda,arial; font-size: 7.5pt; font-weight: normal; text-align: right; word-spacing: 5px; padding-left: 38px; padding-top: 2px }
P.content { color: black; font-family: verdana, arial; font-size: 10pt; font-weight: normal; text-align: justify; padding-right: 10px }
P.smalltext { color: #E95700; font-family: verdana, arial; font-size: 8pt; font-weight: normal; }
UL { font-family: verdana,arial; font-size:10pt }
OL { font-family: verdana,arial; font-size:10pt }
P.big_black { color: black; font-family: verdana,arial; font-size: 10pt; font-weight: bold; text-align: right; padding-right: 10px }
P.title { color: #E20036; font-family: verdana,arial; font-size: 11pt; font-weight: bold; font-style: italic }
Table { color: black; font-family: verdana,arial; font-size: 10pt; font-weight: normal; }

#header_left {position: absolute;
	left: 10px;
	top: 10px;
	width: 333px;
	height: 231px;
    }
	
#header_right {position: absolute;
	left: 322px;
	top: 10px;
	width: 388px;
	height: 112px;
	}

#navigation { position: absolute;
	left: 322px;
	top: 120px;
	width: 388px;
	}

#sub_navigation { position: absolute;
	left: 322px;
	top: 135px;
	width: 388px;
	padding-right: 22px;
	}
	
#homepage_photo { position: absolute;
	left: 455px;
	top: 200px;
	width: 255px;
	}

#homepage_text { position: absolute;
	left: 10px;
	top: 200px;
	width: 445px;
	}
	
#homepage_footer { position: absolute;
	left:10px;
	top: 450px;
	width: 700px;
	border-top: 1px solid #E20036;
	} 

#content { position: absolute;
	left: 10px;
	top: 200px;
	width: 700px;
	}

#content2 { 
	left: 10px;
	width: 700px;
	}

#column_left { position: absolute;
	left: 10px;
	top: 550px;
	width: 350px;
	}

#column_right { position: absolute;
	left: 370px;
	top: 550px;
	width: 340px;
	}	

#footer { 
	left: 10px;
	width: 700px;
	border-top: 1px solid #E20036;
	margin-top: 15px;
}	
		 



