/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
	background: #fefcf3;
	background-image:url(/images/siteBG.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	
}

.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}

.fontsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}

.fonttitblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}

.fonttitwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}

.fontbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}

.a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1f5d71;
	text-decoration: none;
}

.a:visited, .a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #01232e;
	text-decoration: none;
}

/************ MENU **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 0px 0px 0px 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#sectionLinks a:hover{
	font-size: 10px;
	background-color: #01232e;
	text-decoration: none;
}

.linkitem {
	font-family: Verdana, Arial-Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	}

.linkitem:hover {
	color: #494949;
	text-decoration: none;
	background-color: #E3E3E3;
	}

