/* CSS Document */

/* styling - standard theme */
p {
	font-size: small;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	margin: 0px;
	color: #800000;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}		

h2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	color: #800000;
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}	

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-weight: bold;
	font-size: medium;
	color: #003300;
	text-decoration: none;
}		

li {
	padding: 0px;
	list-style-image: none;
	list-style-position: inside;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 2px;
	list-style-type: square;
	font-size: small;
	padding-left: 5px;
}

#columnHeader h1 {
	color: white;
	margin: 0px 10px 0px 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: medium;
	font-weight: normal;
}	
	
#menubarLeft table {
	width: 100%;
	border: none;
	font-weight: normal;
	text-align: center;
	font-size: small;
}	

#menubarRight table {
	width: 100%;
	border: none;
	font-weight: normal;
	text-align: center;
	font-size: small;
}	

#menubarRight table td {
	width: 125px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}

