/***********************************************************************************
* Main Elements
***********************************************************************************/

body
{
	background-image: url(images/bg.gif);
	background-position: left top;
	background-color: #FFFFFF;

	font-family	: Verdana;
}

iframe{
		z-index: -10;
}

h1
{
	font-family	:  Arial Narrow;
	font-size	: 26px;
	margin		: 2px;
	color		: #245ABC;
	border-color	:#245ABC;
	border-width	: 0 0 2px 0;
	border-style	:solid;
}
h2
{
	font-family	:  Trebuchet MS;
	font-size	: 16px;
	margin		: 2px;
	color		: #245ABC;
	border-color	: #245ABC;
	border-width	: 0 0 2px 0;
	border-style	:solid;
}

td, p
{
	font-family	: Verdana, Sans-serif;
	font-size	: 11px;
	color		: #242424;
}

form
{
	margin		: 0px;
}

/***********************************************************************************
* Link Elements
***********************************************************************************/

/* Default links */

a:link, 
a:active, 
a:visited
{
	font-size	: 12px;
	color		: #3268CA;
	text-decoration	: none;
}

a:hover
{
	font-size	: 12px;
	color		: #323232;
	text-decoration	: none;
}



/***********************************************************************************
* Form Elements
***********************************************************************************/
img {
	margin:0;
}
select, input, textarea {
	font-family	: Verdana;
	font-size	: 11px;
	color		: #323232;
}

/***********************************************************************************
* Design
***********************************************************************************/

.header{
	height		: 163px;
	border-style	: solid;
	border-width	: 0 0 0px 0;
	border-color	: #000000;
	background-image:url(images/top.jpg);
	background-position:center center;	
}

.content
{
	margin		: 0;
	padding		: 0;
	border-style	: solid;
	border-width	: 0 0 1px 0;
	border-color	: #3A322F;
}

.floatdiv
{
	z-index		: -1;
	position	: relative;
	float		: left;
	margin		: 5px;
}

.floatdiv table
{
	border-style	: solid;
	border-width	: 1px;
	border-color	: #CACACA;
}

.main
{
	width		: 780px;
	height		: 941px;
	border-style	: solid;
	border-width	: 0 1px 1px 1px;
	border-color	: #000000;
}

.footer
{
	text-align	: center;
	height		: 22px;
	background-color: #01499E;
	font-family	: Verdana, Sans-serif;
	font-size	: 11px;
	color		: #ffffff;
}
