@import url(table.css);

@import url(menu.css);

@import url(form.css);

@import url(editor.css);

body {
    background-color: #3ba1d5;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
}

div,td,ul {
    font-family: Times, sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    vertical-align: top;
}

ul {
    margin-left: -23px;   
}

* html ul {
    margin-left: 17px;   
}

*:first-child+html  ul {
    margin-left: 17px;   
}

li	{
	list-style-image:url("../imgs/link_arrow.gif");
    font-family: Times, sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    vertical-align: top;
}

* html li	{
	list-style-image:url("../imgs/link_arrow.gif");
}

h1 {
    font-size: 26px;
    height: 20px;
    font-family: Times, sans-serif;    
    color: #FFFFFF;
}

h2 {
	font-family: Times, sans-serif;
	font-size: 18px;
    color: #3ba1d5;
    border-bottom: 2px solid #3ba1d5;
    font-weight: normal;
}

h3 {
    font-size: 16px;
	font-family: Times, sans-serif;       
    color: #FFFFFF;
    margin-top: 5px;
    font-weight: normal;
}

h4 {
    font-size: 12px;
	font-family: Times, sans-serif;      
    color: #FFFFFF;
    margin-top: 3px;
    font-weight: bold;
}

a {
    color: #cde916;
	text-decoration: none;    
}

hr {
    background-color: transparent;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border: none;
    border-top: 1px solid #3ba1d5;
    width: 100%;
}	

.contentImage_left {
    float: left;
    padding-bottom: 10px;
}

.contentImage_right {
    float: right;
    padding-bottom: 10px;
}

#contentDivMainColumnTotalWidth {
  margin: 0 auto;
  background-color: #3ba1d5;
  width: 780px;
  min-height: 1000px;
  text-align: left;
}

* html #contentDivMainColumnTotalWidth {
	height: 1000px;
}

#contentDivMainHeader {
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 103px;
  height: 245px;
}

#contentDivMainNavigation {
  background-color: #494641;
  background-repeat: no-repeat;
  height: 36px;
  text-align: left;
}

#contentDivMainBody {
  background-color: #494641;
  background-repeat: no-repeat;
  min-height: 429px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;  
  padding-bottom: 40px;
  margin-left:   20px;
  margin-right:	 20px;
  margin-top:	-209px;
  text-align: left;
}

#contentDivMainBody1st {
  background-color: #494641;
  background-repeat: no-repeat;
  min-height: 429px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;  
  padding-bottom: 40px;  
  margin-left:   20px;
  margin-right:	 20px;
  margin-top:	-192px;
  text-align: left;
}

#contentDivMainBody2nd {
  background-color: #494641;
  background-repeat: no-repeat;
  min-height: 429px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;  
  padding-bottom: 40px;
  margin-left:   20px;
  margin-right:	 20px;
  margin-top:	-192px;
  text-align: left;
}

#contentDivMainBody3rd {
  background-color: #494641;
  background-repeat: no-repeat;
  min-height: 429px;
  padding-left: 2px;
  padding-right: 0px;
  padding-bottom: 40px;  
  margin-left:   20px;
  margin-right:	 20px;
  margin-top:	-192px;
  text-align: left;
}

* html #contentDivMainBody {
	height: 429px;
}

* html #contentDivMainBody1st {
	height: 429px;
}

* html #contentDivMainBody2nd {
	height: 429px;
}

* html #contentDivMainBody3rd {
	height: 429px;
}

#contentDivMainFooter {
  text-align: left;
}

.contentLeftColumn {
    width: 335px;
}

.contentRightColumn {
    width: 355px;
    padding-left: 20px;
}

contentLeftColumn3rd {
    width: 305px;
}


.contentRightColumn3rd {
    width: 240px;
    padding-left: 10px;
}

.spacer1 {
    margin-bottom: 1em;
}

.spacer2 {
    margin-bottom: 2em;
}

.spacer5 {
    margin-bottom: 5em;
}

#headerMenu {
	width: 740px;
	margin-top: -90px;
	text-align: right;
	
}

	
#headerMenu a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size:12px;
	padding-right: 0px;
	text-decoration: none;
}

#footer {
	margin-top: -1px;
	padding-left: 20px;	
	font-size: 12px;
}

#footer table tr td a p {
	PADDING-RIGHT: 10px;	
	PADDING-LEFT: 0px;	
	PADDING-BOTTOM: 0px;
	DISPLAY: block;
	COLOR: #cde916;
	TEXT-DECORATION: none;
}

#footer img {
    border: none;
}

#errorArea {
	background-color: #494641;
	color:			  #c40202;
	display:		  block;
}

.errorArea {
	background-color: #494641;
	color:			  #c40202;
}

#errorArea ul li{
	background-color: #494641;
	color:			  #c40202;
	display:		  block;
	list-style-image:url("../imgs/fh_bullet_red.gif");
}
