body{
	font-family: Verdana, Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #ec7549;
	margin: 10px;
	padding: 0;
}

/* Links */
a{
	color: #000;
	text-decoration: none;
}
#contents a{
	color: #434A9F;
	
}

#footer a{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	line-height: 24px;
}

#footer p{
	color: #4e5d9b;

	font-size: 12px;
	display: inline;
}

a:visited{
	color: #666;
}
a:hover, a:active{
	color: #899BCF;
	text-decoration: underline;
}

#header p, p#footer-links, td{
	font-size: 14px;
}
/* Main Page Sections */
#main{
	width: 770px;
	border: 1px solid #000000;
	background: #4e5d9b;
	margin: 0 auto;

}

h1{
font-size: 20px;
}


/* Sidebar */
#side{
	width: 168px;
	float: left;
	background: #4e5d9b;
	height: 100%;
}

ul#nav{
	margin-left: 0;
	padding-left: 0;
	border: 1px solid #666;
	border-bottom: 0;
	list-style: none;
}
ul#nav li, p.box{
	margin: 0;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #666;
	background: #DDEFFB;
}

/* Contents */
#contents{
	width: 602px;
	float: right;
	background: #f8ffcb;

}
#contents p, #contents div, #contents ul, #contents ol, #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents table, #contents cite, #contents hr{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0;
}

/* Footer Links */
#footer{

width:770px;
float: right;
background: #252a68;
}

#contents li {
text-decoration: none;
}

#contents a {
text-decoration: underline;
}

#navupdate {
margin-left: 5px;
}

#navupdate p {
color: #FFFFFF;
font-weight: bold;
}

#navupdate a {
color: #FFFFFF;
text-decoration:underline;
}