body {
/*	background: #EEEEEE url(../images/bluegrad.png) repeat-x left top; */
/* previous	background: #EEEEEE url(../images/whitestone.jpg); */
/*	background: #EEEEEE url(../images/sandstone.jpg); */
/*	background: #EEEEEE url(../images/bigstone.jpg); */
/* color of houses	background: #4AAEE2; */
	background: #DBDEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #151526;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #0000CD;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
	text-align: justify;
}

p#descript {
	color: #000000;
	font-weight: bold;
	padding-left: 50px;
}

p#intro {
	font-family: "Comic Sans MS";
	color: #CC1526;
}
td.footrow {
	font-family: "Comic Sans MS";
	color: #CC1526;
	padding:5px;
}

#footer {
	font-family: "Comic Sans MS";
	color: #CC1526;
	width:90%;
	padding:20px;
}

img.glyph {
	height:100px;
	width:100px;
}

td.glyphcell {
	width:25%;
}

a:link img {
	border:none;
}
a:visited img {
	border:none;
}
a:active img {
	border: 2px solid red;
}

#page {
	width: 860px;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
/*	background: #C1D6E2 url(../images/graygrad.jpg) repeat-x left bottom; */
}

#heading {
/*    background: #EEEEEE url(../images/bluegrad.png) repeat-x left top; */
	background: #4AAEE2;
}

#mainpart {
	float: left;
	width: 560px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	border: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
/* previous	background: #F2DBBC; */
	background: #DBDEC0;
	border: 1px solid #8D9AB0;
}

#sidebar li ul {
	margin: 0px 0px;
	border: none;
}

#sidebar li li {
	margin: 0;
	padding: 4px 0px;
	border: none;
	background: url(../images/hdash.jpg) repeat-x left bottom;
}

#sidebar li li a {
	padding: 0px 0px 0px 30px;
	font-weight: normal;
	border: none;
	background: url(../images/dot1.jpg) no-repeat 15px 4px;
}

#sidebar li li a:hover {
	color: #666666;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h1 {
/*	height: 32px; */
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 15px;
	background: url(../images/smallgrad.jpg) repeat-x left top;
/* previous	background: url(../images/smallbrn.jpg) repeat-x left top; */
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

#sidebar h2 {
	height: 40px;
	margin: 0 0 10px 0px;
	padding: 8px 8px 2px 15px;
	background: url(../images/smallgrad.jpg) repeat-x left top;
/* previous	background: url(../images/smallbrn.jpg) repeat-x left top; */
	text-transform: capitalize;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

