/* Start of CMSMS style sheet 'Content Area - Home' */
div#content {
/* some air above and under menu and content */
	margin: 1.5em auto 2em 0;
	padding: 0px;
}
/* this gets all the outside calls that were used on the div#main before  */
div.back1 {
	margin-left: 0;
	float: left;
	width: 450px;
}
/* this is an IE6 hack, you may see these through out the CSS */
* html div.back1 {
/* unlike other browser IE6 needs float:right and a width */
	float: left;
	width: 450px;
/* and we take this out or it will stop at the bottom  */
	margin-left: 0%;
/* and some air on the right */
	margin-right: 10px;
/* you can set your own image here */
}
div.back2 {
/* you can set your own image here */
}
div.back3 {
/* you can set your own image here */
}
div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
	padding: 10px 15px;
/* you can set your own image here */
}
div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: right;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 436px;
/* FIX IE double margin bug */
	display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 0px 20px;
	padding: 0px;
/* you can set your own image here */

}
div#sidebarb {
	padding: 0px 0px 0px 0px;
/* this one is for sidebar with content and no menu */
	background: url(images/latestnews_bg_home.jpg) repeat-y 0 0;

}
div#sidebarb div#news {
/* less margin surrounding the news, sidebarb has enough */
	margin: 0 5px 0em 10px;
}
div#sidebara {
	padding: 10px 15px 15px 0px;
/* this one is for sidebar with menu and no content */
}

#flash{height:420px;}
/* End of 'Content Area - Home' */

