/* Start of CMSMS style sheet 'LayoutHome' */
/* Start of CMSMS style sheet 'LayoutHome' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*****************basic layout *****************/
body {
	margin: 20px 0px 0px;
	padding: 0;
	background-color: #ccc;
}
div#pagewrapper {display:none;
	width: 900px;
        height:676px;
	margin: 0 auto;
	color: black;
}
div#header {
	height: 50px;
	margin: 0;
	padding: 20px 0px 0px 20px;
}
div#header h1 {
	font-size: 3.5em;
        font-weight:normal;
	margin: 0px;
	color: #FEDEE1;
        /*8F3A5B*/;
}
div#content {
	margin: 1.5em auto 2em 0;
	padding: 0px;
}
div#sidebar {
	float: left;
	width: 26%;
	display: inline;
	margin: 0px 0px 20px;
	padding: 0px;
}
div#sidebara {
	padding: 13px 15px 3px 0px;
}
div#sidebarb {
	padding: 10px 10px 1px 0px;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
/* End of 'LayoutHome' */


/* End of 'LayoutHome' */

