/* PAGE/GENERAL */

html { height: 100%; } /*BROWSER HACK FOR MIN HEIGHT*/

* {	margin: 0; padding: 0; } /*BROWSER HACK FOR MIN HEIGHT*/

body
{
	margin: 0px;
	height: 100%;
	background-color: #fff;
	color: #000;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}

table { font-size: 100%; } 
table td { text-align: left; padding: 1px 10px 1px 0px; }

table.pickuperrors { margin: 10px; }
table.pickuperrors td { padding: 3px 10px 3px 10px; }
table.pickuperrors th { padding: 3px 10px 3px 10px; text-align: center; }

sup { font-size: 80%; }

a[name]:hover {text-decoration: inherit; color: inherit; background: inherit} /*BROWSER HACK FOR FIREFOX*/
a:link { color: #cc6633; font-weight: bold; }
a:visited { color: #993300;	font-weight: bold; }
a:hover { color: #cc9966; text-decoration: none; font-weight: bold; }

ul.standardBullets { list-style-type: square; color: #cc6633; margin: 0 0px 10px 20px; }
ul.standardBullets li { color: #cc6633; margin: 0 0 0px 20px; }

ul.standardBullets li span { color: #000; }

ul.standardBullets ul ul { list-style-type: circle; color: #cc6633; }
ul.standardBullets li li { color: #cc6633; }

ol.standardBullets { color: #cc6633; margin: 0 0px 10px 20px; font-weight: bold; }
ol.standardBullets li { color: #cc6633; margin: 0 0 0px 20px; font-weight: bold; }

ol.standardBullets li span { color: #000; font-weight: normal; }

img.addborder { border: solid 1px #000; }

font.small {font-size: 9px; }


/*HEADER*/
/*#header { height: 165px; }*/
#headercontainer { width: 761px; }
#headercontainerleft { width: 208px; float: left; display: inline; }
#headercontainerright { width: 550px; float: right; display: inline; }


/*CONTAINER*/
#container {
	width: 761px;
	background-image: url('../images/layout_10.gif');
	background-repeat: repeat-y;
}

.clearer /*TO CLEAR FLOATING DIVS WITHIN CONTAINER*/
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


/*MENU*/
#topLinks
{
	/*text-align: right;*/
	text-align: left;
	list-style: none;
	margin-left: 0;
	/*height: 18px;*/
	/*font-size: 10px;*/
	font-size: 13px;
	padding-bottom: 1px;
}
#topLinks li
{ 
	font-weight: bold;
	display: inline;
	padding-right: .5em;
	padding-left: .5em;
}

#topLinks a { color: #000; text-decoration: none; }
#topLinks a:hover { color: #808080; }


/*SIDE PANEL*/
#sidepanel {
	width: 199px; 
	float: left; 
	display: inline; 
}

#sidepanel p { 
	margin-right: 12px;
	color: #fff;
	text-align: right;
}


/*MAIN CONTENT*/
#maincontent {
width: 562px; 
float: right; 
display: inline; 
background-color: #fff; 
min-height: 266px;
}

* html #maincontent {
width: 562px; 
float: right; 
display: inline; 
background-color: #fff; 
height: 266px;
}

#maincontent p { margin: 10px 10px 10px 10px; }

h1
{
	font-size: 130%;
	line-height: 1.3em;
	padding-left: 10px;
	margin: 10px 0 0 0;
}

h2
{
	font-size: 115%;
	line-height: 1.5em;
	padding-left: 10px;
	margin: 10px 0 0 0;
}

h3
{
	font-size: 100%;
	line-height: 1.5em;
	padding-left: 10px;
	margin: 10px 0 0 0;
}


/*FOOTER*/
#footer {
background-image: url('../images/layout_12.gif');
background-repeat: repeat-x; 
height: 43px;
}

#bottommenu { width: 761px; }
#bottomlinks
{
	margin-left: 10px;
	font-size: 75%;
}

#bottomlinks a
{	
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#bottomlinks a:hover { color: #808080; }