html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
    font-family: Arial, Verdana;
    color: #5C5C5C;
    background-color: #d0d0d0;
	background-image: url("Images/body_bg.png");
	background-repeat: repeat-x;
    /*font-size: 11px;
    line-height: 14px;*/
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}
h1 {
	color: #2D6191;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px;
	line-height: 20px;
}
h1.larger {
	font-size: 30px;
	margin-bottom: 10px;
}
h2 {
	color: #2D6191;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2.checkoutSection {
	margin-top: 15px;
	padding-bottom: 3px;
	border-bottom: solid 1px #2D6191;
}
h3 {
	color: #2D6191;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	color: #2D6191;
	font-size: 30px;
	letter-spacing: 2px;
  /*line-height: 14px;*/
	font-style: italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
a,  a:link, a:visited {
  color: #3673ad;
  /*font-size: 11px;
  line-height: 14px;*/
  text-decoration: underline;
	font-weight: normal;
}
a:hover {
  color: #da4d33;
  text-decoration: underline;
}
img {
	border: 0;
}

















table {
  border-collapse: collapse;
}

.label {
  font-size: .8em;
}

.textbox {
	font-size: .75em;
}

.hyperlink {
  font-size: .8em;
}

.smalltextbox {
	font-size: .75em;
  width: 20px;  
}

.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  font-size: .75em;
  width: 325px;
}

.dropdownlist {
  font-size: .7em;
  color: #5C5C5C;
}

.checkbox {
  font-size: .8em;
  color: #5C5C5C;
}

.fwdropdownlist {
  font-size: .7em;
  font-family: Courier New;
}

.button {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.rightbutton {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
  float: right;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.allContent {
	/*width: 961px;*/

    /*
	width: 1001px;
	padding: 0px 9px;
	background-position: 0px -50px;
	margin: 0px auto;
	background-image: url(images/outerWrapper_bg.png);
	background-repeat: repeat-y;
    */
    
    /*
	background-image: url(images/outerWrapper_bg.png);   
	background-repeat: repeat-y;

	background-position: 0px -50px;

	padding: 5px 9px;

    */
    
	/*margin: -8px auto 0px auto;*/
	text-align: left;
	width: 1001px;
	margin: 0px auto 0px auto;

}

#generalBackground {
	background-image: url(images/outerWrapper_bg.png);   
	background-repeat: repeat-y;
	background-position: 0px -50px;
	text-align: left;
	width: 1001px;
	padding: 5px 9px 0px;
	background-position: 0px -50px;
}

#headerRegion {
  margin-bottom: 15px;  
}

#mainContentRegion {
  display: block; 
  clear: both;
}

.sectionHeader {
  border-bottom: 1px solid rgb(235, 235, 235);
  color: #024A76;
  font-size: .9em;
  padding-bottom: 5px;
  font-weight: bold;
}

.navigationRule {
  border: 2px solid #024A76;
  position: relative;
  top: -8px; 
}

.defaultTable {
  width: 99%;  
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: middle;
}

.verticalalign input {
  vertical-align: middle;
}

.showAll {
  float: right;
}


.modalbutton {
	font-size: .7em;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}

hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}

a:link {
  color: #0066A6;
  text-decoration: none;
}

a:visited {
  color: #0066A6;
  text-decoration: none;
}

.smallleft {
  float: left;
}

.smallright {
  float: right;  
}

.dynamicMenuStyle {
  z-index: 100;  
}

#bottomRule
{
	background-image: url(images/shadSep_FadeUp_Full.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 12px;
    clear: both;
}

#bottomNav
{
    background-color: #FFFFFF;
    height: 14px;
    font-size: 8pt;
    padding-top: 6px;
    padding-left: 25px;
    padding-right: 25px;
}

#bottomNav div
{
    border-right: solid 1px #000;
}

#bottomNav
{
    
}

#bottomNav a, #bottomNav a:link, #bottomNav a:visited {
  text-decoration: none;
  /*color: #5C5C5C;*/
  color: #0066A6;
}

#bottomNav a:hover {
  color: #0066A6;
  text-decoration: underline;
}

#footer
{
    font-size: 8pt;
	width: 1010px;
	background-image: url(images/footerBottom_bg.png);
    background-repeat: no-repeat;
    margin: 0px auto 0px 0px;
    padding: 17px 0px 0px 15px; 
    height: 16px;
}

#footer, #footer a, #footer a:link, #footer a:visited {
  text-decoration: none;
  color: #5C5C5C;
}

#footer a:hover {
  color: #0066A6;
  text-decoration: underline;
}

#SiteByLink, a#SiteByLink, a#SiteByLink:link, a#SiteByLink:visited {
  text-decoration: none;
  color: #5C5C5C;
}

a#SiteByLink:hover {
  color: #0066A6;
  text-decoration: underline;
}

