/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#textfield1 {
	width: 180px;
	padding: 4px 0px;
	background: #246798;
	border: 1px solid #246798;
	border-top-color: #216089;
	border-left-color: #216089;
	color: #FFFFFF;
}

#submit1 {
	width: 63px;
	height: 22px;
	background: url(../images/homepage06.gif) no-repeat left top;
	border: none;
	font-size: 11px;
	color: #FFFFFF
}

.input1 {
	width: 140px;
	padding: 3px 5px;
	background: #F8F7F3;
	border: 1px solid #F8F7F3;
	border-top-color: #E4E0D0;
	border-left-color: #E4E0D0;
}

.input2 {
	float: right;
	width: 63px;
	height: 22px;
	background: url(../images/homepage13.gif) no-repeat left top;
	border: none;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 { margin-bottom: 20px; padding-bottom: 9px; border-bottom: 1px solid #f2f2f2; letter-spacing: -0.04em; font-weight: normal; color: #37404c; line-height: 22px; }

h2 {
	font-size: 20px;
}

h3 { color: #363434; font-size: 16px; font-weight: bold; }

h4 { color: #26296b; font-size: 14px; font-weight: bold; }


/** TEXTS */
.pagename { font-weight: bold; color: #fff; font-size: 130%; text-align: right; padding-right: 5px; margin-bottom: 0; padding-top: 15px; }

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.85em;
	color: #666666;
}

p, blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	/*ADDED FROM ORIGINAL*/
	font-size: 1em;
	line-height: 170%;
}
ul, ol, dl { font-size: 1em; line-height: 170%; margin-top: 0; margin-bottom: 1em; }
.text1 {
	text-align: center;
	color: #919799;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 5px;
}

.list1 a {
	padding-left: 15px;
	background: url(../images/homepage17.gif) no-repeat left center;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	margin-bottom: 5px;
}

.list2 a {
	padding-left: 15px;
	background: url(../images/homepage17.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #339;
}

a:hover { color: #448; text-decoration: none; }

a img {
	border: none;
}

.link1 {
	text-decoration: none;
	color: #3A3A3A;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background-color: black; background-image: none; }
.bg2 { background: url(../images/homepage02.jpg) repeat-x left top; }
.bg3 { background: url(../images/header_bg.gif) repeat-x right top; }
.bg4 { background: url(../images/left_mid.gif) repeat-y left top; }
.bg5 { background: url(../images/homepage14.jpg) no-repeat left top; }
.bg6 { background: url(../images/homepage15.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/*Learn More Link*/
#more { font-size: 90%; }

#more a { text-decoration: none; color: #e5752b; float: right; }

#more a:hover {
	text-decoration: underline;
	color: #f93;
}
.emphasis { 
	font-weight: bold; 
	color: #013b8d; 
	font-size: 110%; 
}

/*Contacts*/
#contact { color: #996; font-weight: bold; padding-left: 45px; text-align: left; }
.contact2 { color: #996; font-weight: bold; text-align: left; padding-left: 100px; }
.back { font-size: 80%; text-decoration: none; float: right; }
.back a { color: #e29138; text-decoration: none; }
.pdfinfo { font-size: 11px; }


img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

.indent {
	padding-left: 15px;}
