﻿body
{
	margin: 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content
{
	width: 928px;
	margin-left: 8px;
}

#screen
{
	margin-top: 10px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 30px;
}

#header
{
	background-image: url(../images/headerlogo.gif);
	height: 57px;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	padding-bottom: 20px;
}

#footer
{
	clear: both;
	padding-right: 0px;
	padding-left: 1em;
	font-size: 80%;
	padding-bottom: 0.5em;
	color: #808ac8;
	padding-top: 0.5em;
	height: 12px;
	background-color: #090f7b;
	margin-bottom: 1em;
}

#sidebar
{
	width: 176px;
	float: left;
}

#sidebar UL
{
	margin-left: 10px;
}

#sidebar UL LI
{
	width: 127px;
	background: white;
	padding-left: 25px;
	margin-bottom: 4px;
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
}

#mainpanel
{
	margin-left: 200px;
	background-image: url(../images/head_addresses.jpg);
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-left: 40px;
}

h1
{
	margin: 0px 0px 10px 0px;
	color: #646464;
	font-size: 18px;
}

h3
{
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	font-weight: 700;
	color: #08107b;
}


td, tr
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

LI A
{
	color: #646464;
	text-decoration: none;
}

LI A:hover
{
	color: #08107b;
	text-decoration: none;
}

INPUT.textBox, TEXTAREA.textBox
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	margin-top: 2px;
	font-size: 95%;
	background: #f7f7f7;
	margin-bottom: 5px;
	border-left: #cccccc 1px solid;
	color: #636563;
	border-bottom: #cccccc 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

