body {font-family:arial; color: black; text-decoration:none; text-align:left;}
h1  {font-size: 1.4em; text-align:center;}
table { margin:0 auto; }

.headerPanel {background-color: Yellow; height:100px;}
.pagePanel { width: 750px; margin: 0 auto; }
.leftPanel {float:left; }
.panelInformation { clear:both; width:98%; border: solid 1px #009900; background-color: #99FF99;}
.panelErrorInformation {clear:both; border: solid 1px red; background-color: #FFCCCC;}
.menuOption { clear:both; width:150px; background-repeat:no-repeat; display:block; background-image:url(images/menu_button_edge.gif); background-repeat:repeat-y; background-position:right;padding-top: 10px; padding-bottom: 10px; font-size: 11pt; color:Red; text-decoration:none; }
.menuOption:hover { text-decoration:underline; }
.menuOptionSelected { font-weight:bold }

.menuEditOption { clear:both; width:150px; background-repeat:no-repeat; display:block; background-image:url(images/menu_button_edge.gif); background-repeat:repeat-y; background-position:right;font-size: 11pt; color:Red; text-decoration:none; }
.formLabel { width:130px; vertical-align: text-top; display:block; float:left; clear:both;}
.formField { float:left; }
.designedBy { margin-left:10px; width:128px; height:51px; display:block; background-image: url("images/designedby_inactive.gif") }
.designedBy:hover { background-image: url("images/designedby_active.gif") }