html,body {
	margin: 0;
	padding: 5;
	background-color: #39115b;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background-color: #ebe8e1;
}

div.left {
float: left;
	left: 3px;
	width: 191px;
	color: #302825;
	FONT-FAMILY: tahoma, verdana, arial;
	font-size: 12px;
	margin: 11px;
}

div.main {
float: right;
	width: 563px;
	padding-right: 30px;
	padding-top: 40px;
	}
	
div.conten {
	padding-left: 0px;
	padding-top: 20px;
	FONT-SIZE: 12px;
	COLOR: #302825;
	FONT-FAMILY: tahoma, verdana, arial;
	line-height: 18px;
}

.fon {
	FONT-SIZE: 13px;
	COLOR: black;
	FONT-FAMILY: tahoma, verdana, arial;
	line-height: 18px;
	 }

div.footer {
	position: relateive;
	clear: both;
	top: 527px;
	left: 0px;
	width: 840px;
	height: 24px;
	padding: 10px;
	background-color: white;
	color: black;
	FONT-FAMILY: tahoma, verdana, arial;
	font-size: 12px;
	text-align: right;
}

.leftnav {
padding-bottom: 254px;
	FONT-SIZE: 12px;
	FONT-FAMILY: tahoma, verdana, arial;
	line-height: 20px;
	color: #666666;
		 }
.leftnav a:link    {font-size: 14px; font-weight: normal; font-family: tahoma, verdana, arial; letter-spacing: 0.1em; line-height: 24px;}
.leftnav a:visited {font-size: 14px; font-weight: normal; font-family: tahoma, verdana, arial; letter-spacing: 0.1em; line-height: 24px;}
.leftnav a:hoover  {font-size: 14px; font-weight: normal; }


td {
	color: white;
	FONT-FAMILY: verdana, arial, sans-serif;
	font-size: 11px;
	}

input {
FONT-FAMILY: verdana, arial, sans-serif;
font-size: 10px;
}

.nav {
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana, arial, sans-serif;
	line-height: 20px; 
}

.nav a:link    {font-size: 14px; font-weight: normal; font-family: tahoma, verdana, arial; letter-spacing: 0.1em; line-height: 24px;}
.nav a:visited {font-size: 14px; font-weight: normal; font-family: tahoma, verdana, arial; letter-spacing: 0.1em; line-height: 24px;}
.nav a:hoover  {font-size: 14px; font-weight: normal; }

.head1  { /* page heading */

	color: #302825;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    FONT-FAMILY: verdana, arial, sans-serif;
	line-height: 28px;
}


A:link {text-decoration: none; color: #0b2e9e; 	FONT-FAMILY: verdana, arial, sans-serif; }
A:visited {text-decoration: none; COLOR: #0b2e9e; FONT-FAMILY: verdana, arial, sans-serif; }
A:hover {text-decoration: underline; COLOR: #1769b6; FONT-FAMILY: verdana, arial, sans-serif; }


/* tabular data with horizontal and vertical rules */
table.data2 /* applied to table tag */
{
	border: 1px;
	border-style: solid;
	border-color: d2cca6;
	border-collapse: collapse;
	width: 100%;
}

table.data2 th /* table heading style */
{
	border-width: 0px 1px 0px 0px;
	border-color: #d2cca6;
	padding: 0px 2px 0px 5px;
	color: #000000;
	border-style: solid;
	background-color: #969696;
	font-weight: bold;
	padding: 3px 2px 2px 5px;	
}

table.data2 td
{
	border-top: 1px;
	border-right: 1px;
	border-left: 0px;
	border-bottom: 1px;
	padding: 1px 2px 1px 5px;
	border-style: solid;
	border-color: #d2cca6;
	padding: 3px 2px 2px 5px;	
	background-color: #969696;
	color: black;
}
