/*default padding and margin*/

body{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* Page Headings */
h2 {
    
	font-weight: bold;
	FONT-FAMILY: Verdana; Arial; Helvetica; sans-serif;
	FONT-SIZE: 14pt;
	color: #f8f8ff;
	text-align: center;
}
h3 {
	font-weight: bold;
	FONT-FAMILY: Verdana; Arial; Helvetica; sans-serif;
	FONT-SIZE: 13pt;
	color: #008000;
	text-align: center;
	padding-top:0px;
}
h4
{
    font-weight: bold;
    FONT-FAMILY: Verdana; Arial; Helvetica; sans-serif;
    FONT-SIZE: 9pt;
    color: #00014e;
    text-align: center;
}
h6
{
    font-weight: bold;
    FONT-FAMILY: Verdana; Arial; Helvetica; sans-serif;
    FONT-SIZE: 9pt;
    color: #f8f8ff;
    text-align: center;
}
hr
{
	COLOR: 1px solid #999999;
}
BODY
{
    FONT-SIZE: 10pt;
    COLOR: BLACK;
    FONT-FAMILY: Arial;
}
.ErrorMessage
{
    COLOR: red
}
.mainmenu
{
    FONT: bold small-caps 10pt/10pt Verdana, Arial;
    COLOR: #d60023;
    TEXT-DECORATION: none;
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 150px;
}
.mainmenu_mouseover
{
    FONT-SIZE: 11pt;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: black;
    TEXT-DECORATION: none;
}

/* Capitalize Characters */
.ttc {
	text-transform: capitalize;
}
.ttu {
	text-transform:uppercase;
}
.ttl {
	text-transform:lowercase;
}

SELECT
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-VARIANT: normal
}
INPUT
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-VARIANT: normal
}
BUTTON
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: White;
    BACKGROUND-COLOR: #d60023
}
.submitbutton
{
    FONT-WEIGHT: bold;
    COLOR: white;
    BACKGROUND-COLOR: #d60023
}
TABLE
{
    FONT-SIZE: 10pt;
    COLOR: Black;
    FONT-FAMILY: Arial
}
.outsidebox
{
    BORDER-RIGHT: 1px solid #000000;
    BORDER-TOP: 1px solid #000000;
    BORDER-LEFT: 1px solid #000000;
    BORDER-BOTTOM: 1px solid #000000;
    BACKGROUND-COLOR: ffffff;
    padding-bottom:30px;
}
.insidebox
{
}
.dataheadertitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    TEXT-ALIGN: Left;	
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: mediumblue
}
.boxtitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: f5f5f5;
}
.pagetitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    COLOR: #d60023;
    FONT-STYLE: italic
}
.subtitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: blue;
    FONT-FAMILY: Verdana;
    FONT-STYLE: italic
}
.datagrid
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: f5f5f5;
}
.datagridlightcolor
{
    BACKGROUND-COLOR: f5f5f5;
}
.datagriddarkcolor
{
    BACKGROUND-COLOR: #ccccff
}
.datagridhighlightcolor
{
    background-color: #8FBC8F
}
.popupsmall
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    CURSOR: hand;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.popupmedium
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    CURSOR: hand;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.popuplarge
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12pt;
    CURSOR: hand;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.popupfooter
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    COLOR: gray;
    FONT-FAMILY: Arial;
}
.toolbar
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: Black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ccccff
}
.smallhelptext
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: normal;
}
.helptext
{
    FONT-SIZE: 10pt;
    COLOR: 000000;
    FONT-FAMILY: Arial
}
.smartmenuactive
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Arial
}
.smartmenucomplete
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    CURSOR: hand;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.smartmenupending
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: gray;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial
}
.calendarday
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    CURSOR: hand;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.spanonclick
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    CURSOR: hand;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.helpsystembody
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
INPUT.regular_button
{
    MARGIN-TOP: 10px;
    WIDTH: 100px;
    HEIGHT: 30px
}
.centered
{
    text-align: center;
}
    #boxhelptop
{
    position: absolute;
    width: 150px
    border: 2px solid #CD5C5C;
}
img
{ 
    border-width: 25px; 
    border-style: solid; 
    border-color: #000000; 
}
.imgborder
{ 
    border: 1px solid #000000; 
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#album img
{ 
    border: 1px solid #000000; 
}
img
{ 
    border: none; 
}
.img_left 
{
float: left;
border-style: none;
margin-top: 5px;
margin-left: 7px;
margin-right: 20px;
height: 50px;
}
.img_right 
{
float: right;
border-style: none;
margin-left: 20px;
bodyX
{ 
    background-color: #ffffff; 
    background-image: url(images; calendar.jpg); 
    background-repeat: no-repeat;
    background-position: center center;
    height:35px; 
}
.img_left_who 
{
float: left;
border: 1px solid #000000
margin-top: 5px;
margin-left: 0px;
margin-right: 20px;
height: 200px;
Width: 135px;
}
#one
 {
    width: 400px;
    height:700px;
    background-repeat:no-repeat;
    border: 1px solid #000000;
    background-position: bottom left;
    COLOR: gray;
 }
div1 span {display:none;}
div2
{
    width: 1130px;
    height:721px;
    background-repeat:no-repeat;
    border: 0px solid #000000;
    background-position: bottom center;
    COLOR: gray;
    font-family: sans-serif;
    text-align: center; 
}
  div span {display:none;}
.floatimgleft {
    float:left;
    margin-left:75px;
    margin-top:0px;
    margin-right:75px;
    margin-bottom:10px;
    border: 1px solid #000000;
    background-repeat: no-repeat;
    }

.h3
    {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    font-COLOR: #999999;
    FONT-FAMILY: Verdana; Arial; Helvetica; sans-serif;
    }
.indent
{ 
    text-indent: 500px;
}
/* Paragraph Text*/
p {
	FONT-FAMILY: Verdana; Arial; Helvetica; sans-serif;
	FONT-SIZE: 12px;
	text-align: justify;
	COLOR: #000000;
	line-height:110%;
	width: 98%;
}
.pnew {
	font-size: 11px;
	text-align: left;
	line-height: 112%;
	font-size: 112%
	
}
.p1 {
	FONT-FAMILY: Verdana; Arial; Helvetica; sans-serif;
	FONT-SIZE: 12px;
	text-align: left;
	COLOR: #000000;
	line-height:116%;
	width: 98%;
}

.padded_form
{
 padding:30px
 border: 5px solid #999999;
}
 td.padded_form {
 padding-top:15px;
 }
}
 td.padded_form {
 padding-left:15px;
 }
}
 td.padded_form {
 padding-right:15px;
 }
}
 td.padded_form {
 padding-bottom:0px;
 }
