/*******************************************************************************
 * Global will apply to everything.
 ******************************************************************************/

html { padding: 5px; }
body { 
	margin: 0px; 
	padding: 0px;
	width:100%;
	font: 80.5% trebuchet ms, arial,helvetica,sans-serif;
	background-color: #fff;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

table, tbody, tr, td, div, img, a {
	border-spacing: 0;
	border: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

/*******************************************************************************
 * Content Areas
 ******************************************************************************/

#logo {
	margin-bottom: 12px;
	width: 800px;
	display: block;
	background-color: #eee;
	text-align: right;
        margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	background-color: #999;
	text-align: right;
	color: #bbb;
	clear: both;
	margin-left: auto;
	margin-right: auto;
        margin-top: 12px;
	margin-bottom: 12px;
}

#menu a {
        text-decoration: none;
        color: #000;
}

#menu a:hover {
        text-decoration: none;
        color: #ffcc33;
}

#centercontent {
        margin-left: auto;
	margin-right: auto;
        width: 800px;
        clear: both;
}

#sidemenu {
        width: 170px;
        background-color: #ffcc33;
        float: left;
}

#sidemenu ul {
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 90%;
	width: 100%;
	border-top: 1px dotted #ff9933;
	border-bottom: 1px dotted #ffee33;
}
 
#sidemenu li {
	height: 30px;
	border-top: 1px dotted #ffee33;
	border-bottom: 1px dotted #ff9933;
}
 
#sidemenu li a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #333;
	padding-right: 12px;
	padding-top: 6px;
	height: 28px;
}
 
#sidemenu li a:hover {
	background-color: #33ccff;
	color: #EEEEDC;
}

#smt {
	width: 100%;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #000;
}

#csoon {
	text-align: right;
	display: table-row;
	vertical-align: bottom;
	height: 60px;

}

#footer {
        clear: both;
        width: 800px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 90%;
	color: #555;
        text-align: center;
        margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

#footer a {
        text-decoration: none;
        color: #000;
}

#footer a:hover {
        text-decoration: none;
        color: #ffcc33;
}


#content {
        width: 610;
        font-size: 90%;
        background-color: #ddd;
        text-align: right;
        color: #555;
	text-align: left;
	padding-left: 16px;
	float: right;
}
