/* Part of the design was based on : */
/* css Zen Garden submission 178 - 'Pinups', by Emiliano Pennisi, http://www.peamarte.it/02/03.html */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Emiliano Pennisi */
/* Added: July 9th, 2005 */

/* General */         
body{
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: #D19136;
	text-align: center;
	margin: 0;
}

/* General links */
a:link,a:visited{
	color: #000;
	font-weight: bold;
}

a:hover{
	color: #B74213;
}

/* Paragraphs */
p{
	line-height: 1.3em;
	margin: 15px 0 0 10px;
	text-align:justify;
}

acronym {
	color: #B74213;
	font-weight: bold;
	border-bottom: 1px dashed #B74213;
}

h3{
	font-size: 1.3em;
}

h4{	font-size: 1.2em;
}

h2 {
	font-size: 1.5em;
}
h1 {
	text-align:center;
}
img {border:none}

/* some additional styles*/
.imgtext {
	height:150px;
	margin:4px;
}
.imgtext .img {
	float:left;
	padding-right:4px;
}

.topimg, .additionalimgs {
	width:380px;
	overflow: hidden;
}

.additionalimgs {
	margin-top:2em;
}

#majorette{
	position:fixed;
	bottom:3px;
	left:3px;
	float:left;
}

* html #majorette{ /* hack for ie6*/
	position:absolute;
}

/* Start layout rules */
#preamble h3 span{
	display: none;
}

#preamble h3{
	background: url(01.gif);
	width: 380px;
	height: 72px;
}

/* Images replacement group */
#explanation h3 span{
	display: none;
}

#explanation h3{
	background: url(02.gif);
	width: 380px;
	height: 60px;
}

#participation h3 span{
	display: none;
}

#participation h3{
	background: url(03.gif);
	width: 380px;
	height: 60px;
}

#benefits h3 span{
	display: none;
}

#benefits h3{
	background: url(04.gif);
	width: 380px;
	height: 60px;
}

#requirements h3 span{
	display: none;
}

#requirements h3{
	background: url(05.gif);
	width: 380px;
	height: 60px;
}

/* Container */
#container{
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

#quickSummary {
	position: absolute;
	top: 320px;
	left: 44%;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Child Selector - compliant browser */
#intro>#pageHeader{
	width: 700px;
}

#pageHeader{
	background: url(img/head.jpg);
	width: 690px;
	height: 300px;
	margin-top:10px;
}

#pageHeader h1 span {display:none}

/* Child Selector - compliant browser */
#mainText{
	text-align: left;
	padding: 10px;
	background: #ecca99;
	width: 388px;
	margin: -10px 0 0 248px;
}


#larchives li a, #lresources li a {
	display: inline;
	font-weight: normal;
	font-size: 9px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

/* Navigation rules */
#linkList{
	position: absolute;
	top: 300px; /*	bottom: 0;*/
	left: 46px;
	font-size: 11px;
	background: #ecca99;
	width: 200px;
	background: #ecca99 url("img/bottom_linklist.gif") no-repeat left bottom;
	padding-bottom: 24px;
}

/* Child Selector - compliant browser */
#container>#linkList{
	left: 41px;
}

#linkList ul{
	text-align: left;
}

#linkList a{
	text-decoration: none;
}

#linkList  li {
	margin: 0 0 5px -10px;
	border-bottom: 1px solid #ebab6b;
	background: #ecca99;
	width: 150px;
	padding-bottom: 5px;
}

h3.links{
	color: #ecca99;
	background: url(img/bgh3links.gif);
	height: 14px;
	text-align: left;
	padding: 5px;
	margin-top:0px;
}

/*Footer*/
#footer{
	background: url(img/footer.gif);
	line-height: 45px;
	height: 45px;
	margin: 30px -10px -10px -10px;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-align: right;
}

#footer a{
	text-transform: uppercase;
	font-size: 9px;
	color: #EFECDE;
	text-decoration: none;
}

