/* CSS Document */

body {
	background-image: url(../graphics/background_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #003399;
}

p {
font-size:16px;
}

A:link { font-family: arial ; color: #0099CC;}
A:visited { font-family: arial ; color: #0099CC;}
A:active { font-family: arial ; color: #0099CC;}
A:hover {cursor: crosshair; font-family: arial ; color: #CC99CC;}

#footer {
font-weight:bold;
font-size:16px;
width: 75%;
text-align: center;
margin-top: 20px;
margin: 0 auto;
}

#footerFIN {
font-size:12px;
text-align:center;
margin: 0 auto;
}

#logo {
	text-align: center;
	margin-bottom: 5px;
}

#contentMain {
	width: 950px;
	text-align: center;
	margin: 0 auto;
}

#contentTop {
	width: 950px;
	height: 50px;
	padding-top: 20px;
	background-image:url(../graphics/contentTop.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 930px;
	padding: 10px;
	/*background-image: url(../graphics/contentBacking.jpg);
	background-repeat: repeat-y;*/
	background-color: #ffffff;
}

#title {
font-size:20px;
font-weight:bold;
font-family: "Comic Sans MS";
}

#contentBottom {
	width: 950px;
	height: 80px;
	background-image:url(../graphics/contentBottom.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}