tr,td {
	vertical-align:top;
}
body {
 	background-image: url(/images/page_background.jpg);
	background-repeat: repeat-y;
	background-color: #000066;
}
/*******************************
Background Image CSS
*******************************/
.content_area {
	background-image: url(/images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	height:450 px;
}

/************************
TEXT FORMATTING 
*************************/
h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #CC3300;
}
h3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #CC3300;
}	
p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}	
.frontpagebox_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
}	

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	text-align:center;
	background: #FFFFFF;
	
}
ul,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	list-style-image: url(/images/arrow_bullet.gif);
}
.bullet_level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	list-style-image: url(/images/arrow_bullet_2.gif);
}
/******************************
 BORDER BOX CSS 
*******************************/
.frontpagebox_top { background-image: url(/images/frontpagebox_top.gif);background-repeat:repeat-x}
.frontpagebox_left { background-image: url(/images/frontpagebox_left.gif);background-repeat:repeat-y}
.frontpagebox_right { background-image: url(/images/frontpagebox_right.gif);background-repeat:repeat-y}
.frontpagebox_bottom { background-image: url(/images/frontpagebox_bottom.gif);background-repeat:repeat-x}

.outerframe_top { background-image: url(/images/outerframe_top.gif);background-repeat:repeat-x}
.outerframe_left { background-image: url(/images/outerframe_left.gif);background-repeat:repeat-y}
.outerframe_right { background-image: url(/images/outerframe_right.gif);background-repeat:repeat-y}
.outerframe_bottom { background-image: url(/images/outerframe_bottom.gif);background-repeat:repeat-x}


/******************************
 TEXT AREA SPACERS 
*******************************/
.text_area {
	width: 560px;
	padding: 3px; 
}

