@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFF;
}
 
 /* Z-index of #mask must lower than #boxes .window */  
 #mask {  
   margin: 100%;  
   position:absolute;  
   z-index:9000;  
   background-color:#000;  
   display:none;  
 }  
     
 #boxes .window {  
   position:relative;  
   width:900px;  
   height:200px;  
   display:none;  
   z-index:9999;  
   padding:20px;  
 }  
   
   
 /* Customize your modal window here, you can add background image too */  
 #boxes #dialog {  
   width:900px;    
}

#dialog {
	height: 1875px;
	border-bottom-color: black;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-right-color: black;
	border-right-width: 10px;
	border-right-style: solid;
	border-left-color: black;
	border-left-width: 10px;
	border-left-style: solid;
	background-color: #FFF;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#letter {
	margin-right: auto;
	margin-left: auto;
	width:800px;
	height: 1760px;
}

#header {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#logo {
	margin-left: auto;
	margin-right: auto;
}

#subhead {
	padding-left: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	height: 125px;
}

#date {
	clear: left;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#mainContent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	height: 1550px;
}
.ui-dialog-titlebar {
	border-bottom-color: #142852;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-right-color: black;
	border-left-color: black;
	border-top-color: black;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-width: 10px;
	padding-right: 30px;
	padding-top: 10px;
	text-transform: uppercase;
	height: 20px;
	background-color: #8eb44d;
	text-align: right;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #142852;
}
.ui-widget-overlay { 
	background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; 
	opacity: .30;
	filter:Alpha(Opacity=30);

}

.ui-dialog-buttonpane {
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 10px;
	border-left-width: 10px;
	background-color: white;
	text-align: right;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: black;
}


.ui-dialog-titlebar ui-widget-header ui-corner-all {
	text-align: right;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: black;
}

.ui-icon ui-icon-closethick {
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #8c63ff;
}

.h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	vertical-align: middle;
}
.close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
}
.h3 {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

.li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 50px;
	color: #666;
	font-weight: bold;
	list-style-type: square;
	line-height: 18px;
}
.regMark2 {
	font-size: 9px;
	vertical-align: super;
	line-height: 10px;
}
.regMark3 {
	font-size: 9px;
	vertical-align: sub;
	line-height: 11px;
}

