/* CSS Document */

/* standard tag styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	background-color: #FFFFF0;
}

p {
	font-size: small;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-size: x-large;
	text-align: left;
	font-weight: normal;
}	

h2 {
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}	

h3 {
	margin-top: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-weight: normal;
}

h4 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-weight: bold;
	font-size: small;	
}

img {
	margin: 0px;
	border: none;
}				

td img {
	display: block;
}

ul {
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

li {
	padding-left: 10px;
	list-style-image: none;
	list-style-position: outside;
	margin: 20px;
	list-style-type: circle;
}

hr {
	margin-top: 10px;
	margin-bottom: 5px;
}	

a:link {
	color: #FFE810;
	text-decoration: none;
}

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

a:visited {
	color: #FFE810;
	text-decoration: none;
}

a:hover {
	color: #FFE810;
	text-decoration: underline;
}

/* text styling */
.p_right {
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: right;
}

.p_telephone {
	font-size: large;
}

.p_box {
	text-align: left;
	margin: 0px;
}

.p_title {
	text-align: right;
	margin: 0px;
}

.p_medium {
	font-size: medium;
}
			
/* table styling */

.page_table {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 940px;
	border: none;
}	

.page_table td {
	padding: 0px;
}

.address_table {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFF0;
	width: 940px;
	border: none;
}

.address_table td {
	padding: 0px;
}

.address_table p {
	color: #000080;
	margin-left: 0px;
	margin-bottom: 4px;
}

.footer_table {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFF0;
	width: 940px;
	border: none;
}

.footer_table td {
	padding: 0px;
}

.footer_table p {
	font-size: x-small;
	color: #000000;
	margin-left: 171px;
	margin-bottom: 4px;
}	

.footer_table a:link {
	color: #000080;
	text-decoration: none;
}

.footer_table a:active {
	color: #000080;
	text-decoration: none;
}

.footer_table a:visited {
	color: #000080;
	text-decoration: none;
}

.footer_table a:hover {
	color: #000080;
	text-decoration: underline;
}

/* Specific table cell styling */
td.spacer {
	width: 1px;
	background-color: #FFFFF0;
}

td.titlebar {
	background-color: #000080;
	background-image: url(../images/foms_title.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: top;
}	

td.titlebar p {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 270px;
	margin-right: 0px;
	text-align: left;
}	

td.titlebar h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 500px;
	margin-right: 10px;
}

td.contactus {
	background-color: #000080;
	vertical-align: top;	
}		

td.contactus div {
	background-color: #000080;
	background-image: url(../images/button_background1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000080;
}	

td.contactus p {
	font-size: medium;
	text-transform: lowercase;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

td.contactus a:link {
	color: #FFFFFF;
	text-decoration: none;
}

td.contactus a:active {
	color: #FFFFFF;
	text-decoration: none;
}

td.contactus a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

td.contactus a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
td.homepagelink {
	background-color: #000080;
	vertical-align: bottom;
	font-size: x-small;
	text-align: right;
	padding-left: 0px;
	padding-right: 20px;
}	

td.menubar {
	padding-top: 6px;
	color: #000080;
	background-color: #FFFFF0;
	background-image: url(../images/foms_menubar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
}

td.menubar p {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}

td.menubar a:link {
	color: #000080;
	text-decoration: none;
}

td.menubar a:active {
	color: #000080;
	text-decoration: none;
}

td.menubar a:visited {
	color: #000080;
	text-decoration: none;
}

td.menubar a:hover {
	color: #000080;
	text-decoration: underline;
}

td.menubar p.listlast {
	margin-bottom: 10px;
}	

td.maincontent {
	background-color: #000080;
	background-image: url(../images/foms_maincontent.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: top;
}

td.maincontent h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

td.maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}		

td.maincontent h1.intro {
	margin-left: 329px;
}

td.maincontent p.intro {
	margin-left: 329px;
}

td.maincontent ul {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 329px;	
	margin-right: 20px;
}

td.maincontent li {
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td.maincontent li p {
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}		

td.maincontent img {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 12px solid #C6C6FF;
	display: block;
}

td.maincontent img.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 1px;
	border: 4px solid #C6C6FF;
}	

td.maincontent img.floatright {
	float: right;
	margin-top: 1px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 50px;
	border: 2px solid #C6C6FF;
}		

td.maincontent table.subsections {
	width: 739px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

td.maincontent table.subsections td {
	vertical-align: top;
}	

td.maincontent table.subsections p {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}	

td.maincontent table.subsections h2 {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}

td.maincontent table.subsections img {
	float: left;
	margin-top: 4px;
	margin-bottom: 1px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 1px;
	border: 1px solid #FFE810;
}

/* this styling does not work with IE 6 - known bug in browser */
td.maincontent table.subsections a:hover img {
	float: left;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 0px;
	border: 2px solid #FFE810;
}	

td.maincontent table.subsections td.leftcell {
	width: 31%;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFE810;
}

td.maincontent table.subsections td.midcell {
	width: 34%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFE810;	
	padding-left: 20px;
}

td.maincontent table.subsections td.rightcell {
	width: 35%;
	padding-left: 20px;
	border: none;	
}	

td.maincontent p.lowernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 329px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: right;
}			

/* Layer Definitions */

#centralposition {
	position:relative;
	width: 2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	

#picture_arrange {
	width:250px;
	float: left;
}

/* Miscellaneous */
.asterisk {
	color: #FF0000;
}
