body
{
  /*KS - Center the contents of the body using a margin of zero, basically so the page 
     always appears in middle of the screen when the user resizes the web browser */
  margin: 0 auto 0 auto;
  padding: 0;
  color: #000000; 
  text-align: center;
  font-size: 100%;
	background-color: #fff;
	background-image: url(images/bg_flower.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}

strong{font-weight: bold;  }
html>body {font-size:1em;}

h1{font-size: 1em; color:black;}

h2{font-size: 0.8em; color:black;}

P, li{  
	font-size: 0.8em; 
	font-style: normal; 
	color: #333333; 
	font-weight: lighter
}
#MainDiv{
  width: 750px;
  text-align: left;
  border-style: none;
  border-top: none;
}
/* KS - The format of the red lines that appear on the page at the top and the bottom */
#hr1, #hr2{width: 750px;
 color:  red;
}

/* KS - Alignment of the two links at the top of the master page, inside the image. */
#divDefault, #divDefaultContact{text-align: center; 
}

.ntext {  
	font-size: 0.8em; 
	font-style: normal; 
	color: #333333; 
	font-weight: lighter;
}
.ntextbold {  
	font-size: 0.8em; 
	font-style: normal; 
	color: #333333; 
	font-weight: bold;
}
.standarderror{
	font-size: 0.8em; 
	font-style: normal; 
	color: red; 
	font-weight:bold;
}

.reglabel {  
	font-size: 0.8em; 
	font-style: normal; 
	color: #333333; 
	font-weight: lighter;
	width:300px;
    
}
.stdlabel {  
	font-size: 0.8em; 
	font-style: normal; 
	color: #333333; 
	font-weight: lighter; 
}

.stdlabelbold {  
	font-size: 0.8em; 
	font-style: normal; 
	color: #333333; 
	font-weight: bold; 
}

.stdinputbox {  
	font-size: 0.8em; 
	font-style: normal; 
	color: #333333; 
	font-weight: lighter; 
}

.reginputbox {  
	font-size: 0.8em; 
	font-style: normal; 
	color: #333333; 
	font-weight: lighter;
    width:250px;
}
.divpadding
{
    padding-left:20px;
    
}
.HelpTitleFormat
{
    font-size:110%;
    font-style:normal;
    font-weight:bold;
    color:#00008B;
    background-color:Transparent;
    border-bottom-width:0;
    border-left-width:0;
    border-right-width:0;
    border-top-width:0;
    overflow:visible;
    white-space: pre-wrap;
    text-align:center;
    padding-bottom:20px;
    width:100%;

}

.HelpSubTitleFormat
{
    font-size:90%;
    font-style:normal;
    font-weight:bold;
    color:#00008B;
    background-color:Transparent;
    border-bottom-width:0;
    border-left-width:0;
    border-right-width:0;
    border-top-width:0;
    overflow:visible;
    white-space: pre-wrap;
    text-align:center;
    padding-bottom:15px;
    width:100%;
    background-color:Transparent;
}

.HelpTextFormat
{
    font-size:75%;
    font-style:normal;
    font-weight:normal;
    color:#00008B;
    background-color:Transparent;
    border-bottom-width:0;
    border-left-width:0;
    border-right-width:0;
    border-top-width:0;
    overflow:visible;
    white-space: pre-wrap;
    text-align:left;
    padding-bottom:10px;
    width:100%;
}

.multilinelabel{
    font-size:75%;
    font-style:normal;
    font-weight:normal;
    color:black;
    background-color:Transparent;
    border-bottom-width:0;
    border-left-width:0;
    border-right-width:0;
    border-top-width:0;
    overflow:visible;
    white-space: pre-wrap;
    text-align:left;
    padding-bottom:10px;
    width:20em;
}

.bigred
{
    font-size: 2em;
    color: red;
    font-weight: bold;
}    
.ctext {
	font-size: x-small; 
	font-style: normal; 
	color: #000066; 
	font-weight: lighter
}
.btext {  
	font-size: 0.8em; 
	font-style: normal; 
	color: #333333; 
	font-weight: bold;
}
.stext {  
	font-size: xx-small; 
	font-style: normal; 
	color: #333333; 
	font-weight: lighter
}
.title { 
 	padding: 10px 30px 0px 0px; 
 	border-bottom: 1px solid #000066;  
	font-size: small; 
	color: #000066;  
	font-weight: bold;
	margin: 6px;
}
.titlesub { 
	padding: 0px 30px 0px 0px; 	 
	margin: 6px;
	font-size: x-small; 
	color: #000066;  
	font-weight: normal;
}

.bartitle {  
	font-size: x-small; 
	color: #000066; 
	font-weight: bold;
	text-align: center;
}
a:link {  color: #666666;  text-decoration: underline; }
a:visited {  text-decoration: underline; color: #666666;}
a:hover { background: transparent; text-decoration: none; color: #999999;}
/* KS - Setting the style of all links for this web site below, the text is 
        pretty self explanatory */

.linkTitletxt{
	font-size: x-small; 
	font-style: normal; 
	color: #000066; 
	font-weight: bold;
}

.linktxt{
	font-size: x-small; 
	font-style: normal; 
	color: #000066; 
	font-weight: normal;
	text-indent: 10px;
}
.topban{
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #CCCCCC;
	background: #E3FFFF;	
}
.gbox {
	/**/
	padding: 5px 0px 5px 5px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;
	}
.leftbox {
	/**/
	padding: 10px 10px 10px 10px;
}
.rightbox {
	/**/
	padding: 0px 0px 5px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCCCCC;
	background: #C4EFFF;
}
 /* set millions of background images */
.rbroundbox { background:   url(~/images/c00.gif) repeat; }
.rbtop div  { background:   url(~/images/C11.gif) no-repeat top left; }
.rbtop      { background:   url(~/images/c12.gif) no-repeat top right; }
.rbbot div  { background:   url(~/images/c21.gif) no-repeat bottom left; }
.rbbot      { background:   url(~/images/c22.gif) no-repeat bottom right; }

 /* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent  { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

.floatright{
	float: right;
}
.redline{
	width: 100%;
	color:  red;
}

.redborder
{
    border-style:solid; border-width:thin; border-color:Red;
}

.loginlink
{
    font-size: 0.8em; color:black; font-weight:bold;
}

.fright
{
float:right
}
.fleft
{
float:left
}
