/* CSS Document */

BODY {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#707070;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#ebebec;
    }
	
a:link {
	color: #009de0;
	text-decoration: none;
}
a:visited {
	color: #009de0;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
#border {
	width: 942px;
	height:100%;
	background-color:#FFF;
	background-image:url(images/shadow.gif);
	background-repeat:repeat-y;
	background-position:right;
	}
	
#topArea {
	height:auto;
	width: 925px;
	border-bottom:9px solid #82ceec;
	clear:both;
}	

/* NAVIGATION */
	
#navcontainer { 
	background-image:url(images/navBG.gif);
	background-repeat:repeat-x;
	height:39px;
	width:925px;
}

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
		margin-left:24px;
		
}

ul#navlist li {
        float: left;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin-top: 0;
        padding: 11px 0 11px 0;
		background-image:url(images/navDiv.gif);
		background-position:left;
		background-repeat:no-repeat;
}

#navlist a, #navlist a:link {
       
        padding: 11px 20px 11px 20px;
        color: #FFF;
        background-image:url(images/navDiv.gif);
		background-position:right;
		background-repeat:no-repeat;
        text-decoration: none;
}

ul#navlist li#active {
        
}

#navlist a:hover {
		background-image:url(images/navOver.gif);
		background-repeat:repeat-x;
		background-position:top;
}
-->

#flashMain {
	border-top:1px solid #FFF;
	border-bottom: 4px solid #84b71a;
	width:925px;
}

#content {
   height:auto;
   float:left;
   width:925px;
  display: inline;
  height:100%;

 
}
	
#leftcolumn {
    float:left;
	width:520px;
	margin-top:40px;
	margin-left:44px;
	height:auto;
	
}

#rightcolumn {
    float:left;
	width:300px;
	margin-top:49px;
	margin-left:60px;
	font-size:14px;
}

#otherColumn {
	float:left;
	width:740px;
	padding-left:30px;
	height:auto;
	padding-right:19px;
}

#written {
	text-align: justify;
	font-size:12px;
	color:#666;
}



#footer {
	clear:both;
	width:925px;
	height:119px;
	font-size:9px;
	color:#FFF;
	background-image:url(images/footerBar.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:0px;
}

#footer a {
	color:#FFF;
}

#footer a:hover {
	color:#000;
}

#footerleft {
    float:left;
	padding-left:24px;
	padding-top:95px;
}

#footerright {
    float:right;
	padding-right:24px;
	padding-top:60px;
	text-align:right;
}

h1 {
    font-size:22px;
	color:#009de0;
	margin-top:0;
}

h2 {
    font-size:15px;
	font-weight:bold;
	color:#009de0;
}

h3 {
	font-size:14px;
	
}

h4 {
	background-color:#009de0;
	color:#FFF;
	font-size:18px;
	padding-top:20px;
	height:40px;
	width:100%;
	text-align:center;
}

.image {
    border: 1px solid #333;
	padding:2px;
	float:right;
	clear:both;
	margin-bottom:10px;
	margin-left:20px;
}

.form-row {
	margin-top:20px;
}