/* CSS Document */

/*****************
 Unique Class Tags
 *****************/

body {
	background-color:#cccccc;
}

#bodyWrapper {
    width:800px;
    text-align:left;
    font-family:Arial;
	background-color:#ffffff;
}

/* style for top header */
#header {}


/* style for all sections */
#mainWrapper {
	background-color:#ffffff; 
	height:625px;
	margin:12px 0px 0px 10px;
}

/* style for left section */
#leftSection {
	width:240px;
}
	
		#loginArea {
		width:235px;
		font-size:12px;
		}


/* style for main section */
#rightSection {
	float:right; 
	width:540x;
	padding-bottom:10px;
	}
	
   	 #announcementArea {
	 width:540px;
	 margin-top:12px;
	 font-size:12px;
	 overflow-y:scroll;
	 padding-right:10px;
	 height:590px;
	 }
	 
	 
/************************
 End of Unique Class tags
 ************************/


/*********************
 Multi-Used Class tags
 *********************/

.announcementHeader{
	font-size:14px;}

.smallText {
	font-size:11px;
	}

.announcementHeader {
	font-size:20px;
	}

#announcementArea p {
	 margin-right:10px;
	 }
/***********************
 End of multi class tags
 ***********************/