body, html
{
	margin: 0px;
	background-color: #ffffff;
	font-size: 1em;
	padding: 0px;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
}
body
{
	min-width: 770px;
	text-align: center; /* To overcome IE5's issues with margin: auto */
}
#wrap
{
	border: 1px solid #aaa8a8;
	margin: auto;
	width: 770px;
	position: relative;
	text-align: left; /* To overcome IE5's issues with margin: auto */
}
#header
{
	height: 135px;
}
#main
{
	float: left;
	width: 604px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #aaa8a8;
}
/* START minimum height hacks */
/* First: for understanding browsers */
#main
{
  min-height:415px;
  height:auto;
}
/* Next: for Internet Explorer */
/*\*/
* html #main {
  height: 415px;
}
/**/
/* END minimum height hacks */
#sidebar
{
	float: left;
	padding-left: 10px;
	width: 135px;
}
#clear
{
	padding: 0px;
	margin: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
	clear: both;
}
#footer
{
	text-align: center;
}

/* Tables */
table
{
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}
td
{
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
td.topborder
{
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* General and special text */
p, th
{
	color: #666666;
	line-height: 1.3em;
  font-size: .7em;
	text-align: justify;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
td p
{
	margin-top: 0em;
	margin-bottom: 0em;
}
td.banner-text
{
	width: 597px;
	height: 260px;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	background-image: url('/images/home_text.gif');
	vertical-align: middle;
	text-align: center;
}
td.email
{
	width: 200px;
	background-image: url('/images/email_bg.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 15px 35px 15px 0px;
	text-align: right;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}
th
{
	color: #000000;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.error
{
	color: #000000;
	background-color: #FF4040;
	padding: 10px;
	font-weight: bold;
}
td.section, td.subsection, td.terms
{
	font-size: 0.8em;
	padding: 2px;
	text-align: justify;
}
td.section
{
	font-weight: bold;
}
td.subsection
{
  font-weight: bold;
}


/* Headings */
h1
{
	color: #063472;
	font-weight: bold;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
}
h2
{
	color: #000000;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0px;
}

/* Links */
a:visited, a:link, a:active
{
	text-decoration: none;
	color: #FF6600;
}
a:hover
{
	text-decoration: none;
	color: #063470;
}

/* Styling for normal lists */
ul.normal
{
	color: #666666;
	line-height: 1.5em;
	padding-left: 15px;
	margin: 0px;
  font-size: .7em;
}

ol
{
  color: #666666;
  line-height: 1.5em;
  padding-left: 15px;
  margin: 0px;
  font-size: .7em;
}

/* Styling for navigation lists */
#sidebar ul  /* overall list */
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar li  /* first level */
{
	padding-bottom: 0.5em;
	font-weight: bold;
}
#sidebar ul ul li  /* second level */
{
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.7em;
	font-weight: normal;
}

img
{
	border: 0px none;
}
