/* CSS Document */
*,html {
	padding: 0;
	margin: 0;
}

body {
	background:url(../grfx/internal-bg.gif) top left repeat-x;
	background-color: rgb(237,30,37);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#frontcontent p {
	margin-left: 45px;
	line-height: 1.4em;
}

.front-right p {
	font-size: 1.2em;
	margin-top: 1.0em;
}

	.front-right p.accred
	{
			margin: 0;
			padding: 0;
			line-height: normal;
			font-size:0.9em;
			color: rgb(237,30,37);
	}
	
	.front-right p.address
	{
	color: #888;
	font-weight: bold;
	font-size: 1em;
	}	

#frontcontent h2 {
	margin-left: 45px;
	color: #00ADEF;
	font-size: 1.4em;
	margin-bottom: 10px;
	text-align: left;
}

.tag-line {
	float: right;
	position: relative;
	right: 45px;
	top: -40px;
}

#homebutton
{
	display: block;
	float: right;
	margin-top: 33px;
	margin-right: 5px;
}

h3 {
	font-weight: normal;
	font-size: 1.4em;
	padding-bottom: 0;
	margin-botom: 0;
}

a , a:visited {
	text-decoration: none;
	color: #888888;
}

a:hover {
	text-decoration: underline;
}
