/* GLOBAL STYLES */

body {
background-image: url(../images/home/background.gif);
margin: 0px;

font-family: "Arial", "Helvetica", sans-serif;
	color: #000000;
	font-size: 10px;
}

a {
color: #990033;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.footer {
font-size: 10px;
}

/* END GLOBAL STYLES */


/* HEADING STYLES */

#heading {
position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 145px;
background-image: url(../images/home/topBack.gif);
}

#headText {
position: absolute;
	top: 5px;
	left: 10px;
	width: 360px;
color: #cccccc;
}

#title {
position: absolute;
	top: 75px;
	left: 240px;
	width: 511px;
	height: 65px;
}

/* END HEADING STYLES */


/* NAVIGATION STYLES */

#navigation {
position: absolute;
	top: 145px;
	left: 0px;
	width: 100%;
	height: 20px;
background-image: url(../images/home/navBack.gif);
}

#navRolls {
visibility: hidden;
}

/* END NAVIGATION STYLES */


/* CONTENT STYLES */

#contentBoxOne {
position: absolute;
	top: 165px;
	left: 0px;
	width: 310px;
	height: 400px;
}

#c1Img {
position: absolute;
	top: 0px;
	left: 0px;
	width: 310px;
	height: 131px;
}

#c1Welcome {
position: absolute;
	top: 145px;
	left: 10px;
	width: 290px;
	height: 25px;
}

#c1Text {
position: absolute;
	top: 175px;
	left: 20px;
	width: 270px;
font-size: 12px;
}

#contentBoxTwo {
position: absolute;
	top: 165px;
	left: 311px;
	width: 219px;
	height: 200px;
background-image: url(../images/home/c2Back.jpg);
}

#c2PlanTitle {
position: absolute;
	top: 11px;
	left: 9px;
	width: 199px;
	height: 17px;
}

#c2PlanText {
position: absolute;
	top: 35px;
	left: 14px;
	width: 189px;
	height: 40px;
}

#c2NewsTitle {
position: absolute;
	top: 91px;
	left: 9px;
	width: 199px;
	height: 17px;
}

#c2NewsText {
position: absolute;
	top: 115px;
	left: 14px;
	width: 189px;
}

#contentBoxThree {
position: absolute;
	top: 165px;
	left: 531px;
	width: 219px;
	height: 200px;
background-image: url(../images/home/c3Back.jpg);
}

#c3Title {
position: absolute;
	top: 11px;
	left: 9px;
	width: 199px;
	height: 17px;
}

#c3Intro {
position: absolute;
	top: 35px;
	left: 14px;
	width: 189px;
	height: 100px;
}

#c3Petition {
position: absolute;
	top: 150px;
	left: 14px;
	width: 189px;
	height: 40px;
}


