

body 
{
	font-family : Arial, Calibri;
	font-size : 13px;
	color: #ffffff;
	height: 100%;
	text-align: center;
	margin: 0px;
}

a
{
	font-family: Arial, Calibri;
	font-weight: Bold;
	text-decoration: underline;
}


a:hover
{
	text-decoration: underline;
	color: #ff0000;
}

#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header_table
{
	height:120px;
	border-bottom: 2px solid #aa0000;
}

#header_table a
{
	font-family: "century gothic";
	font-size: 13px;
	color: #ffffff;
	font-weight: Normal;
	text-decoration: none;
}

#logo
{
	float: left;
	height: 100%:
}

#header_links
{
	height: 100%;
	float:right;
	color: #ffffff;
	font-family: "century gothic";
	font-size: 13px;
	line-height:1660%;
	text-decoration: none;
}

#footer_links
{
	
	height: 30px;
	float:right;
	color: #ffffff;
	font-family: "century gothic";
	font-size: 13px;
	text-decoration: none;
}

#stage
{
	
}

#navigation_table
{
	width: 98px;
	height: 300px;
}

#navigation_table a
{
	font-family: "century gothic";
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#navigation_table a:hover
{
	color: #ffffff;
}

#content
{
	width: 680px;
	float: right;
	text-align: left;
}

#home_text
{
	width:280px;
	float:left;
}

#home_image
{
	float:right;
}

#bottom
{
	width: 678px;
	height: 300px;
	float:left;
}

#bottom_content
{
	background-color: #dedef1;
	width: 100%;
	height: 280px;
	float:left;
}

#footer_table
{
	height:120px;
	width: 100%;
	border-top: 2px solid #aa0000;
	font-family: "century gothic";
	font-size: 13px;
}

.div
{
	padding:10px;
	
}			

.heading
{
	font-family: Arial, Calibri;
	font-weight: bold;
	font-size: 16px;
}

.subheading
{
	font-family: Arial, Calibri;
	font-weight: bold;
	font-size: 14px;
}

.text
{
	font-family: Arial, Calibri;
	font-size: 13px;
	color: #ffffff;
	line-height: 150%;
}

.text_dark_small
{
	font-family: Arial, Calibri;
	font-size: 11px;
	color: #333466;
	line-height: 150%;
}

.blue
{
	color: #343466;
}

.white
{
	color: #ffffff;
}

.red
{
	color: #ff0000;
}

.bg_blue
{
	background-color: #a7a8c2;
}

.bg_lilac
{
	background-color: #dedef1;
}

.padded
{
	padding: 10px;
}

.input_text
{
	width: 310px;
	border: 1px solid #343466;
	font-family: Arial, Calibri;
	color: #343466;
}

.input_text_short
{
	width: 150px;
	border: 1px solid #343466;
	font-family: Arial, Calibri;
	color: #343466;
}

.input_textarea
{
	width: 500px;
	height: 80px;
	border: 1px solid #343466;
	font-family: Arial, Calibri;
	color: #343466;
}
