@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/bckgndMain.jpg);
	background-repeat: repeat-x;
	}
#container {
	width: 850px;
	text-align: left;
	background-image: url(../images/containerBckgnd.jpg);
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
} 

#header {
	background-color: #FFFFFF;
	background-image: url(../images/bbpsMenubckgnd.jpg);
	background-repeat: repeat-y;
} 
#sidebarMenus {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
}
h1 {
	color: #FF0000;
	font-size: 22px;
}
h2 {
	color: #FF0000;
	font-size: 16px;
}
#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/blackboardPattern.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
#mainContent {
	margin-top: 0;
	margin-right: 155px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.floatRight {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}
.headlineRed {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
.headlineBlack{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
#footer {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#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 */
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.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;
}
#baseEnd {
	background-color: #FFFFFF;
	background-image: url(../images/baseBckgnd.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #003D29;
	text-decoration: underline;
}
.signature {
	font-style: italic;
	color: #555555;
	text-align: left;
	padding-left: 50px;
}
#mainContentfull {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.loadingPanel {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.red {
	color: #F70022;
}
.blue {
	color: #0000CC;
}
.green {
	color: #005C49;
}
.lightGreen {
	color: #B4CFCB;
}
.smallerText {
	font-size: 10px;
}
.biggerText {
	font-size: 16px;
}

