﻿/*CAL POLY ADVANCED CSS TEMPLATE V 3.1*/
/*EDUCATIONAL WEB SERVICES*/
/*AUXILIARY ORGANIZATIONS ASSOCIATION*/


/*BODY
This defines the body of the page.
---------------------------------------------------------------------------*/
body {
	color:#333333;
	background: url("../images/Template_Background.gif") #ffffff;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:.8em;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
}






/*FRAME ELEMENTS
These elements create the basic structure of the page
---------------------------------------------------------------------------*/
#frame {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#contentleft {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	float: left;
	text-align: left;
}
#contentcenter {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 659px;
	float: left;
	text-align: left;
}
#contentheader {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	height:101px;
	background-image: url("../images/Template_Header.gif");
}
#contentfooter {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
}




/*RACDW FRAME ELEMENTS
These elements create the basic structure for RACDW report pages
---------------------------------------------------------------------------*/
#racdw_frame {
	width: 99%;
}
#racdw_contentleft {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
}
#racdw_contentcenter {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
    text-align: left;
}
#racdw_contentheader {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	height:101px;
	background-image: url("../images/Template_Header.gif");
	background-repeat:no-repeat;
}
#racdw_contentfooter {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
}



