/*
-----------------------------------------------

----------------------------------------------- */

/* =STRUCTURE
----------------------------------------------- */
@import url("structure.css");

/* =NAVIGATION
----------------------------------------------- */
@import url("navigation.css");

/* =PAGE CONTENT
----------------------------------------------- */
@import url("../CSSMenu1/images/content.css");


/* =HEADER
----------------------------------------------- */
* {
margin:0px;
padding:0px;
}
body {
	background-color:#FFF;
	font-family:arial, verdana, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:76%;
	color:#333333;
}
.clear { 
	clear:both; 
}
h1 {
	font-weight:normal;
}
h2 {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	font-family:arial,verdana,helvetica,sans-serif;
	margin-top:5px;
	margin-bottom:7px;
}
h3 {
	display:block;
	color:#0F50B4;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:1.5em;
	font-weight:normal;
	margin-left:-20px;
	padding-left:20px;
	line-height:35px;
	background:url("images/content.blue.gif") no-repeat;
	padding-bottom:14px;
}
h4 {
	display:block;
	color:#004696;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:1.3em;
	font-weight:bold;
	line-height:30px;
	padding-bottom:7px;
}
h5 {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#666666;
	line-height:12px;
	font-size:.9em;
	font-weight:normal;
}
h6 {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#666666;
	line-height:12px;
	font-size:.9em;
	font-weight:bold;
}
h7 {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#666666;
	line-height:14px;
	font-size:11pt;
	font-weight:normal;
}
h8 {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#000000;
	line-height:12px;
	font-size:9pt;
	font-weight:bold;
}


/* =PARAGRAPHS
----------------------------------------------- */
p {
	margin:0px 0px 0px 0px;
	padding:2px 0px 10px 0px;
	color:#333333;
	font-size:1em;
	line-height:16px;
}
.head {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	font-family:arial,verdana,helvetica,sans-serif;
	margin-top:0px;
	margin-bottom:-7px;
}
.small {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#333333;
	font-size:.9em;
	line-height:16px;
	margin-bottom:5px;
}
.hr {
	background:url("images/leftcolumn.divider.gif") center center repeat-x;
	width:100%;
	height:1px;
	padding-top:14px;
	padding-bottom:14px;
}
.line {
	background:url("images/leftcolumn.divider.gif") center center repeat-x;
	width:100%;
	height:1px;
	line-height:1px;
}
.divider {
	background:url("images/leftcolumn.divider.gif") center center no-repeat;
	width:125px;
	height:1px;
	padding-top:10px;
	padding-bottom:7px;
}
.left {
	display:block;
	text-align:left;
	font-size:.9em;
	font-family:arial,verdana,helvetica,sans-serif;
}
.left a {
	text-decoration:none;
	color:#364867;
}
.right {
	display:block;
	text-align:right;
	font-size:.9em;
	font-weight:bold;
	font-family:arial,verdana,helvetica,sans-serif;
}
.right a {
	text-decoration:none;
	color:#364867;
}
.top {
	display:block;
	text-align:right;
	font-size:.9em;
	font-weight:bold;
	font-family:arial,verdana,helvetica,sans-serif;
	margin-top:7px;
}
.top a {
	text-decoration:none;
	color:#364867;
}
.bottom {
	display:block;
	font-size:.9em;
	font-weight:bold;
	font-family:arial,verdana,helvetica,sans-serif;
	margin-top:7px;
	margin-bottom:5px;
}
.bottom a {
	text-decoration:none;
	color:#364867;
}
.highlight {
	background-color:#FFE196;
}
.grey {
	font-size:.9em;
	color:#777777;
}

/* =IMAGES
----------------------------------------------- */
img {
	border:0px;
}
.img {
	float:left;
	width:90px;
	text-align:center;
}
.pic {
	float:left;
	display:block;
	padding-right:14px;
	padding-bottom:14px;
}
.fullspan {
	position: relative;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:20px;
}

