body {
	margin:0;
	padding:0;
	background:#6DA18B url(repeat2.gif) repeat-y top center;
	font-size:78%;
	font-family:Helvetica, Arial, Sans-serif;
}	




a {
	color:#4290B8;
}

a:hover {
	color:#59806F;
	text-decoration:none;
}	



h1, h2 {
	margin:0;
	padding:10px 0 0 40px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:normal;
	font-size:1.6em;
	color:#333;
}



p {
  width: 90%;
	/*text-indent:10px;*/
	padding-left:20px;
}




table {
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-left:10px;
}

td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

th {
	background:#e5e5e5;
}	




#container {
	width:728px;
	margin:0 auto;
}

#ad {
	padding-top:0px;
	margin-left:0px;
	padding-bottom:15px;
	aling: center;
}


#header {
	background:url(clouds.jpg) no-repeat;
	height:140px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}

#header h1, #header h2 {
	color:#fff;
	padding:35px 0 0 75px;
	font-size:3em;
}	

#header h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}	


#leftcol {
	float:left;
	width:500px;
}


#rightcol {
	width:212px;
	float:right;
}

#rightcol h1 {
	font-size:1.3em;
	padding-left:20px;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
}	

img.portrait {   /**        The main image in the sidebar     **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	

#rightcol li {
	line-height:1.5em;
	list-style:none;
}	



#nav {
	list-style:none;
	padding-left:17px;
	margin:0 auto;
}

#nav li {
	background:#fff;
	width:170px;
	height:1.8em;
	line-height:1.8em;
	text-align:center;
	font-size:1.2em;
	margin:5px 0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}	

#nav li a {
	color:#333;
	text-decoration:none;
	display:block;
	width:170px;
}	

#nav li a:hover {
	background:#4C83BA;
	color:#fff;
}	



#footer {
	text-align: center;
	background: #f5efe8;
	clear:both;
	color: #aaa;
	margin: 0;
	margin-right: 20px;
	margin-top: 100px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

  position: relative;
}
#footer a {
	color: #bbb;
}

input[type=text] {
	width: 90%;	
	border: 1px solid #ccc;
}
input:focus, 
input[type=submit]:focus,
select:focus, 
textarea:focus {
	background-color: #689E87;
}
input[type=submit] {
	background-color: #F9F9F9;
	padding-left: 0px;
	font-size: 8pt;	
	border: 1px solid #ccc;
	}
