@charset "utf-8";
/* CSS Document */

body	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	margin: auto;	
	background-color: #90108b;
}

#layout	{
	width: 1000px;
	margin: auto;
	background-color: white;	
	border-bottom: 1px black solid;
	text-align: left;
	padding-bottom: 20px;
}


#layout td	{
	vertical-align: top;
}

#leftbar	{
	font-size: 90%;
	xborder: 1px solid black;
	background-color: #CCC;
	width: 200px;
	margin: 20px;
	text-align: left;
	padding: 10px;
}

#rightbar	{
	font-size: 90%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #ffffff;
	width: 200px;
	margin: 20px;
	text-align: left;
	padding: 10px;
}

#maincontent	{
	text-align: left;
	padding: 0 20px 20px 20px;
	width: 500px;
}

#maincontent a:link, #rightbar a:link		{
	color: #90108b;	
}

#footer	{
	margin: 20px auto;
	border-top:dotted;	
	width: 1000px;
	color: #ffffff;
	text-align: left;
}

#footer a:link	{
	color: white;	
}

#footer  a:visited	{
	color: white;	
}

a:link	{
	color: #90108b;
}


#headingbox	{
	border: 1px white solid;
	padding: 8px;
	background-color: #660b62;
	color: #ffffff;
}

H1	{
	font-size:24px;
	color: #90108b;	
}

H1.pagetitle	{
	font-size:18px;
	color: #000000;	
}

H2	{
	font-size:16px;
	color: #000000;
}

H2.heading	{
	font-size:20px;
	color: #90108b;		
}

H3	{
	font-size:14px;
	color: #d92b42;
}

p	{
	
}

																			