/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-image: url(imgs/bkg.gif);
	text-align:center;
}

table {
	padding: 0px;
}

#page-container {
	background-color: #FFFFFF;
	width: 760px;
	margin-top: 0px;
	margin-left: 0px;
	text-align:justify;
}

p {text-align:justify}

#headerRight {
	width: 530px;
	background-color: #990000;
/*	background-color: #333333; */
	height: 32px;
}
	
#header {
	width: 760px;
	height: 150px;
	background-color: #FFFFFF;
}

#sidebar {
	width: 230px;
	height:100%;
	background-image: url(imgs/bkg_sidebar.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:left;
}

#sidebar a:link {
	color: #666666;
	text-decoration: none;
}

#sidebar a:visited {
	color: #666666;
	text-decoration: none;
}

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

#sidebar hr {
	width: 203px;
	border: 0px;
	height: 1px;
	color: #E5E5E5;
	background-color: #E5E5E5;
}

#sidebar strong {
	color: #666666;
}

#content {
	width: 530px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(imgs/bkg_content.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#content hr {
	width: 99%;
	border: 0px;
	height: 1px;
	color: #E5E5E5;
	background-color: #E5E5E5;
}

a:link {
	color: #990000;
	text-decoration: none;	
	}

a:visited {
	color: #990000;
	text-decoration: none;	
}	

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

#footer {
	width: 760px;
	height: 30px;
	background-image: url(imgs/bkg_footer.gif);
}

#pdf { 

list-style-image:url(imgs/pdf.gif);

}

/*input {
	font-size:10px;
	font-family:verdana;
	border:1px;
	border-color:#990000;
	background-color:white;
	width:auto;
}

textarea {
	font-size:10px;
	font-family:verdana;
	border:1px;
	border-bottom-color: #990000;
	background-color:white;
}

input.checkbox {
	border:0px;
	vertical-align:middle;
	background-color:transparent;
}

select {
	font-size:10px;
	font-family:verdana;
}*/