/* default font size*/
@import url(xx-small.css);


/* --RESIZE DIV -- */
#resize-text {
	float: right;
	margin: 30px 10px 10px 0;
	width: 370px;
	}

a:link{
	color: #e1220a;
	text-decoration: underline;
	}
a:active {
	color: #e1220a;
	text-decoration: underline;
	}
a:visited {
	color: #e1220a;
	text-decoration: underline;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
	}
/* -- HEADER -- */
#logo {
	width: 350px;
	height: 95px;
	float: left;
	}
#menu {
	width: 750px;
	height: 158px;
}

/* -- LEFT -- */
#leftside {
	width: 238px;
	margin: 0 0 15px 0;
	}
#fane-newsletter {
	width: 238px;
	height: 166px;
	}

#news-container {
	width: 238px;
	text-align: left;
	}
#news-top {
	width: 238px;
	margin: 0;
	}
#news-base {
	width: 238px;
	height: 30px;
	background-image: url(graphics/news/bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0;
	}
#news-headlines {
	background-image: url(graphics/news/tile.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	padding: 10px 25px 10px 40px;
	width: 173px;
	}

/* -- SUB MENU -- */
#sub1 {
	width: 238px;
	margin: 0;
	}
#sub2 {
	width: 238px;
	margin: 0;
	}
#sub3 {
	width: 238px;
	margin: 0;
	}
#sub4 {
	width: 238px;
	margin: 0;
	}

/* -- RIGHT -- */
#rightside {
	width: 512px;
	margin: 0 0 15px 0;
	}
/* REPEAT X EACH SECTION */	
#content-header-1 {
	width: 512px;
	height: 97px;
	}
#content-1 {
	width: 392px;
	padding: 2px 70px 5px 50px;
	background-image: url(graphics/section-headers/orange_tile.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	}
#content-footer-1 {
	width: 512px;
	height: 30px;
	background-image: url(graphics/section-headers/orange_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	}	
#content-header-2 {
	width: 512px;
	height: 97px;
	}
#content-2 {
	width: 392px;
	padding: 2px 70px 5px 50px;
	background-image: url(graphics/section-headers/blue_tile.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	}
#content-footer-2 {
	width: 512px;
	height: 30px;
	background-image: url(graphics/section-headers/blue_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	}	
#content-header-3 {
	width: 512px;
	height: 97px;
	}
#content-3 {
	width: 392px;
	padding: 2px 70px 5px 50px;
	background-image: url(graphics/section-headers/pink_tile.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	}
#content-footer-3 {
	width: 512px;
	height: 30px;
	background-image: url(graphics/section-headers/pink_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	}	
#content-header-4 {
	width: 512px;
	height: 97px;
	}
#content-4 {
	width: 392px;
	padding: 2px 70px 5px 50px;
	background-image: url(graphics/section-headers/green_tile.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	}
#content-footer-4 {
	width: 512px;
	height: 30px;
	background-image: url(graphics/section-headers/green_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	}
		
/* -- UTILITY -- */
#utility {
	width: 440px;
	padding: 8px 50px 10px 260px;
	}

/* -- FOOTER -- */
#footerline {
	width: 750px;
	height: 10px;
	margin: 0;
	background-attachment: scroll;
	background-image: url(graphics/footer/line.jpg);
	background-repeat: no-repeat;
	}
#footer {
	width: 425px;
	/*height: 100px;*/
	background-image: url(graphics/footer/logo.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding: 20px 50px 10px 275px;
	}


/* -- UNUSED -- */

#space15{
	width: 15px;
	}
	
#space10{
	width: 10px;
	}

.white3high {
	width: 3px;
	background-color: #FFFFFF;
	}
	

#newsdetails {
	width: 530px;
	text-align: left;
	margin: 0 20px 20px 0;
	/*margin: 10px 20px 20px 20px;*/
	/*color: #660000;*/
	}



	

	

	
	

/* content classes */
h1 {
	color: #333333;
	font-size: 120%;
	}	
h2 {
	color: #333333;
	font-size: 110%;
	}
h3 {
	color: #333333;
	font-size: 105%;
	}
.intro {
	font-size: 110%;
	}
.red {
	color: #CC0000;
	}
.small {
	font-size: 85%;
	}
.fanefooter {
	font-weight: bold;
	}
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}