html, body { height: 100%; margin: 0; padding: 0; }
body { background-color: #102050; }
img { border: 1px solid #800000; }
h2 { color: #800000; }
#container { 
	background: url(images/political_crms_bg.jpg) top left no-repeat #FFFFFF; 
	border-left: 1px solid #800000;
	border-right: 1px solid #800000;
	margin: auto;
	min-height: 100%;
	position: relative;
	width: 955px;
}
#header { height: 200px; }
#main { min-height: 520px; padding: 0 0 20px 0; }
#main a, #main a:visited { color: #102050; }
#main a:hover { color: #800000; }
#menu { 
	padding-left: 20px;
	position: absolute;
	top: 10px;
	left: 0;
}
#menu ul, #menu li { 
	margin: 0;
	padding: 0;
}
#menu ul li { 
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 0;
	width: 150px;
}
#menu ul li a, #menu ul li a:visited { 
	background: url(images/menu_bg.jpg) top left repeat-x #CC0000;
	color: #FFFFFF;
	display: block;
	font: normal 7pt Arial;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover {  background: url(images/menu_bg.jpg) 0 -25px repeat-x #102050; color: #FFFFFF; }
#menu ul li a.here,
#menu ul li a.here:visited
#menu ul li a.here:hover { background: url(images/menu_bg.jpg) 0 -50px repeat-x #999999; color: #404040; }
#content { padding: 20px; }
#content, #content * { font-family: Lucida Grande, Calibri, Arial, sans-serif; }
#content div.node {
	background: url(images/transparent_50.png);
	border-left: 4px solid #102050;
	border-right: 1px solid #C0C0C0;
	margin-left: 370px;
	padding: 10px 10px 0px 10px;
}
#content div h2 { margin: 0px 0.5em; }
#content div p {
	font: normal 9pt Arial;
	letter-spacing: 0.05em;
	line-height: 175%;
	margin: 0;
	padding: 10px;
}
#content div h4 { color: #800000; font-size: 12pt; margin: 0; }
#content div p strong { color: #800000; }
#footer { 
	background-color: #000000;
	bottom: 0;
	color: #FFFFFF;
	font: normal 7pt Arial;
	height: 10px;
	padding: 5px 10px;
	position: absolute;
	text-align: right;
	width: 935px;
}
#footer a, #footer a:visited {  color: #FFFFFF; text-decoration: none; }
#footer a:hover {  color: #CC0000; text-decoration: underline; }
/*
.btn-select-paper,
.btn-select-excel,
.btn-select-database {
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	border-right: 1px solid #C0C0C0;
	float: left;
	height: 100px;
	margin-top: -10px;
	margin-left: -330px;
	width: 300px;
}
.btn-select-paper:hover,
.btn-select-excel:hover,
.btn-select-database:hover { background-position: 0px -100px; border-right: 1px solid #800000; }
.btn-select-paper		{ background-image: url(images/btn_select_paper.png); }
.btn-select-excel		{ background-image: url(images/btn_select_excel.png); }
.btn-select-database	{ background-image: url(images/btn_select_database.png); }
*/

.div-selection	{ float: left; border: 0; height: 320px; margin-top: -20px; margin-left: -330px; width: 300px; }
.btn-select-paper,.btn-select-excel,.btn-select-database	{ border: 0; display: block; margin-bottom: 10px; height: 100px; width: 300px; }
.btn-select-paper,.btn-select-paper-lock		{ background-image: url(images/btn_select_paper.png); }
.btn-select-excel,.btn-select-excel-lock		{ background-image: url(images/btn_select_excel.png); }
.btn-select-database,.btn-select-database-lock	{ background-image: url(images/btn_select_database.png); }
.btn-select-paper:hover,
.btn-select-excel:hover,
.btn-select-database:hover	{ background-position: 0px -100px; border-right: 1px solid #800000; }
.btn-select-paper-lock,
.btn-select-excel-lock,
.btn-select-database-lock	{ background-position: 0px -100px; border: 0; border-right: 1px solid #102050;display: block; margin-bottom: 10px; height: 100px; width: 300px; }
.tiny { color: #404040; font: normal 7pt Lucida Grande, Lucida Sans Unicode, Arial, sans-serif; }
