<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
GCSU University Communications home page style sheet
webmaster@gcsu.edu
(Some css code created by Keith Donegan of Code-Sucks.com)
*/

/*
Do not display print header
*/
#printheader {
display: none;
}


/* Basic Page Elements */
* { 
	padding: 0; 
	margin: 0; 
	}
/*opera 8 needs the position:relative on the inner content but opera 9 doesn't */
p {
	margin:0 0 .5em 0;
	padding:5px;position:relative;
	}
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background: #ffffff;
	text-align:center;
	}
a, a:link, a:visited  {
	color:#034e99;
	text-decoration: none;
	font-weight:normal;
	border: 0px;

	}
a:hover  {
	color:#000;
	text-decoration:none;
	
	}

a.img:link img:visited {
	background-color: transparent;
	 
	}


a.white, a.white:link {
	color: #fff; 
	}
a.white:hover {
	color: #ccc; 
	}
img.floatLeft { 
    
	float: left; 
    
	margin: 4px; 

	}

img.floatRight {
   float: right; 
    
	margin: 4px; 
}
/* End Basic Page Elements */

/* Overall Wrapper */
#wrapper{
	width:922px;
	margin:0px auto;
	padding:0;
	text-align:left;
	background:#fff;
	border:0px solid #000;
	border-top:none;
	z-index:5;
}
/* End Overall Wrapper */


/* GCSU Header */
#header{
	background:#fff;
	position:relative;
	z-index:5;
	padding:0px;
	background:  url('header.gif') no-repeat scroll 0 0 transparent;
	border:0px solid #000;
	height: 136px;
	}
#header h1 {
	padding:0px;
	text-align:center;
	}
div.headerL{
	padding:0px;
	text-align:left;
	border:0px solid #000;
	width: 40px;
	}

div.headerR{
	text-align:right;
	border:0px solid #000;
	width: 910px;
	margin: -35px 0px 0px 0px;
}

#search{
	padding:0px;
	text-align:center;
	border:1px solid #000;
	margin: 20px 0 0 0px;

	}
/* End of GCSU Header */


/* Top Menu */
#menu1,#footer2{
	background:#003366;
	position:relative;
	padding:0px;
	height: 30px;
	z-index: 5;
	margin: -6px 0 0 0px;
	}
div.row1 {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background: #003366;	
}

/* navigation1 */
#nav1 {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0;
		list-style: none;
		background: #003366;
		}
#nav1 li { 
		float: left;
		padding: 9px;
		}
#nav1 a {
		float: left;
		display: inline;
		padding: 0px 8px 0px 0px;
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
		color: #d1cd8d;
		}
#nav1 #nav-1 a {
		padding-left: 65px;
		}
#nav1 #nav-2 a {
		padding-left: 59px;
 		background: transparent url('blueline.gif') no-repeat;
		}
#nav1 #nav-3 a {
		padding-left: 59px;
	 	background: transparent url('blueline.gif') no-repeat;
		}
#nav1 #nav-4 a {
		padding-left: 59px;
		background: transparent url('blueline.gif') no-repeat;
		}
#nav1 #nav-5 a {
		padding-left: 59px;
 		background: transparent url('blueline.gif') no-repeat;
		}
#nav1 #nav-6 a {
		padding-left: 59px;
 		background: transparent url('blueline.gif') no-repeat;
		}
#nav1 a:hover {
		color: #999;
		}	
/* End of Navigation1 */
/* End of Top Menu */



/* Top Sub-Menu */
#menu2,#footer3 {
	background:#999;
	position:relative;
	z-index:5;
	padding: 4px;
	height: 11px;
	}
div.row2L {
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 95%;
	color: #333;
	width: 278px;
	margin: 0px 0px 0px 6px;
	}
div.row2R {
	float: left;
	text-align: left;
	width: 560px;
	}

/* Navigation2 */
#nav2 {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #999;
		}	
#nav2 li { 
		float: left;
		margin: 0;
		padding: 0;
		}	
#nav2 a {
		float: left;
		display: inline;
		padding: 0px 10px 0px 0px;
		text-decoration: none;
		font-weight: bold;
		font-size: 95%;
		color: #333;
		background: #999;
		}	
#nav2 #nav-7 a {
		padding-left: 0px;
		}
#nav2 #nav-8 a {
		padding-left: 0px;
		}
#nav2 #nav-9 a {
		padding-left: 0px;
		}
#nav2 #nav-10 a {
		padding-left: 0px;
		}

#nav2 #nav-11 a {
		padding-left: 0px;
		}
#nav2 #nav-12 a {
		padding-left: 0px;
		}
#nav2 a:hover {
		color: #000;
		text-decoration: none;
		}
/* End of Navigation2 */
/* End of Top Sub-Menu */



/* Begin Outer Wrapper for 3 equal columns */
#outer {
	position:relative;
	width:922px;
	clear:both;
	z-index:4;
	}

/* Being Left Column */
#left{
 	width:225px;
 	z-index:1;
	position:relative;
	float:left;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	background: #ccc;
	}
div.row3T {
	float: left;
	text-align: left;
  
	color: #333;
	height: 180px;
	width: 229px;
	background: #ccc;
	margin: 10px 0px 0px 0px;
	}
	
/* Navigation3 */
#nav3 {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #ccc;
		}
