body
{
	margin: 0px 5%;
	padding: 0;
	font-size: 11px;
	font-family: sans-serif;
	background-color: #e4e4e4;
	color: black;
}

h1 {font-size: 140%;}
h2 {font-size: 120%;}
h3 {font-size: 100%;}

input, select, textarea
{
	font-size: 100%;
}

a:link,
a:visited,
a:active	{text-decoration: none;}

a:link 		{color: #1b4c96}
a:visited 	{color: #697382;}

a:hover
{
	text-decoration: underline;
	color: #d97b00;
}

a img 		{border: 0;}

#skiptocontent 	{display: none;}

#bg /* Fix css layout issues */
{
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background-color: #d9dbde;
	color: black;
}




/* ------------------------------------------- *
 *                    Header
 * ------------------------------------------- */
#head
{
	background-color: #697382;
	background-image: url("../images/head.png");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-left: 10px;
	height: 65px;
	color: white;
	border-bottom: 1px solid #bbbbbb;
	text-align: left;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}

#head h1
{
	margin: 0;
	font-size: 200%
}




/* ------------------------------------------- *
 *              Links / Leftpane
 * ------------------------------------------- */
#leftpane
{
	float: left;
	width: 170px;
	background-color: #d9dbde;
	color: black;
	border-right: 1px solid #bbbbbb;
}

/* Padding (Firefox Fix) */
#leftpane div
{
	padding: 0em 0.5em 0em 0.5em;
}

#leftpane ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
}

#leftpane li
{

	background-image: url('../images/bullet/inverse_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding: 0.2em 0 0.2em 1.1em;
}

#leftpane li.active
{

	background-image: url('../images/bullet/double_bullet.gif');
	background-position: 0 0.6em;
}

/*#leftpane h3
{
	padding: 0;
	margin: 0;
}*/

a.active
{
	color: #FFF;
	text-decoration: underline;
}

#valid    	{text-align: center;}
#valid img	{margin: 2px 0;}


/* ------------------------------------------- *
 *                  Content
 * ------------------------------------------- */
#content
{
	margin-left: 170px;
	padding: 1em;
	background-color: #f5f5f5;
	color: black;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

#content h3, #content h2, #content h1
{
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content h1
{
	margin-top: 0;
	background-image: url('../images/h1.png');
	padding-bottom: 0em;
	margin-bottom: 0.6em;
}

#content h2
{
	background-image: url('../images/h2.png');
	padding-bottom: 0em;
	margin-bottom: 0.4em;
}

#content h3
{
	background-image: url('../images/h3.png');
	padding-bottom: 0.1em;
	margin-bottom: 0.2em;
}

#center	{text-align: center;}

#center h1, #center h2, #center h3
{
	background-image: url('../images/hr_cntr.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
}

#content p
{
	margin-top: 0.5em;
}

.pto
{
	text-align: right;
	padding-bottom: 0;
	margin-bottom: 0;
}




/* ------------------------------------------- *
 *                  Footer
 * ------------------------------------------- */
#foot
{
	clear: left;
	text-align: center;
	font-size: smaller;
	padding-top: 1em;
	padding-bottom: 0.5em;
	color: black;
}


.abbr
{
	float: left;
	width: 2em;
}