@charset "UTF-8";
/* CSS Document */

body {
	background-color:#f1f3e7;
	font-family: Arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	color: #444444;
	background-image: url(images/graphics/background.jpg);
	background-repeat:repeat-x;
	}
/* text tags */	
H1 {
	color: #333333;
	font-size:115%;
	font-weight: bold;
	}
	
H2 {
	color: #1e3e91;
	font-size:110%;
	
	
	}
	
H3 {
	color: #000000;
	font-size:16px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	font-style:italic;
  	padding-left:40px;
  	padding-top:45px;
  	line-height:26px;
	}
H4 {
	color: #2f3a5c;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	border-bottom: solid 1px #ccc;
	
	}
.bluetitlebold {
	color: #2f3a5c;
	font-size:120%;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	font-style:italic;
	padding-left:35px;
	padding-bottom:20px;
	}
.red {
	color: #be0d0d;
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-stretch:extra-expanded;
	
	}

.blue {
	letter-spacing: .03em;
	color: #4b80d2;
	font-size:90%;
	}
	
.smalltext {
	font-size:11px;
	color:#666666;
	}
.date {
	color:#4b80d2;
	}
	
/* cell formats */

.textcell {
	padding-left:35px;
	padding-top:10px;
	}
.maintitlecell {
	font-size:100%;
	padding-left:35px;
	padding-top:35px;
	padding-bottom:25px;

	}
.mainlistcell {
	font-size:100%;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px dashed #ccc;

	}
.leftcontent {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size:88%;
	}
	
.rightcontent {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center;
	}

.maincontent {
	padding-left:15px;
	padding-right:10px;
	padding-top: 10px;
	
	}
.maincontentbk {
	font-size:85%;
	background-color:#E77E4F;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #666666;
	}
	
.footer {
	font-size:11px;
	line-height:25px;
	text-align:center;
	}
textarea.test {
  width: 390px;
  height:115px;
  border: none;
  background-color:transparent;
  color:#000000;
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-style:italic;
  padding-left:40px;
  padding-top:45px;
  line-height:23px;
}
	
.intlinkscell{
	padding-top:10px;
	padding-left:8px;
	border-right: solid 1px #ccc;
	}	
/* tag formats */
	
.ulhome {
	padding-left:45px;
	font-size:14px;
	letter-spacing:.02em;
	}

.ulsm {
	line-height:20px;
	padding-left:10px;
	font-size:11px;
	list-style-type: none;
	color: #676767;
	}
	
/*links*/	

a:link  {
	color:#1e3e91;
	text-decoration:none;
	
	}
a:visited {
	color:#454545;
	text-decoration:none;

	}
a:active {
	color:#ffffff;
	text-decoration:none;
	
	}
a:hover {
	color:#ffffff;
	text-decoration:none;

	}
a.lt:link {
	color:#1e3e91;
	text-decoration:none;
	}
a.lt:visited {
	color:#000000;
	text-decoration:none;
	}
a.lt:active {
	color:#3d85bc;
	text-decoration:none;
	}
a.lt:hover {
	color:#3d85bc;
	text-decoration:none;
	}	

a.foot:link {
	color:#b4bdb1;
	text-decoration:none;
	}
a.foot:visited {
	color:#000000;
	text-decoration:none;
	}
a.foot:active {
	color:#3165a0;
	text-decoration:none;
	}
a.foot:hover {
	color:#3165a0;
	text-decoration:none;
	}	

a.int:link {
	color:#57585b;
	text-decoration:none;
	font-weight:lighter;
	font-size:small;
	}
a.int:visited {
	color:#000000;
	text-decoration:none;
	font-weight:lighter;
	font-size:small;
	}
a.int:active {
	color:#57585b;
	text-decoration:none;
	font-weight:lighter;
	font-size:small;
	}
a.int:hover {
	color:#3165a0;
	text-decoration:none;
	font-weight:lighter;
	font-size:small;
	}	
		
/* backgrounds */

#wrapper {
	background-image:url(images/graphics/wrapper2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
#textscript {
	font-size:9px;
	color:#333333;
	padding-top:10px;
	padding-left:480px;
	}