/* CSS Document */

/*---- Global ---------------------------------------------------------------------------------------*/

body {
	margin: 0px;
	background-color: #434856;
	background-image: url('../images/background.jpg')
}
/*---- Layout ---------------------------------------------------------------------------------------*/

#shortPage {
	height: 500px;
}
.tableBackground {
	background-image: url('../images/backgroundBody_05.jpg')
}
.rightMargin {
	margin-right: 50px;
}
.indent {
	margin-left: 20px;
}
/*---- Formatting ---------------------------------------------------------------------------------------*/

#pageTitle {
	margin-top: 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;
	color: #e38000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 40px;
	margin-right: 30px;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color:#e38000;
	background-color:transparent
}
a:visited {
	color:#e38000;
	background-color:transparent
}
a:active {
	color:#e38000;
	background-color:transparent
}
a:hover {
	color:#e38000;
	background-color:transparent
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.quote {
	height: 85px;
	border-bottom: 1px dotted #CCC;
}
.smallerTxt {
	font-size: 10px;
	margin: 20px 10px 5px 10px;
	padding: 0;
}
.underPicture {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	padding-left: 0px;
}
.whiteboldPlain {
	font-weight:bold;
	color:#FFFFFF;
}
.whitebold {
	color:#000000;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 40px;
}
.whiteboldSmall {
	color:#000000;
	font-style:italic;
	font-size: 11px;
	margin-left: 60px;
	margin-right: 40px;
}
.white {
	color:#FFFFFF;
}
.orangebold {
	font-weight:bold;
	color:#e38000;
	text-align: left;
}
.orange {
	color:#B44F0C;
}
.red {
	color:#971219;
}
.redcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
}
span.error {
	font: normal 11px Arial, sans-serif;
	color: #ff0000;
}
/*---- Scrolling Text ---------------------------------------------------------------------------------------*/

#scrollingContent {
	width:310px;
	padding:5px 5px 0;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	margin:20px auto;
}
.items {
	width:300px;
}
.items ul li {
	list-style:none;
	overflow: visible;
	display:block;
	padding-bottom:10px;
	height: 100%;
}
.clear {
	clear: both;
}
#shortPage table {
	text-align: left;
}
