/* Stylesheet for eCreate Web Services Limited */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1{color:#3A7714;font-size: 1.2em;}
h2{color:#1B3765;font-size: 1.0em;}
h3{color:#3b5785;font-size: 0.9em;}
li{font-size: 0.8em;}
p{font-size: 0.8em;}
abbr:hover{background: #DDE9A8;color: #3A7714;}
a{color: #005488;text-decoration: none;}
a:hover{color: #74C045;text-decoration: underline;}


label{font-size: 0.8em;font-weight:bold;color: #666;}
input{font-size: 0.9em;}
.textbox{width: 250px;}
.control textarea{width: 250px;}


.centered{
	width: 816px;
	margin: 0px auto;
	text-align:center;
}

.wrapper{
	text-align:left;
}



#top{
	height: 50px;
	background: #DDE9A8;
	color: #68801F;
	font-size: 0.8em;
	border-bottom: 2px solid #68801F;
	text-align:bottom;
}





#logo{
	border-top: 1px solid #fff;
	background: #fff;
	color: #3A3A3A;
	padding-top: 15px;
	padding-bottom: 15px;
}





#content{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #3A3A3A;
}





#bottom{
	clear:both;
	height: 100px;
	background: #DDE9A8;
	color: #68801F;
	font-size: 0.7em;
	border-top: 2px solid #68801F;
}

#navbar{
	margin:0;padding:0;
	list-style-type: none;
	padding-top: 20px;
}

#navbar li{
	display:inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dashed #68801F;
}

#navbar li:last-child{
	border-right: none;
}

#navbar li a{
	color: #68801F;
	text-decoration: none;
}

#navbar li a:hover{
	color: #09497B;
	text-decoration: underline;
}

#leftContent{float:left;width: 65%}
#rightContent{float:right;width:33%;}

#rightContent ul{margin:0;padding:0;margin-left: 15px;}
#rightContent ul li{font-size: 80%}
