@import url("header.css");
@import url("banner.css");
@import url("leftpane.css");
@import url("rightpane.css");
@import url("content.css");
@import url("footer.css");

body 
{
	background:#fff;
	margin:20px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#frame
{
	width:800px;
	margin:auto;
	text-align:left;
	
}


a
{
	color: #333399; /*#98172A;*/
	text-decoration: underline; /*none;*/
	font-weight: normal;
}

h1
{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

h1.welcome
{
	font-size: 16px;
	color: #333399;
}

h2
{
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
}

h3
{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
}

p
{
	font-size:12px;
}

