/* CSS Document */

body {
	background-image: url(images/bkmain.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 10px;
	padding: 0px;
}

#nav {
	background-image: url(images/nav-bk.jpg);
	background-repeat: repeat-x;
	//margin: 0px;
	padding: 0px;
	margin-left: auto;
margin-right: auto;


}

#nav ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	list-style-type: none;
	text-align: right;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	width: 90px;
	float: right;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding-left: 35px;
}
#nav li.small a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	width: 70px;
	float: right;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding-left: 35px;
}
#nav li.wide a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	width: 180px;
	float: right;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding-left: 35px;
}
#nav a:hover {
	color: #FBF42E;
	text-decoration: none;
	display: inline;
	width: 90px;
	float: right;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding-left: 35px;
}
#nav li.small a:hover {
	color: #FBF42E;
	text-decoration: none;
	display: inline;
	width: 70px;
	float: right;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding-left: 35px;
}
#nav li.wide a:hover {
	color: #FBF42E;
	text-decoration: none;
	display: inline;
	width: 180px;
	float: right;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding-left: 35px;
}
.shadow {
	background-image: url(images/content-bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #254689;
	border-left-color: #254689;
}

.box {
	background-image: url(/images/bluebox.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 95px;
}
.boxw {
	background-image: url(/images/bluebox.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}
.content {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

.leftcontent {
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

.content a {
	color: #325FBA;
	text-decoration: underline;
}

.content a:hover {
	color: #325FBA;
	text-decoration: none;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
}

.redbox {
background-image:url(images/redbox.jpg); background-repeat:no-repeat;
	margin: 0px;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	padding-right: 10px;
	padding-left: 10px;

}
.redtext a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

.redtext a:hover {
	text-decoration: underline;
	color: #FBF42E;
}
h1 {
	color: #254689;
	font-size: 16px;
	font-weight: bold;
}
.title {
	color: #254689;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:15px;

}
.bluetitle {
	color: #254689;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}


#footer a.copyrightb {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	cursor:text;
	}
#footer a.copyrightb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	cursor:text;
	}
.tiny {
	font-size: 10px;
}

