@charset "UTF-8";



pre {
	font-family: "Courier New", Courier, monospace;
	background-color: #F0F7FE;
	padding: 5px;
	overflow: auto;
	font-size: 1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	}

td, th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
th {
	background-color: #F3F3F3;
	vertical-align: top;
}
.boxed {
	border: 1px solid #666;
	text-align: left;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: middle;
	margin-right: 170px;
	margin-left: 170px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	top: auto;
	height: auto;
	clear: none;
	left: auto;
	right: auto;
	color: #000;
	border: 1px solid #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	} 

.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 780px;
	background-color: #FFF;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	clear: both;
	background-attachment: scroll;


	background-image: url(file:///C|/Documents and Settings/web design/Desktop/newAAUP/gfx/linebkgrnd.gif);
	background-position: left bottom;
	height: 89px;
	background-image: url(gfx/linebkgrnd.gif);
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	background-attachment: fixed;
	background-image: url(file:///C|/Documents and Settings/web design/Desktop/newAAUP/gfx/linebkgrnd.gif);
	background-repeat: repeat-x;
}

#middle1 {
	height: 171px;
	text-align: center;
	padding: 0px;
	position: static;
	width: 780px;
	visibility: visible;
	overflow: hidden;
	z-index: 100;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	line-height: 110%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}

.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	line-height: .9em;
	text-align: left;
}

#middle2 {
	height: 171px;
	background-color: #FFF;
	text-align: center;
	clear: right;
	float: none;
	width: 780px;
	overflow: hidden;
	visibility: visible;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	white-space: normal;
	background-position: bottom;
	color: #FFF;
	background-image: url(file:///C|/Documents and Settings/web design/Desktop/newAAUP/gfx/linebkgrnd2.gif);
	background-image: url(gfx/linebkgrnd2.gif);
	vertical-align: bottom;
}

#bottom {
	background-color: #FFF;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #333;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
	text-align: left;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
	background-color: #FFF;
}

.thrColFixHdr #mainContent {
	text-align: left;
	width: 300px;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	white-space: normal;
	background-color: #FFF;
	height: 100%;
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #292929;
} 

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #FFF;
}
.thrColFixHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #82B6F4;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
}

.alignbottom {
	vertical-align: bottom;
	top: 10px;
}

.RSSheadline {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
}

.RSStext {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
	list-style-position: outside;
	list-style-image: url(gfx/plus.gif);
	text-align: left;
}

.headline {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	font-style: normal;
}


#lipsum {
	background-color: #CCC;
	height: 128px;
	text-align: left;
	margin: 0px;
	padding: 50;
	width: 366px;
}
.ctr {
	text-align: center;
}
.lefttext {
	text-align: left;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.thrColFixHdr #container #bottom  h3     {
	line-height: 1em;
	white-space: normal;
}
.pagebody {
	text-align: left;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 25px;
	padding-left: 100px;
	font-size: small;
	color: #000;
	list-style-type: square;
}
.pagebody2 {
	float: right; /* since this element is floated, a width must be given */
	width: 30%; /* padding keeps the content of the div away from the edges */
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-size: small;
	text-align: left;
}
.blackbox {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #FFF;
	background-color: #292929;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: visible;
	visibility: visible;
}
.righthalf {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	background-color: #FFF;
}
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.textright {
	text-align: right;
}
.thrColFixHdr #container2 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	top: auto;
	height: auto;
	clear: none;
	left: auto;
	right: auto;
	color: #333;
	border: 5px solid #F00;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
.sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
	background-color: #FFF;
}
.narrowdiv {
	text-align: left;
	width: 350px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 200px;
}
.boxed2 {
	border: 1px solid #666;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}
.smaller {
	font-size: 0.9em;
	font-style: italic;
}
