/*------- BACKGROUND FORMATTING -------*/
body {
	background-color: #ffffff;
	background-image: url("images/backgrounds/homeBackground.gif");
	margin: 0px;
	padding: 0px;
}

/*------- GLOBAL LINK FORMATTING -------*/

a { color:#990000; text-decoration:none;}
a:hover {color: #000000; text-decoration:underline;}

/*------- TEXT CLASSES -------*/

.header {font-family: arial; font-weight: bold; font-size:12px; color: #990000;}
.text {font-family: arial; font-size:12px; color: #000000;}
.textBold {font-family: arial; font-size:12px; line-height: 16px; font-weight: bold; color: #000000;}
.text11 {font-family: arial; font-size:11px; line-height: 14px; color: #000000;}
.text9white {font-family: arial; font-size:9px; line-height: 11px; color: #ffffff;}
.generalBlack{font-family:Arial; font-size:12px; color:#000000;}
.generalBlack:hover {color:#990000;}

/*------- POSITIONING -------*/

#logo {position: absolute; top: 0px; left: 50px;}
#roundLogo {position: absolute; top:111px; left: 9px;}
#navbar {position: absolute; top: 59px; left: 0px;}
#homeCopy {position: absolute; width: 350px; top: 300px; left: 185px;}
#homeText {position: absolute; top: 95px; left: 500px;}
#homeImage {position: absolute; top: 84px; left: 170px;}
#callout {position: absolute; top: 300px; left: 600px; width: 200px;}



