
#banner2 {
/* Banner on top of pages.  */
	width: 100%;
	background-image: url(images/bg-squares3.jpg);
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
	top: 0px;
	left: 10px;
}

#navigation {
/*Navigation bar on main page to include links and other info */
	border: 1px solid #546A97;
	height: 175px;
	width: 200px;
	color: #FFFFFF;
	background-color: #7390CC;
	position: absolute;
	left: 570px;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	white-space: normal;
}

#photo {
/*Randomly selects an image from the "randomimage" folder. For use on front page */
	background-image: url(images/cycle/<?= rand(1, 3) ?>.gif);
	height: 225px;
	width: 172px;
	float: left;
	top: 0px;
	left: 0px;
}
/*
#photo2 {
	background-image: url(images/masthead_portrait.gif);
	height: 100px;
	width: 77px;
	float: right;
	background-repeat: no-repeat;
} */

#content {
/*For use in banner1 and banner2.  Contains header information for the page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: absolute;
	z-index: 500;
	left: 10px;
	top: 250px;
	border: 0px;
	padding-top: 0px;
	color: #000;
}

#content_area {
	top: 15px;
	padding-left: 50px;
}

#footer_links {
	float: left;
	top: 10px;
	padding: 0px;
}

#col1 {
/*Left column for use on front page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 560px;
	position: absolute;
	top: 322px;
	left: 0px;
}

#col2 {
/*Right column for use on front page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 200px;
	position: absolute;
	top: 322px;
	left: 585px;
}

#info_area {
/*Left Column for use on other pages*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 55%;
	float: left;
	padding: 0px;
	padding-left: 0px;
}

#article_area {
/*Right Column for use on other pages*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 30%;
	padding: 0px;
	padding-right: 20px;
	float: right;
}
/* Actually don't want to use this logo anymore.
#header {
	z-index: 500;
	position: absolute;
	background-image: url(images/logo_gcu_online.gif);
	height: 60px;
	width: 60px;
	left: 170px;
	top: 235px;
	background-repeat: no-repeat;
} 
*/

#footer_links {
	width: 85%;
	top: 10px;
	margin: 50px;
	text-align: justify;
}

#bottom_footer {
	width: 85%;
	position: relative;
	top: 10px;
	margin: 50px;
	text-align: justify;
}

#sub_heading {
	top: 0px;
	text-indent: 5px;
	font: 12pt/normal Arial, Helvetica, sans-serif;
	white-space: normal;
}

#footer {
/*Bottom information.  Currently unused*/
	background: #000000;
	border-top-style: solid;
	border-top-color: #7390CC;
	height: 30px;
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	top: 883px;
	color: #FFFFFF;
}

h2.article_link {
	font: 12px/normal Arial, Helvetica, sans-serif;
	text-align: left;
}

b {
/*Turns bold blue*/
	font-weight: bold;
	color: #546A97;
}

h2 {
/* Header used in Content box*/
	text-align: left;
	font: 18pt/normal Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	white-space: normal;
	padding: 0px;
	margin: 0px;
}
.sub_heading {
	font: 15pt/normal Helvetica, Arial, sans-serif;
	white-space: normal;
}
h3 {
/* Header used on Columns that draws seperators */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #546A97;
	border-bottom-color: #546A97;
}

p {
	font-size: 12pt;
	font: Arial, Helvetica, sans-serif;
	text-indent: 25px;
	white-space: normal;
	text-align: left;
}
ul {
/*Provides bullet image */
	list-style-image: url(images/bullet_2.gif);
}

body {
/* Background color */
	margin: 0;
	background: #fff;
}
