#PageBody {
	background-image: url(../../students/images/prospective/background.jpg);
	background-repeat: repeat-x;
	background-color: #2a4690;
	border: 0 none #000000;
	padding: 13px;
}

#ColumnTable {
	background-position: 0 195px;
	background-image: url(../../students/images/prospective/background-column.jpg);
	background-repeat: repeat-x;
	background-color: #1b2e5e;
}

/* Default font colors to white */
#ColumnTable td {
	color: #FFFFFF;
}

/* Set link colors */
#ColumnTable a {
	color: #b3cdff;
}

/* Extra padding to add a line to the bottom of the image */
#ColumnTable div.Image {
	padding-bottom: 1px;
}

/* Set up the text header to act like an image */
#ColumnTable div.Header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
}
#ColumnTable div.Header h2 {
	margin: 0;
	padding: 0;
	height: 10px;
}
#ColumnTable div.Header h2 b {
	position: relative;
	left: -9000px;
}

/* Padding for only the body of each column */
#ColumnTable div.Body {
	padding: 8px;
}

/* Set widths and background positioning/repeat for all the columns */
#ColumnTable .Explore, #ColumnTable .Apply, #ColumnTable .Prepare {
	background-position: left top;
	background-repeat: no-repeat;
	width: 235px;
}

/* Give each column it's background */
#ColumnTable .Explore div.Header {
	background-image: url(../../students/images/prospective/columntitle/explore3.gif);
	background-color: #A74659;
}
#ColumnTable .Apply div.Header {
	background-image: url(../../students/images/prospective/columntitle/apply3.gif);
	background-color: #227B8B;
}
#ColumnTable .Prepare div.Header {
	background-image: url(../../students/images/prospective/columntitle/prepare3.gif);
	background-color: #213E8A;
}

/* Give the apply and prepare column a watermark */
#ColumnTable .Apply {
	background-image: url(../../students/images/prospective/background-column2.jpg);
	background-position: 0 194px;
}
#ColumnTable .Prepare {
	background-image: url(../../students/images/prospective/background-column3.jpg);
	background-position: 0 194px;
}

/* Style the seperator column so it looks like the background is showing through */
#ColumnTable td.Seperator {
	background-image: url(../../students/images/prospective/background.jpg);
	background-position: 0 -12px;
	background-repeat: repeat-x;
	background-color: #2a4690;
}

/* Misc styles */
#ColumnTable .BottomLine1 {
	background-image: url(../../students/images/prospective/line-dotted1.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#ColumnTable .BottomLine2 {
	background-image: url(../../students/images/prospective/line-dotted2.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#ColumnTable .Column-TopLink {
	padding-bottom: 8px;
	border-bottom: 1px solid #666666;
}
.Column-Links p {
	margin-top: 3px;
	margin-bottom: 3px;
}
