html,body {
	margin:10 auto;
	padding:0;	
	font: 12px Verdana;
	color:#333333;
	min-height: 100%;
	height: auto !important;
	height: 100%	
}

.maincont {
	width: 800px;
	position: relative;
	height: 100%;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
}

#content {
	width:800px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	border: 1px;
	padding: 0px 0px 0px 16px;
	margin: 0px 11px 0px 0px;
	/* text-align : justify; */
}

#header {
	border-color: #aaa;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	color: #7ea939;
	font-weight: bold;
}

#footer {
	border-color: #aaa;
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	color: #7ea939;
	font-weight: bold;
}

#header a{
	color: #7ea939;
	font-weight: bold;
	text-decoration: underline;
}

#header a:hover{
	color: #f51e7b;
	text-decoration: none;
}

A {
	text-decoration: none;
}

.box {
	border: #aaa 1px dashed;
	padding: 5px;
}

.message {
	color: green;
}

.boxerror {
	border: #faa 1px dashed;
	padding: 5px;
}

#holder img
{
	padding: 5px;
}

.tagline {
	font-family: monospace;
	font-size: 11px;
	color:#777777;
}

strong {
	color: #000;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 25px;
	color : #f51e7b;
	font-weight : bolder;
	line-height : 100%;
	text-align: right;
	width: 100%;
	display: inline;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color : #5274c3;
	font-weight : bolder;
	display: inline;
}
h3 {
	display: inline;
	font-weight : bold;
	font-size: 12px;
	color: #5274c3;
}
h4 {
	display: inline;
	font-weight : bold;
	font-size: 14px;
	color: #f51e7b;
}	

.dateline {
	display: inline;
	font-style: italic;
	color: #444;
}

hr {
	color: #dddddd;
	height: 0px;
	border: 1px dashed;
	width: 30px;
}

#credits strong {
	color: #f51e7b;
}

#credits img {
	border: 2px  #7ea939 solid;
}
