/************************ Default Styles ************************/
body {
	/* Does not change things in tables */
	font-family:				'Trebuchet MS', Trebuchet, arial, sans-serif;
	font-size:					12px;
	text-align:					center;
	background-repeat:	no-repeat;
	margin-top:					0px;
	margin-left:				0px;
}

table {
	font-family:				'Trebuchet MS', Trebuchet, arial, sans-serif;
	font-size:					12px;
	text-align:					left;
	background-repeat:	no-repeat;
	empty-cells:				show;
}

input {
/* Does not inherit from body or table */
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left: 5px;
margin-right: 5px;
}
select {
/* Does not inherit from body or table */
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left: 5px;
margin-right: 5px;
}
textarea {
/* Does not inherit from body or table */
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-left: 05px;
margin-right: 05px;
}
/********************** End Default Styles **********************//*
/********************** Table Styles ****************************/
table.center {
text-align: center;
empty-cells: show;
}
/*
table.right {
text-align: right;
}
table.justify {
text-align: justify;
}
td {
border-style: solid;
border-width: 0px 0px 0px 0px;
/* border-width: 1px 1px 1px 1px; *//*
overflow: visible;
}
tr.titles {
color: #FFFFFF;
background-color: #003366;
padding: 5px;
font-weight: bold;
text-align: center;
}
*/
td.label {
color: #000000;
text-align: right;
}

td.watermark {
background-image:	url(../userfiles/image/watermark_7.jpg);
background-repeat: no-repeat;
background-position: center center;
}
td.watermark4 {
background-image:	url(../userfiles/image/watermark_4.jpg);
background-repeat: no-repeat;
background-position: center center;
}
/******************** Table Line Styles *************************//*
td.tp-rt-bm-lt {
border-style: solid;
border-width: 1px 1px 1px 1px;
}
td.tp {
border-style: solid;
border-width: 1px 0px 0px 0px;
}
td.bm {
border-style: solid;
border-width: 0px 0px 1px 0px;
}
td.lt {
border-style: solid;
border-width: 0px 0px 0px 1px;
}
td.rt {
border-style: solid;
border-width: 0px 1px 0px 0px;
}
td.tp-bm-lt {
border-style: solid;
border-width: 1px 0px 1px 1px;
}
td.tp-bm {
border-style: solid;
border-width: 1px 0px 1px 0px;
}
td.rt-lt {
border-style: solid;
border-width: 0px 1px 0px 1px;
}
td.tp-rt {
border-style: solid;
border-width: 1px 1px 0px 0px;
}
td.tp-rt-bm {
border-style: solid;
border-width: 1px 1px 1px 0px;
}
td.bm-lt {
border-style: solid;
border-width: 0px 0px 1px 1px;
}
td.rt-bm {
border-style: solid;
border-width: 0px 1px 1px 0px;
}
td.rt-bm-lt {
border-style: solid;
border-width: 0px 1px 1px 1px;
}
td.tp-lt {
border-style: solid;
border-width: 1px 0px 0px 1px;
}
td.tp-rt-lt {
border-style: solid;
border-width: 1px 1px 0px 1px;
}
td.tp-bm-dashed {
border-style: dashed;
border-width: 1px 0px 1px 0px;
}
/******************** End Table Line Styles *********************//*
/******************** End Table Styles **************************//*
/******************** Anchorand Style Rules ********************//*
a {
	font-size:					11px;
	cursor:							pointer;
}

a.wee {
	font-size:					10px;
}
*/
a.inline {
	font-size:					12px;
}

a:link		{color: #000000}
a:visited {color: #000000}
a:hover		{color: #ff6600}
/****************** End Anchorand Style Rules ******************//*
/*********************** Misc Style Rules ***********************/
p {
text-align: left;
margin-left: 5px;
margin-right: 5px;
}
p.heading {
font-weight: bold;
text-align: center;
text-decoration: underline;
}
p.title {
font-size: 18px;
text-align: left;
}
p.justify {
	font-size:					12px;
	text-align:					justify;
}

li.heading {
	font-weight:			bold;
	list-style-type:	none;
}

ul.ultitle {
font-weight: bold;
list-style-type:	none;
margin-left:0px;
padding-left:15px;
}
ul {
text-align:	justify;
font-size: 12px;
list-style-type: disc;
margin:0px 30px 0px 50px;
}
legend {
color: #003366;
font-weight: bold;
}
.wee {
font-size: 10;
}
.wee-ctr {
font-size: 10;
text-align: center;
}
.wee-title {
font-size: 10;
color: #003366;
font-weight: bold;
}
/********************* End Misc Style Rules *********************/
/**************************** Specified Divs ****************************//*
#header {
width: 798px;
height: 50px;
margin-bottom: 0px;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: #D3EBFF;
}
#header p {
padding: 14px;
color: #003366;
font-size: 12;
font-weight: bold;
text-decoration: underline;
}
*/
#header_editor {
width: 800px;
height: 50px;
text-align: center;
margin-bottom: 10px;
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #D3EBFF;
}

#content {
	position:					relative;
	margin:						0 auto; /* Used to center the site in Firefox */
	width:						800px;
	background-color: #FFFFFF;
	color:						#000000;
	border-style:			solid;
	border-width:			0px 1px 1px 1px;
	border-color:			#000350;
	padding:					0px 10px 0px 0px;
}

#content td p {
	padding:					0px 10px 0px 20px;
	color:						#000000;
}

#content p {
	padding:					0px 20px 0px 20px;
	color:						#000000;
}

#content_apploc { background-color: #E6E7D7; color: #FFFFFF; }

/**************************** End of Specified Divs ****************************/
/* ********************* Footer Menu Styles ********************* */
#footer {
	font-family:			'Trebuchet MS', Trebuchet, arial, sans-serif;
	font-size:				11px;
	width:						790px;
	line-height:			25px;
	height:						25px;
	color:						#000000;
	border-style:			solid;
	border-width:			0px 0px 0px 0px;
	border-color:			#C8C8C8;
	margin: 0 auto;
/*	margin:						10px 0px 5px 0px; */
	padding:					5px 0px 5px 0px;
}

#footer ul {
	list-style:				none;
	margin:						0;
	padding:					0;
	float:						left;
}

#footer_left {
float: left;
width: 340px;
text-align: left;
font-size: 11px;
margin: 0px 0px 0px 10px;
background-color: #FFFFFF;
}
#footer_center {
float: left;
width: 30px;
font-size: 11px;
text-align: center;
}
#footer_right {
float: right;
width: 400px;
text-align: right;
font-size: 11px;
margin: 0px 10px 0px 0px;
background-color: #FFFFFF;
}

#footer a {
	line-height:			25px;
	text-decoration:	none;
}

#footer a:link {color: #000000}
#footer a:visited {color: #000000}
#footer a:hover {color: #ff6600}

#footer li {
	position:					relative;
}

#footer li.footerlinks, #footer li.footerlinks a, #footer ul.footerlinks {
	display:					inline;
}
/* ******************* End Footer Menu Styles ******************* */