body {
background-color:#DFDFDF;
height: 100%;
margin:0;
padding:0;
text-align:center;
font-family:Arial;
font-size:12px;
color:#555555;
}

#page {
width:960px;
height:100%;
margin:auto;
padding:auto;
text-align:left;
background-image:url(images/page2.png);
}

#header {
width:165px;
height:178px;
padding-left: 80px;
clear:both;

}

#menulinks {
width:165px;
padding-left:80px;
height:100%;
clear:both;
}

#mainarea {
width:600px;
clear:both;
padding-top:10px;
}

#contentarea {
float:left;
width:560px;
padding-left:45px;
margin-bottom:10px;
text-align: top;
}

#sidebar {
float:right;
width:290px;
padding-right:45px;
}

#footer {
width:960px;
height:140px;
margin: auto;
background-image:url(images/footer.png);
clear:both;
}


#footer p {
padding-top:30px;
color:#555555;
text-align: right;
line-height: 20px;
padding-right: 100px;

}

a.logo {
width:168px;
height:168px;
float:left;
background-image:url(images/logo.jpg);
}

h2 {
font-size:20px;
color:#333333;
font-weight:bold;
}

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

#mainarea a:hover {
color:#389ccb;
text-decoration:underline;
}

.button {
		width: 100%;
		text-align: left;
		background-color: #DFDFDF;
		color: #555555;
		border: 0px;
		
}

.button:hover {
		width: 100%;
		text-align: left;
		background-color: #efefef;
		color: #555555;
		border: 0px;
		
}

.button2 { 
		width: 200px;
		font-size: small;
		font-weight: bold;
		background-color: #DFDFDF;
		color: #555555;
		border-color: #7C72AF; 
		border-style: solid;
		border-width: 1px;
	}


.tableDef {
	border-color: #000000;
	width: auto; 
	border-spacing: 1px;
	border-style: solid;
 	border-width: 0px;
 	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF; }
}

td {
	border-color: #00EAFF;
    padding: 2px;
    background-color: #9a9996;
    border-width:1px;
    border-style: solid;
    color: #333333;
}