#nav3 li { 
		float: left;
		margin: 0px 0px 0px 15px;
		padding: 0;
		border-bottom: 1px solid #333;
		width: 80%;
		}	
#nav3 a {
		float: left;
		display: block;
		padding: 8px 19px 0px 2px;
		text-decoration: none;
		font-weight: bold;
		font-size: 110%;
		color: #333;
		background: #ccc;
		}
#nav3 a:hover {
		color: #000;
		text-decoration: none;
		}
/* End of Navigation3 */
/* End Left Column */



/* Begin Middle Column */
#image {
 	width:697px;
 	height: 300px;
 	position:relative;
 	float: left;
	margin: 0px -175px 0px 0px;
	z-index:2;
	}
#bluebar{
 	width:697px;
 	height: 30px;
 	background:#003366;
 	position:relative;
 	float: left;
	margin: -5px -175px 0px 0px;
	z-index:2;
	color: #d1cd8c;
	font-weight: bold;
	text-align: right;
	}
#bluebar p {
	margin:2px 18px 0 0px;
	padding:8px;
	position:relative;
	}
#content{
	width: 692px;
	float:left;
	margin:0 0 0 5px;	
	display:inline;
	position:relative;
	z-index:1;
	padding:12px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
/* End Middle Column */


/* Begin Right Column */
#right{
 	width:1px;
 	z-index:1;
	position:relative;
	float:right;
	margin:0 0px 0 0px;
	display:inline;
	border:0px solid #000;
	}
#rightimage {
 	width:227px;
 	height: 290px;
 	position:relative;
 	float: left;
	margin: 0px -320px 0px 17px;
	z-index:2;
	}
#rightbluebar {
 	width:225px;
 	height: 22px;
 	background:#003366;
 	position:relative;
 	float: left;
 	text-align: center;
	color: #d1cd8c;
 	padding: 10px 0px 0px 0px;
	margin: 290px -155px 0px 17px;
	z-index:2;
	}
/* End Right Column */


.col{
	width:225px;	
	position:absolute;
	z-index:0;
	left:0px;
	bottom:0;
	border:0px solid #000;
	}
.one {
	background: #ccc;
	}

.two {
	background: #fff;
	left:225px;
	width:697px;
	}

.three {
	background:#b5b285;
	left:697px;
	}
	
/* End Outer Wrapper for 3 equal columns */


/* Footers */
/* Footer1 Menu */	
#footer1{
	background:#d1cd8c;
	position:relative;
	z-index:5;
	padding: 4px;
	height: 22px;
		margin: -1px 0px 0px 0px;

	}
div.rowFL {
	float: left;
	text-align: left;
	color: #fff;
	width: 200px;
	margin: 2px 0px 0px 0px;
	background: #d1cd8c;
	}
div.rowFR {
	float: right;
	text-align: right;
	color: #fff;
	width: 630px;
	margin: 2px -4px 0px 0px;
	background: #d1cd8c;
	}

/* Navigation4 */
#nav4 {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #d1cd8c;
		}
#nav4 li { 
		float: left;
		margin: 0;
		padding: 0;
		}	
#nav4 a {
		float: left;
		display: inline;
		padding: 4px 12px 0px 0px;
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
		color: #034e99;
		background: #d1cd8c;
		}
#nav4 #nav-13 a {
		padding-left: 0px;
		}
#nav4 #nav-14 a {
		padding-left: 0px;
		}
#nav4 #nav-15 a {
		padding-left: 0px;
		}
#nav4 #nav-16 a {
		padding-left: 0px;
		}
#nav4 #nav-17 a {
		padding-left: 0px;
		}
#nav4 #nav-18 a {
		padding-left: 0px;
		}
#nav4 #nav-19 a {
		padding-left: 0px;
		}
#nav4 #nav-20 a {
		padding-left: 0px;
		}
#nav4 #nav-21 a {
		padding-left: 0px;
		}
#nav4 #nav-22 a {
		padding-left: 0px;
		}
#nav4 #nav-23 a {
		padding-left: 0px;
		}
#nav4 #nav-24 a {
		padding-left: 0px;
		}
#nav4 #nav-25 a {
		padding-left: 0px;
		}
#nav4 a:hover {
		color: #000;
		text-decoration: none;
		}
/* Navigation4 */
/* End Footer1 Menu */	


/* Footer2 */	
#footer2 {
	background:#003366;
	position:relative;
	z-index:5;
	padding: 5px;
	height: 16px;
	font-size: 100%;
	}
div.rowF2L {
	float: left;
	text-align: left;
	color: #fff;
	width: 426px;
	margin: 2px 0px 0px 4px;
	background: #003366;
	}
div.rowF2R {
	float: right;
	text-align: right;
	font-weight: normal;
	color: #fff;
	width: 451px;
	margin: 2px 4px 0px 0px;
	background: #003366;
	}
/* End Footer2 */


/* Footer3 */	
#footer3 {
	background:#fff;
	position:relative;
	z-index:5;
	padding: 3px;
	height: 14px;
	text-align: center;
	}
/* Footer3 */	

#footer1 #footer2 #footer3 {clear:both;}

/* End Footers */	
/* End Outer Wrapper for 3 equal columns */	
/* End Overall Wrapper */	

html&gt;body .col{top:0}/* hide from ie6 and under*/
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
	width:
}


</pre></body></html>