/* =FORMS
----------------------------------------------- */
form {
	margin:0px;
	padding:0px;
}
fieldset {
}
legend {
}
label {
}
input {
	vertical-align:middle;
}
textarea {
}
input, textarea {
}
select {
}
optgroup {
}
option {
}
.searchform0 {
	width:480px;
	height:100px;
	padding:20px;
	background:url("images/corner.top.gif") top center no-repeat;
	background-color:#F0F0F0;
}
.searchform1 {
	width:480px;
	height:180px;
	padding:20px;
	background:url("images/corner.top.gif") top center no-repeat;
	background-color:#F0F0F0;
}
.searchform2 {
	width:480px;
	height:120px;
	padding:20px;
	background:url("images/corner.top.gif") top center no-repeat;
	background-color:#F0F0F0;
}
.searchform3 {
	width:130px;
	height:220px;
	padding:10px;
	background:url("images/corner.small.gif") top center no-repeat;
	background-color:#F0F0F0;
}
.searcha {
	float:left;
	width:230px;
	padding-right:20px;
}
.searchb {
	float:right;
	width:230px;
}
.submit {
	width:520px;
	height:30px;
	padding:0px;
	margin:0px;
	background:url("images/corner.bottom.gif") no-repeat;
	background-color:#F8F8F8;
	font-size:.9em;
	text-align:right;
	line-height:30px;
}
.submit2 {
	width:150px;
	height:30px;
	padding:0px;
	margin:0px;
	background:url("images/corner.bot.gif") no-repeat;
	background-color:#F8F8F8;
	font-size:.9em;
	text-align:right;
	line-height:30px;
}
.input {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#666666;
	font-size:.9em;
	line-height:16px;
	width:170px;
	padding-top:2px;
	margin-top:4px;
}
.input2 {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#666666;
	font-size:.9em;
	line-height:16px;
	width:100px;
	padding-top:2px;
	margin-top:4px;
}
.select {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#666666;
	font-size:.9em;
	line-height:16px;
	width:175px;
	padding-top:2px;
	margin-top:4px;
}
.select2 {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#666666;
	font-size:.9em;
	line-height:16px;
	width:105px;
	padding-top:2px;
	margin-top:4px;
}
.select3 {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#666666;
	font-size:.9em;
	line-height:16px;
	width:70px;
	padding-top:2px;
	margin-top:4px;
}
.search {
	font-family:arial,verdana,helvetica,sans-serif;
	color:#45627D;
	font-size:.8em;
	text-decoration:none;
}

/* =LISTS
----------------------------------------------- */
/*.list {
	background-color:#F0F0F0;
	padding:14px 14px 14px 25px;
	margin-bottom:15px;
}
.list li {
	color:#333333;
	list-style:none;
	padding-left:0px;
	padding-bottom:4px;
	line-height:16px;
}
li.a {
	list-style-image:url(images/common/nav.arrow.gif);
}
li.b {
	list-style-image:url(images/common/list.arrow.gif);
	margin-left:20px;
}
li.c {
	list-style-image:url(images/common/list.arrow.gif);
	margin-left:40px;
}*/


#content ul {
	background-color:#F0F0F0;
	margin:0px 0px 15px 0px;
	padding:14px 14px 25px 14px;
}
#content ul ul {
	margin:0px;
	padding:5px 0px 0px 0px;
}
#content ul li {
	color:#333333;
	line-height:16px;
	list-style:none;
	list-style-image:none;	
	margin:5px 0px 0px 0px;	
	padding:0px 0px 4px 14px;
}
#content ul li {
	background-image:url("images/nav.arrow.gif");
	background-repeat:no-repeat;
	background-position:0px 4px;
}
#content ul li ul li {
	background-image:url("images/list.arrow.gif");
	background-repeat:no-repeat;
	background-position:0px 2px;
}



/* =LINKS
----------------------------------------------- */
a {
color:#1a4897;
text-decoration:none;
}
a:hover {
color:#0064aa;
text-decoration:underline;
}

/* =QUOTES
----------------------------------------------- */

blockquote {
}
blockquote p {
}
cite {
}
blockquote cite {
}

/* =CODE
----------------------------------------------- */

pre {
}
code {
}
p code {
}
pre code {
}

/* =TEXT FORMATTING
----------------------------------------------- */

strong {
}
em {
}
b {
}
i {
}

/* =TABLES
----------------------------------------------- */

table {
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
tr .alt {
}
th {
}
td {
}

/* =DEFINITIONS
----------------------------------------------- */

dl {
}
dt {
}
dd {
}