/* HTML TAGS */
BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	background-color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

IMG {
	border: 0px;
}

P {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

H1 {
	color: #6B879E;
	font-size: 19pt;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

H2 {
	color: #325571;
	font-size: 10pt;
	margin: 15px 0px 4px 0px;
	font-weight: bold;
}

HR {
	height: 1px;
	max-height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}

UL {
	list-style-image: url(../images/arrow.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}

A {
	color: #6A849B;
	text-decoration: underline;
}


/* IdTags */
#Content {
	/*border: 1px solid purple; /* because debugging looks better in purple */
	position: relative; /* because its body's cousin */
	margin-left: auto; /* to center the box */
	margin-right: auto; /* to center the box */
	width: 950px;
	height: auto;
	background-color: #FFFFFF;
}

#Content .padTheMainChannel {
	padding: 10px 10px 20px 10px;
	position: relative;
}

#Content .padTheMainChannel h2 {
	margin: 10px 0px 4px 0px;
}

#HeaderLinks {	
	/*border: 1px solid blue; /* because debugging looks better in blue */
	position: relative; /* because its Content's uncle */
	width: auto;
	height: 32px;
	color: #999999;
}

#HeaderLinks .padTheNav {
	padding: 8px 0px 5px 20px;
}

#HeaderLinks .navigation {
	float: left;
	padding-left: 15px;
}


#ContentText {
	/*border: 1px solid red; /* because debugging looks better in red */
	position: relative; /* because its Content's daughter */
	border-top: 1px solid #CCCCCC;
	height: 518px;
}

#ContentText #ContentTextLeft {
	position: absolute; /* Its my way or the highway, absolutely */
	top: 30px;
	left: 50px;
}

#FlashContent {
	width: 930px;
	height: 234px;
	min-height: 244px; /* Firefox HACK */
}

#FlashContent #PadTheTop {
	padding-top: 8px;
}

#ContentText #ContentTextRight {
	position: absolute; /* Its my way or the highway, absolutely */
	top: 10px;
	left: 280px;
	border-left: 1px dashed #CCCCCC;
}

#ContentText #ContentTextRight .padding {
	height: auto;
	padding: 15px 0px 25px 15px;
}

#ContentTextRight A:link, #ContentTextRight A:active, #ContentTextRight A:visited, #ContentTextRight A:hover {
	text-decoration: underline;
	color: #6A849B;
}

#Footer {
	position: relative;
	padding: 15px 15px 15px 15px;
	font-size: 8pt;
	background-color: #ECECEC;
	border-top: 1px solid #CCCCCC;
}


#Left {
	position: absolute;
	top: 5px;
	left: -10px;
	border-top: 1px solid #CCCCCC;
	width: 290px;
	height: 260px;
	padding: 5px 20px 5px 15px;
}

#Middle {
	position: absolute;
	top: 5px;
	left: 300px;
	border-top: 1px solid #CCCCCC;
	width: 290px;
	height: 260px;
	padding: 5px 20px 5px 15px;
}

#Right {
	position: absolute;
	top: 5px;
	left: 610px;
	width: 295px;
	height: 260px;
	padding: 5px 0px 5px 15px;
	border-top: 1px solid #CCCCCC;
}

/* classes*/
.header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.intro {
	/*width: 600px;*/
	padding-right: 72px;
}

.leftImage {
	float: left;
	padding: 13px 0px 0px 0px;
}

.rightText {
	float: left;
	padding: 2px 0px 4px 18px;
	line-height: 17px;
}

.collegeTagline {
	padding-bottom: 10px;
}

.line {
	clear: both;
	padding: 10px 0px 0px 0px;
}

.padTheThreeColumns {
	/*border: 1px solid red; /* because debugging looks better in red */
	height: 270px;
	padding: 5px 20px 0px 0px;
	border-right: 1px solid #CCCCCC;
}

.padTheThirdColumn {
	padding: 5px 20px 0px 0px;
}
