body {
table {font-size=1em} 
background : #fdf5e6;
font-size : 12px;
font-family : Geneva, Arial, Helvetica, sans-serif;
color:#333333;
padding : 5px;
margin : 30px auto 1px;
width : 1000px;
float : none;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-align:center;
 }

#header {
	height: 100px;
	width: 1000px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

div.box {
	width: 1000px;
	background: #101741;
}

#homepage {
	width:1000px;
	height:420px;
}

#content {
	padding:10px;
}

#mainContent {
	overflow: auto;
	border: solid;
	border-width: thin;
	background: #ffffff;
	margin: 0;
	width: 998px;
	height:650px;
	text-align:left;
}


#content-left {
	float: left;
	width: 450px;
	padding: 10px;
}

#content-right {
	float : right;
	width: 450px;
	padding: 10px;
}

#microncontent {
	overflow: auto;
	border: solid;
	border-width: thin;
	background: #ffffff;
	margin: 0;
	width: 998px;
	height:420px;
	text-align:left;
}

#local-toolbar {
	list-style : none;
	font-size : 10px;
	color:#FFFFFF;
	letter-spacing : 1px;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align : right;
}

#local-toolbar li {
	display: inline;
	color: #FFFFFF;
	padding: 0 15px 0 0;
}

#local-toolbar a {
	text-decoration : none;
}

#local-toolbar a:active {
	color : #FFFFFF;
}

#local-toolbar a:hover {
	color: #ACC1C0;
}

#footer {
	font-size : 10px;
	overflow : visible;
	float:right;
}

.clearfloat {
	clear : both;
}

a {
	text-decoration : none;
	font-weight : bold;
	color: #101741;
}

.activelink {
font-weight : bold;
color : #FFFFFF;
}

.menulink {
color :#FFFFFF;
}

a img {
	border: none; 
}

.img 	{
	Padding: 0 10px 10px 10px;
}

