body
{
	background-color: #F3F4F8;
	background-image: url('images/bg-left.gif');
	background-repeat: repeat-y;
	background-position: 0% 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#container
{
	position: absolute;
	background-image: url('images/bg-right.gif');
	background-repeat: repeat-y;
	background-position: 100% 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

td, p, div.nav-top, div.nav-bot, li
{
	font-family: "Goudy Old Style", "Bookman Old Style", "Times New Roman", "Times", serif;
	font-weight: normal;
}

li
{
	padding: 5px 0px 8px 0px;
}
h1 
{
	color: #F44646; 
	font-family: "Goudy Old Style", "Bookman Old Style", "Times New Roman", "Times", serif;
	font-size: 300%;
}

h2
{
	color: #F44646; 
	font-family: "Goudy Old Style", "Bookman Old Style", "Times New Roman", "Times", serif;
	font-size: 200%;

}

.drop
{
	float: left;
	width: auto;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#F44646;
	font-family: georgia, times, serif;
	padding-right: 3px;
}

span.init
{
	color:#F44646;
}

.picture
{
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	max-width: 400px;
}

#main_table
{
	margin-left: 40px;
	margin-right: 40px;
}

td.centre-line
{
	background-color: #F44646;
	/* because (for reasons I don't understand) the margin property is
	   ignored by TD elements, we use a border (set to document bg-colour)
	   to get the same effect.
	*/
	border-left-style: solid;
	border-right-style: solid;
	border-color: #F3F4F8;
	border-left-width: 20px;
	border-right-width: 20px;
	padding: 0 0 0 0;
}

hr
{
	color: #F44646;
	background-color: #F44646;
	border: 0px;
	height: 1px;
	width: 100%;
}

hr.short
{
	height: 3px;
	width: 50%;
	margin-top: 25px;
	margin-bottom: 35px;

}

div.main-content
{
	min-height: 600px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

div.nav-top, div.nav-bot
{
	height: 50px;
	margin: 0 0 0 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;	
}

div.nav-bot
{
	width: 100%;
	background-image: url('images/gradient.gif');
	background-position: 0% 0%;
}

div.nav-top
{
	background-image: url('images/gradient-top.gif');
	background-position: 0% 100%;
}
span.pipe
{
	padding-left: 10px;
	padding-right: 10px;
}

a:link, a:visited, a:active
{ 
	text-decoration: none;
}

a:link
{
	color: #465AF4;
}

a:visited
{
	color: #6D7DF2;
}

a:active
{
	color: #F44646
}

a:hover 
{
	/*background-color: #F3E4E8;*/
	color: #0C3FFF;
	background-color: #D8BBBB;
	text-decoration: underline;
}

