/* =-=-=-=-=-=-=-[CSS]-=-=-=-=-=-=-=- */
body {
  	scrollbar-face-color: #7ccee2; 
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #fff; 
	scrollbar-3dlight-color: #7ccee2; 
	scrollbar-arrow-color: #fff; 
	scrollbar-track-color: #b2e2ee; 
	scrollbar-darkshadow-color: #000000;
	font-family: "verdana", "helvetica", "sans serif";
	color:#663300;
	font-size: .8em; 
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EA829C;
	}

#container1 { 
	position: relative;
	width: 740px;
	color:#333;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* =-=-=-=-=-=-=-[Header]-=-=-=-=-=-=-=- */

#header {
	position: relative;
	width: 740px;
	color: #000;
	height: 299px;
	border:0;
	padding: 0;
}

#header-image {
	position:absolute;
	left:0px;
	top:0px;
	width:229px;
	height:299px;
}

#logo {
	position:absolute;
	left:229px;
	top:0px;
	width:284px;
	height:299px;
}

#nav {
	position:absolute;
	left:513px;
	top:0px;
	width:227px;
	height:299px;
}
/* =-=-=-=-=-=-=-[End of Header]-=-=-=-=-=-=-=- */

/* =-=-=-=-=-=-=-[Content Area]-=-=-=-=-=-=-=- */

#contentarea {
	clear: both;
	position: relative;
	vertical-align:top;
	height: 100%;
	background-color: #fff;
	color: #000;
  	margin: 0 auto;
  	overflow: hidden;
  	padding: 1em 2em 0 2em;
}

/* =-=-=-=-=-=-=-[End of Content Area]-=-=-=-=-=-=-=- */

h1 { 
	font-family: "Georgia", "Times New Roman", "serif";
	color: #00A0C6;
	text-align: left;
	font-size: 1.5em; 
	font-weight: bold;
	line-height: 1.5em;
}

h2 { 
	font-family: "Georgia", "Times New Roman", "serif";
	color: #00A0C6;
	text-align: left;
	font-size: 1em; 
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 0em;
	margin-bottom: 1em;

}

h3 { 
	background-color: #fff;
	color:#000;
	text-align: left;
	font-size: .8em; 
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 1em;

}

h4 { 
}

p {
	text-align: left;
	font-size: 1em;
	font-weight:normal;
  	line-height:1.4em;
  	color:#663300;
	margin-top: 0em;
	margin-bottom:1em; 
}

#leftcolumn {
	text-align: left;
	float: left;
	width: 325px;
	background-color: #fff;
	overflow: hidden;
}

#textarea {
	position: relative;
	vertical-align:top;
	float: left;
	background-color: #fff;
	color:#663300;
	overflow: hidden;
}

#textarea h1 { 
	color:#F79E58;
	font-size: .9em; 
	font-weight: bold;
	line-height: 1em;
	margin: 1em 0 1em 0;
}
	
#textarea p { 
	text-align: left;
  	color:#663300;
}

#textarea img {
  background: #fff;
  padding: 4px;
  border: 1px solid #c0c0c0;
  margin: 0 0 10px 15px;
  float: right;
}

#rightcolumn {
	vertical-align: top;
	width: 325px;
	float: right;
	background-color: #fff;
	color:#000;
	text-align: center;
	overflow: hidden;
}

#rightcolumn h1 { 
	font-family: "Georgia", "Times New Roman", "serif";
	color: #F28BB9;
	font-size: 1.5em; 
	font-weight: bold;
	margin: 0;
}

rightcolumn p { 
	font: .75em "verdana", "helvetica", "sans serif";
	text-align: left;
  	line-height: 2em;
  	color:#fff;
  	margin: 0 1em 0 1em;
}

/* all links */
li :link { 
color: #00A0C6; 
text-decoration: underline; 
font-weight: normal; 
} 
:visited { 
color: #663300; 
text-decoration: underline; 
font-weight: normal; 
} 
li :visited { 
color: #663300; 
text-decoration: underline; 
font-weight: normal; 
}
:active { 
color: rgb(214, 31, 111); 
font-weight: normal; 
}
/* =-=-=-=-=-=-=-[Lists]-=-=-=-=-=-=-=- */

ul.homeli {
	padding: 0em;
	margin: .5em 0 0 1.5em;
}

.homeli li{
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	color: #663300;
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 .5em 0em;
	list-style-type:square;
}
ul.generalli {
	padding: 0em;
	margin: 0;
}

.generalli li{
	text-align: left;
	font-size: .75em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	list-style-type:square;
	margin-bottom: .5em;}

ul.partners{
	padding: 0;
	margin: .5em 0 1em 2em;
	list-style-type:square;

}
.partners li {
	text-align: left;
	font-size: .75em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	list-style-type:square;
	margin-bottom: .5em;
}

ol.linumbered {
	list-style-type: decimal;
	padding: 0;
	margin: .5em 0 1em 2.5em;
}

.linumbered li {
	text-align: left;
	font-size: .7em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
}
/* =-=-=-=-=-=-=-[End of lists]-=-=-=-=-=-=-=- */
#spacer {clear:both}

.rule1 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4; 
       margin: 1em 0;
}

.rule2 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #fff; 
       width: 90%;
       margin: 1em 0 0 0;
}

.rule3 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4; 
       margin-bottom: .5em;
}

#footer {
	background: #412d20;
	position: relative;
	width: 740px;
	font-size: 1em;
	text-align: left;
	height: 25px; 
	margin: 0;
  	padding: 0;
}
