body, html {
	background-color: #0099ff;
	padding: 0;
	margin: 0;
	text-align: left;	
}

#master_container {
	width: 900px;	
	margin: 0;
	text-align: left;
	height: 100%;
	/* background-image: url('../images/footer.jpg');
	background-repeat: repeat-y; */
	overflow: visible;
}

h1, h2, h3, p, table, ul, ol, li, td, th {	font-family: arial; }

td { vertical-align: top; font-size: 12px; }
th { vertical-align: top; font-size: 12px; font-weight: bold; text-align: left; }

h1 {
	font-size: 12px;
	font-weight: bold;
	color: black; /* #5D5D5F;*/
}

h2 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: black; /*#330000; /* #B3C05F;*/
}

slogan {
	font-size: 16px;
	font-style: italic;
	font-family: comic sans ms;
	color: #404040; /*#330000; /* #B3C05F;*/
}

p {
	font-size: 12px;
	font-weight: normal;
	color: #222222; /* #737374; */
	margin: 0 0 10px 0;
	padding-bottom: 0px;
}

li {
	font-size: 12px;	
	color: #222222; /* #737374; */
}

a {
	text-decoration: none;
	color: ##0099ff ; /* #ff0000 ; /* #ff0000;*/
	font-weight: bold;
}

a:hover {
	color: #669900; /* #4F5603;*/
}

a.current  {
	color: #5D5D5F;
}

.nomargin {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin-top: 2px;
}

