/*
 * Credit: chunks of this css have been adapted from alistapart.com
 *         specifically 
 *			  http://www.alistapart.com/articles/multicolumnlayouts
 *			  http://www.alistapart.com/stories/taminglists
 *			  http://www.alistapart.com/articles/sprites
 */
div.top {
	border-style: solid;
	border-width: 0px 1px 0px;
	border-color: #ffffff; 
	background-color: #ffffff;
}
div.langtop {
	background-color: #ffffff;
	text-align: right;
	color: #000000;
	padding: 5px;
}
.nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
.nav li a { 
	text-decoration: none; 
} 
.nav { 
	margin: 0; 
	height: 32px;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 7px;
	background-image:url('/images/bar.png');
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}
.nav a {
	vertical-align: middle;
}
.nav a:link, .nav a:visited {
	color: #ffffff;
	padding: 3px 18px 2px 18px;
}
.nav a:hover {
/*	background-color: #2586d7;
	color: #ffffff;
*/
	background-color: #c7c7c7;
	color: #000000;
}

#container{
	background-color: white;
	margin: 0 auto;
	overflow:hidden;
	width:782px;
}
#content{
	background-color: white;
	width:564px;
	min-height: 300px; 
	padding: 10px 24px 20px; /* top right/left bottom i.e. the actual width is 564-48=516px*/
	border-left:170px solid #f0f0f0; /* The width and color of the rail */
	margin-left:-170px;
	float:right;
}
#sidebar{
	width:170px;
	float:left;
	font-weight: bold;
	font-family: Arial, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #f0f0f0;
	color: #333;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar li {
	border-bottom: 1px solid #f0f0f0; 
	margin: 0;
	width: 170px;
}
#sidebar li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #666;
	border-right: 10px solid #f0f0f0; 
	background-color: #f0f0f0;
	color: #333;
	text-decoration: none;
	/* width: 100%; - need to take out to get ie6 to work. */
}
html>body #sidebar li a {	width: auto;}

#sidebar li a:hover {
	border-left: 10px solid #d0d9e2;
	border-right: 10px solid #e8eaec;
	background-color: #e2e5ea; 
	color: black;
}

#footer{
	background-color: #FFFFFF;
	width: 782px;
	margin: 0px auto 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.right {	float: right; width: 50%;}
.left {	float: left; width: 45%;}
div.wrapper {	margin-bottom: 1em;}
.clearboth {	clear: both;}

.error {	color: red;}
table {
	border: none;
	width: 100%;
}
table.form {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	border-collapse: collapse;
}
table.form th {
	padding: 3px 9px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #333333;
	background: #eeeeee;
	border: 1px solid #cccccc;
	width: 10em;
}
table.form td {
	padding: 3px 9px;
	text-align: left;
	vertical-align: top;
	border:1px solid #cccccc;
}
table.form td.space { border: none;}
table.form td label { color: #666666;	font-size: 11px;}
table.form td p {	margin: 0;	padding: 0;}
dt { font-weight: bold;	margin-top: 5px;}
dd { margin: 0;}

/*layout*/
a { color: #4F72B9; text-decoration: none; }
a:visited {color: #4F72B9;text-decoration: none;}
a:hover { text-decoration: none; color: orange;}  
a:active { text-decoration: blink;}

body {
	background-color: #ffffff;
	background-image:url('/images/b_back.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	font-size: 13px;
	font-family: Arial, "Lucida Sans", Geneva, Helvetica, sans-serif;
	line-height: 150%;
	border: url('/images/b_back.jpg');
}
h4 { 
	font-weight: bold;
	font-family: Arial, "Lucida Sans", Geneva, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 0%;	
	padding-top: 5px;
	color: #406679;
}

.emphasis { color: #284674;	font-weight: bold;}
.emphasis02 { color: #284674;}
.larger { font-size: larger;}
.smaller { font-size: smaller;}
.smallerpx { font-size: 11px;}
.text-right01 { text-align: right;}
.alignCenter { text-align: center;}
.floatLeft { float: left;}
.floatRight { float: right;}
.indent { margin-left: 2em;}
