﻿
/* override styles */

body 
{
	/*background-image: url(../images/background.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-family: Arial,Helvetica,sans-serif;
}

h1
{
	color: #ff3399;
	font-size: 16px;
	margin: 2px 0px 2px 0;
	padding: 0;
}

a{
	font: normal 11px/normal Arial, Helvetica, sans-serif; 
	color: #003399; 
	text-decoration: none
}

a:hover {
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	color: #FF3399;
	text-decoration: underline;
}
	
/* structure classes */

#wrapper
{
	width: 840px;
	border: solid 1px #cccccc;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/sidebar-back.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: White;
	position: relative;
}

#header
{
	width: 840px;
	height: 200px;
	background-image: url(../images/bs-head.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-indent: -50000px;
}

#pagedate
{
	position: absolute;
	left: 45px;
	top: 15px;
	color: White;
	font-size: 11px;
}

#emaillink
{
	position: absolute;
	left: 65px;
	top: 90px;
	color: White;
}
	

#menu-kfi
{
	position: absolute;
	left: 311px;
	top: 157px;
	width: 156px;
	height: 42px;
	padding: 0;
	margin: 0;
	border: 0;
}

#menu-appfrm
{
	position: absolute;
	left: 485px;
	top: 158px;
	width: 156px;
	height: 42px;
	padding: 0;
	margin: 0;
	border: 0;
}

#menu-track
{
	position: absolute;
	left: 656px;
	top: 156px;
	width: 156px;
	height: 42px;
	padding: 0;
	margin: 0;
	border: 0;
}


#main
{
	width: 810px;
	padding-left: 30px;
	min-height: 400px;
	background-image: url(../images/main-back.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: Transparent;
}

#sidemenu
{
	background-color: #dbe6f9;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	width: 174px;
	float: left;
	
}

	#sidemenu h2
	{
		background-color: #f32f95;
		width: 156px;
		padding: 0 4px 0 14px;
		font-family: Arial,Helvetica,sans-serif;
		color: White;
		font-size: 11px;
		line-height: 160%;
		margin-bottom: 16px;
	}
	
	#sidemenu p
	{
		width: 154px;
		padding: 0px 4px 0px 16px;
		font-family: Arial,Helvetica,sans-serif;
		color: #0c2577;
		font-size: 11px;
		text-decoration: none;
		line-height: 110%;
	}

	#sidemenu .blue
	{
		color: #0c2577;
	}
	
	#sidemenu .blueback
	{
		background-color: #dbe6f9;
	}
	
	#sidemenu .whiteback
	{
		background-color: white;
		text-align: center;
		color: #0c2577;
	}

	#sidemenu .whiteback a, #sidemenu .whiteback a:visited
	{
		margin: 0;
		padding: 0px 4px 0px 16px;
	}
	
	#sidemenu a
	{
		width: 154px;
		margin: -2px 4px -2px 16px;
		font-family: Arial,Helvetica,sans-serif;
		color: #003399;
		font-size: 11px;
		text-decoration: none;
		line-height: 100%;
		display: block;
	}

	#sidemenu a:hover
	{
		color: #ff3399;
		text-decoration: underline;
	}


#content
{
	width: 600px;
	margin-left: 183px;
	padding-top: 20px;
	color: #0c2577;
	margin-bottom: 20px;
	font-size: 11px;
}

	#content hr
	{
		color: #f32f95;
		background-color: #f32f95;
		height: 1px;
	}
	
	#content .indent
	{
		margin: 0px 45px 0 45px;
	}

#footer
{
	width: 780px;
	border-top: solid 1px #f32f95;
	background-color: White;
	color: #999999;
	font-size: xx-small;
	margin: 5px 30px 0px 30px;
	padding-top: 15px;
	padding-bottom: 20px;
}

/* customer classes */

.header
{
	font-size: 12px;
	padding: 6px 0 0 0;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.indent2
{
	margin: 0 5px 0 5px;
}

.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


.bodyhead
{
	FONT: bold normal 14px/normal Arial, Helvetica, sans-serif; 
	COLOR: #0c2577;
}

.bodylendname {
	FONT: bold normal 16px/normal Arial, Helvetica, sans-serif; 
	COLOR: #0c2577;
}

.bodylendhead {
	FONT: bold normal 16px/normal Arial, Helvetica, sans-serif; 
	COLOR: #ff3399;
}


