html {
	height:100%;
}

body {
	background-image: url(images/bg_pattern.jpg);
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	height:100%;
}
form {
	margin:0px;
}

/* replace file input fields with styled ones: */
input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
/* end replace file input */

#contentDiv {
	width:950px; 
	height:100%; 
	background-image:url(images/bg_content.gif);
	background-repeat:repeat-y; 
	display:block; 
	margin:0px auto; 
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	line-height: 10px;
}

.headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000000;
	margin-top:0px;
	text-align:left;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-align:justify;
}
.subHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
	font-weight: bold;
	text-align:left;
}
.hilite {
	color: #c1001f;
}
.strong {
	color: #000000;
	font-weight:bold;
}
.cursive {
	font-style:italic;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#000000;
}
.noUnderline {
	text-decoration:none;
}
.headlineBig {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
}
.formLong {
	margin:5px;
	width:270px;
}
.frontpageList {
	list-style-image:url(images/list_arrow.gif);
	line-height:160%;
	margin-left:-20px;
	text-align:left;
} 
.frontpageList a {
	text-decoration:none;
}
.frontpageList a:hover {
	text-decoration:underline;
}
.box1 {
	margin:0px 10px 0px 0px;
	padding:15px;
	border:#000000 1px solid;
	height:180px;
	overflow:hidden;
}
.box2 {
	margin:0px 0px 0px 10px;
	padding:15px 20px 15px 15px;
	border:#000000 1px solid;
	height:180px;
	overflow:hidden;
}
.box2content {
	margin-top:5px; 
	height:138px; 
	overflow:hidden;
}
.newsList {
	list-style-image:url(images/list_arrow2.gif);
	line-height:130%;
	margin:0px 0px 10px -20px;
	text-align:left;
} 
.newsList a {
	text-decoration:none;
}
.newsList a:hover {
	text-decoration:underline;
}
blockquote  {
	font-size: 100%;
	font-style:italic;
	font-weight:bold;
	margin:15px 0px;
	text-align:justify;
	background:transparent url(images/quoteleft.gif) left top no-repeat;
}
blockquote div  {
	padding:0px 20px 10px 20px;
    background:transparent url(images/quoteright.gif) right bottom no-repeat;
}
.photoDiv {
	float:left;
	width:120px;
	margin:0px 20px 0px 0px;
}
.formField {
	margin:5px;
	width:200px;
}
.formReq {
	float:right;
	font-size:24px;
	color:#c1001f;
	height:16px;
	overflow:hidden;
}
.leftAligned {
	text-align:left;
}
.dlList {
	list-style-image:url(images/buttons/download.gif);
	margin:0px 0px 15px -20px;	
}
.dlList a {
	text-decoration:none;
}
.dlList a:hover {
	text-decoration:underline;
}
.popupDiv {
	display:none;
	background-color:#FFFFFF;
	border:#c1001f 1px solid;
	padding:10px;
	margin:0px 0px 0px -20px;
}
.formFieldShort {
	margin:5px;
	width:100px;
}
.twitterLink, .facebookLink {
	padding-left:21px;
	display:inline-block;
	margin-top:5px;
}
.twitterLink {
	background:url(images/twitter.gif) no-repeat top left;
}
.facebookLink {
	background:url(images/facebook.gif) no-repeat top left;
}
.facebookLike {
	margin-top:5px;
	float:right;
}
.mediaIconsDiv {
	margin:0px 0px 15px;
}