<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*****  Flatline For Cross-Browser Uniformity ***************************/
* { margin:0; padding:0 }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none;}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
ul, ol, li { list-style:none; margin:0; padding:0; }
:link, :visited, :hover { text-decoration:none; }
a img, :link img, :visited img { border:none; text-decoration:none; }
a:active, a:focus { outline:none; }
address { font-style:normal; }

/*****  General Page Formatting ***************************************/
body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#pageWrap
{
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	position: relative;
	text-align: left;
}
#headerWrap
{
	width: 980px;
	height: 148px;
	float: left;
	position: relative;
	background-image: url(../images/global/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	border-bottom: none;
}
.breadcrumbs { font-size:.9em; padding:10px 0; }
.nav { background-color: #58585A; border-right: 1px solid #000000; border-collapse:collapse; float:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; height:27px; margin:0px; padding:0px; text-align:center; text-transform:uppercase; width:980px; }
.nav tr, .nav tr td { border-spacing:0; padding:0; }
.nav a { border-bottom:none; color:#fff; display:block; margin:0; padding:7px 18px; }
.nav a:hover { text-decoration: underline; padding:7px 18px; color:#fff;}
#contentArea
{
	width:980px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#footer
{
	width: 980px;
	float: left;
	position: relative;
	height:40px;
	/*background-color: #5cb557;*/
	/*background-color: #d3ce84;*/
	background-image: url(../images/global/rap-footer-background.jpg);
	padding: 5px 0px 7px 0px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #000000;
	border-top: none;
}

#footer a
{
	color: #000000;
	text-decoration: underline;
	border-bottom: none;
}

/*********************** Homepage Area ******************************/
.top
{
	width: 950px;
	float: left;
	position: relative;
	margin: 0px;
	padding:10px 20px 0 10px;
	display: block;
	border-bottom: 1px solid #000000;
}
.bottom
{
	width: 980px;
	float: left;
	position: relative;
	margin-top: 10px;
	padding: 0px 0px 10px 0px;
	display: block;
}

.bottom div
{
	width: 310px;
	border-right: 1px solid #000000;
	display: block;
	padding: 0px 0px 0px 10px;
	min-height: 120px;
}
.bottom div.extraRightMargin
{
	margin-right: 8px;
}
.bottom div.last
{
	border: none;
}

/*********************** DEFAULT STYLES ******************************************************/
a { border-bottom:1px solid #e6ecf3; color:#03244d; line-height:normal; text-decoration:none; }
a:hover { border-bottom-color:#03244d; color:#496e9c; }
blockquote {margin-left:25px;}
p { font-size:12px; line-height:1.3em; padding-bottom:13px; }
pre { color:#666; font-family:"Courier New", Courier, monospace; font-size:12px; line-height:1.5em; margin-left:30px; padding-bottom:13px; }
ol { padding-left:20px; padding-bottom:13px; }
ol li { line-height:1.3em; list-style:lower-alpha; font-size:11px; margin:5px 15px; padding:0 0 3px 8px; }
ol li ol, ol li ul { padding-bottom:0;}
ol li ol li { list-style:lower-roman; padding-bottom:0; }
ul {margin:0; padding-bottom:13px; }
ul li { background:url(http://www.auburn.edu/template/styles/images/bulletArrow2.gif) left 4px no-repeat; line-height:18px; list-style:none; font-size:12px; margin:5px 15px; padding:0 0 3px 12px; }
ul li a { margin:0; padding:0; }
ul li ul, ul li ol { padding-bottom:0; }
ul li ul li { background:url(http://www.auburn.edu/template/styles/images/bulletArrow.gif) left 4px no-repeat; padding-bottom:0; }

.img_left_align
{
	margin: 5px 10px 5px 0px;
}
.img_right_align
{
	margin: 5px 0px 5px 10px;
}
.thirty
{
	width: 30%;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.content
{
	width: 920px;
	float: left;
	position: relative;
	margin: 0px;
	padding:10px 20px 0 30px;
	display: block;
}
h1, h2, h3, h4, h5, h6
{
	padding-bottom: 5px;
	line-height: normal;
}
h1
{
	font-size: 1.8em;
	padding-bottom: 2px;
	line-height: normal;
	margin-bottom: 7px;
}
h2
{
	font-size: 1.7em;/**/
	margin-bottom: 5px;
}
h3
{
	font-size: 1.4em;
	margin-bottom: 5px;
} 

h4
{
	font-size: 1.3em;
	margin-bottom: 5px;
}
h5
{
	font-size: 1.1em;
	margin-bottom: 5px;
}
h6
{
	font-size: 1.0em;
	margin-bottom: 5px;
	color: #000000;
	border: none;
	font-weight: bold;
	font-family:verdana, arial, helvetica, sans-serif;
}

table, tr, td, th
{
	vertical-align: top;
	border: 1px solid #000000;
}
td p
{
	padding: 3px 5px 5px 5px;
	vertical-align: top;
}</pre></body></html>