html
{
	overflow-y: scroll;
}

body, html
{
	margin: 0px;
	height: 100%;
    font-family: Verdana;
    font-size: 0.96em;
}

/* main section */

form
{
	width: 52.5em;
	margin: 15px auto;
	background: url(../images/bg/t.gif) repeat-x;
	overflow: auto;
}

.l
{
	font-size: 0.80em;
	background: url(../images/bg/l.gif) no-repeat top left;
	overflow: auto;
	border: 0px;
}

.r
{
	background: url(../images/bg/r.gif) no-repeat top right;
	height: 100%;
	margin: 0px !important;
	overflow: auto;
	border: 0px;
}

.c
{
	margin: 0px 5px 0px 6px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}

/* content */

.content
{
    line-height: 1.5em;
	color: #717171;
	padding: 10px 20px 0px 20px;
}

.content .section
{
	border-bottom: 1px solid #efefef;
	float: none;
	display:block;
	margin: 0px 0px 14px 0px;
}

.content .col-left
{
	clear:left;
	overflow:auto;
	width: 40.5em;
	float: left !important;
	margin-right: 10px;
}

.content .col-right
{
	clear:right;
	overflow:auto;
	width: 40.5em;
	float: left !important;
	margin-left: 10px;
}

.content .ss1
{
	border: 0px;
	display:block;
	margin: 30px 0px 0px 0px;
	/*clear:right;
	float:right;*/
}

.content .ss2
{
	margin: 10px 0px 10px 0px;
	border: 0px;
	display:block;
	clear: left;
	float: left;
}

.content .ss3
{
	margin: 10px 0px 10px 0px;
	border: 0px;
	display:block;
	float: right;
	/*clear:right;
	float:right;*/
}


/* breadcrum */

div.breadcrum
{
	background: #f9f9f9 url(../images/dotted.gif) repeat-x top left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	font-size: 0.90em;
	border-bottom: 1px solid #dddddd;
}

/* main navigation */
div.navigation
{
	position: absolute;
	top: 20px;
	padding: 0px;
	background: url(../images/e-logo.gif) no-repeat top right;
	overflow: auto;
	width: 64.25em;
	display:block;
	height: auto;
}

div.navigation h3
{
	display: none;
}

/* footer navigation */

ul.footer
{
	padding: 0px 0px 10px 0px;
	list-style: none;
	font-size: 0.95em;
	overflow: auto;
	background:	url(../images/dotted.gif) repeat-x 0px 0px;
	border-bottom: 1px solid #cccccc;
}

ul.footer li
{
	margin: 10px 0px 0px 10px;
	padding: 5px;
	float: left;
}

ul.footer li.copyright
{
	color:#8f8f8f;
	width: 70%;
}

ul.footer li a
{
	padding: 1px 4px 1px 10px;
	border-left: 1px dotted #cdcdcd;
	white-space: nowrap;
}

/* global tags */

h1
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 1.0em;
	font-weight: bold;
	color: #222222;
	background: url(../images/h1square.gif) no-repeat 0px center;
	padding: 2px 2px 2px 10px;
	margin: 5px 0px 5px 0px;
	text-transform: uppercase;
	display:block;
}

h2
{
	font-family: arial, Tahoma, Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	color: #444444;
	background: #F9F9F9 url(../images/h2square.gif) no-repeat 0px center;
	padding: 2px 2px 2px 10px;
	margin: 8px 0px 4px 0px;
	clear: both;
	border-bottom:1px solid #DDDDDD;
}

h3
{
	font-size: 1em;
}

h3 span
{
	font-weight: normal;
}

ul
{
	color: #ff3300;
	list-style-type:square;
	margin-bottom: 20px;
}

ul li
{
	padding: 2px 0px 2px 0px;
}

ul li span
{
	color: #717171;
}

p
{
	margin: 10px 0px 20px 0px !important;
	padding: 0px 0px 0px 0px;
}

a
{
	text-decoration: none;
	color: #ff3503;
}

acronym 
{
	border-bottom: 1px dotted #ff3503;
}

a:hover
{
	text-decoration: underline;
}

span.indent
{
	display:block;
	padding-left: 20px;
}

a.top
{
	display:block;
	padding: 0px 0px 0px 15px;
	background: url(../images/chevronup.gif) no-repeat 0px 3px;
	color: #666666;
	font-weight: bold;
	font-size: 0.90em;
	clear: both;
	margin: 20px 0px 10px 30px;
}