body {
	margin:0;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:15px;
 }
a {
	color:#000080;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-top:0;
	margin-bottom:15px
}



#main { 
	border: 1px solid #000000;
	clear: both;
/*	background: #003366; */
/*	background: #9D886C; */
	background: #c9b1a3;
	background-image:url(images/fade.jpg);
	background-repeat:repeat-x;
	padding: 10px 25px 15px 25px;
}

#framework_brown {
	background-color:white;
	background-image:url(images/bg_brown.png);
	background-repeat:repeat-x;
	background-position:top left;
	width:922px;
	margin-right:auto;
	margin-left:auto;
	border:1px solid black;
	margin-top:-2px; 
}

#framework_blue {
	background-color:white;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	width:922px;
	margin-right:auto;
	margin-left:auto;
	border:1px solid black;
	margin-top:-3px;
}

#contents {
	padding: 1em 2cm;
	background: #FFFDF3;
	min-height: 300px;
	border:2px solid #000000;
}

table#sidebar{
	border-collapse:collapse;
	border:1px solid black;
	width:200px;
	float:right;
	margin-left:12px;
	border:1px solid black
	background-color:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
}

table#sidebar td { 
	padding:8px; 
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#000000;
	background-color:#f8f8f8;
}
	
table#sidebar th { 
	color:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:13px; 
	text-align:center;
	padding:4px; 
/*	background-color:#663333; */
	background-color:#003A75;
	border-bottom:1px solid #000000;
	}
	
table.collapse {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
table.collapse th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.collapse td { font-size:13px;
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}	



h1 { margin-bottom:0; text-align:center; font-family:tahoma,arial,helvetica,sans-serif; font-size:24px; font-weight:bold; color:#003399 }
h2 { font-family:tahoma,arial,helvetica,sans-serif; font-size:18px; font-weight:bold; margin-bottom:10px }

hr.blue {margin:5px 0 0 0; color: #003399; background-color: #003399; clear:both;  height: 4px; text-align: center}
hr.green {margin:5px 0 0 0; color: #006600; background-color: #006600; clear:both;  height: 4px; text-align: center}

.subhead {
	margin:30px 0 15px 0;
	text-align:center;
	font-weight:bold;
}

.greybox {
	border:1px solid #C0C0C0;
	padding:8px;
}

.greenbox {
	margin-left:2cm;
	margin-right:2cm;
	padding:10px;
	border:2px solid green;
	text-align:center;
}
