@charset "utf-8";
/* CSS Document */


.left {	float:left;}
.right {float:right;}
.center {margin:auto;}
.bold {font-weight:bold;}

body {
    margin: 0;
    }

body, td, p {
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 14px;
    }

body {
	background-color:#CCFF99;
	width:650px;
	margin:auto;
}

h2 {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	margin:0;
}

.title {
	background-image:url(images/headerBG.gif) repeat:x;
	margin: 50px 0 0 50px;
	width: 577px;
	font-size: 25px;
	font-weight:bold;
}

.header {
	color:#000000;
	font-family:"Comic Sans MS",Arial,Helvetica;
	font-weight:bold;
	height:165px;
	margin-top:-100px;
	z-index:0;
}

.header a {
	text-decoration:none;
}

.text{
	background:url(images/centerbar.gif) repeat-y;
	text-align:center;
	padding:10px;
}

.bottom-left {
	background:url(images/bottomleft.gif);
	width:43px;
}

.bottom-middle {
	background:url(images/bottommiddle.gif);
	width: 559px;
}

.bottom-right {
	background:url(images/bottomright.gif);
	width:48px;
}

.realsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}