.paddedtext
{
 padding:0px
 border: 5px solid #999999;
}
 td.paddedtext {
 padding-top:15px;
 }
}
 td.paddedtext {
 padding-left:15px;
 }
}
 td.paddedtext {
 padding-right:15px;
 }
}
 td.paddedtext {
 padding-bottom:40px;
 }

.tableBorder{
	text-align: left;
	border: 1px solid #000000;
        background-color: #051039;
        width: 100%;
	padding:30px
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #FFFFFF;
        background-color: #7F7F99;
	height: 18px;
        width: 50%
}

/* Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	background-color: #DCDDE4;
	height: 22px;
}


/* Tables */
.tableRow, .tableTopRow, .tableBottomRow{
	background-color: #F0F1F5;
}
/* Padding */
.padded
{
 padding:30px
 border: 5px solid #999999;
}
 td.padded {
 padding-top:15px;
 }
}
 td.padded {
 padding-left:15px;
 }
}
 td.padded {
 padding-right:15px;
 }
}
 td.padded {
 padding-bottom:40px;
 }

.ul {
 list-style: lower-verdana inside
 }
div#test {
    background-image:  url(/images/1ccccff.gif);
    background-repeat: no-repeat;
    height: 75px;
    width: 75px;
}

div#testtext {
    position: top;
    height: auto;
    width: auto;
    left: 25px;
    top: opx;
}
/*Menu Bar */
	
.markermenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 155px;
border: 0px solid #9A9A9A;
}

.markermenu li a{
background: white;
FONT: bold small-caps 12px/12px Verdana, Arial, Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
color: #0000ff;
display: block;
width: auto;
padding: 6px 0;
padding-left: 4px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 130px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: red;
background-color: white;
}
/*Side Bar */

.sidebar {
	font-family: Verdana; Arial; Helvetica; sans-serif; font: small-caps 12px/12px; 
	font-weight:bold; 
	width= 150px;
	margin: 0px 10; 
	padding: 0px; 
	cursor: auto
	border: 1px solid #9A9A9A;
}
	.sidebar A:link {color:#00014e; text-decoration: none;}
	.sidebar A:visited {
		color: black; 
		text-decoration: none;}
	.sidebar A:hover {text-decoration: none; color: #D60023;}
	.sidebar A:active {color: #00014e; text-decoration: none;
}

div.float {
  float: left;
  border: 0px solid #9A9A9A;
  
  }
  
div.float p {
   text-align: left;
   }

div.spacer {
                clear: both;
           }

.contact
{	
	vertical-align:left;
	text-align:left;			
	font-family:tahoma; Verdana; Arial; Helvetica; sans-serif;
	font-size:11px;
	text-indent: 0px;
	color: #000000;
	margin: 35px 10;
	padding:0px			
}
.contact a
{
	color:#007AC2;
	text-decoration: none;
	
}
.contact a:hover
{
	color:#084770;
	text-decoration:none; color: #D60023;
}
.contact .leftimg
{
	float: left;
	border: 1px solid #000000
}
/* Footer Links */
#footer ul {
 margin: 0.25em 0;
 padding: 0 1em;
 list-style: none;
}
#footer li {
 display: inline;
 margin: 0;
 padding: 0 0.2em 0 0.5em;
 border-left: 1px solid;
}
#footer .first {
 padding-left: 0;
 border: 0;
}
#footer-wrapper
{
 font-size: 9pt;
 font-family: arial;
 color: gray;
 text-align:center;
}
#subFooter {
 font-size: 7pt;
 font-family: Verdana; Arial; Helvetica; sans-serif;
 color: gray;
 text-align:center;
 text-decoration: none;
}

