/*<group=Basic>*/

body { 
	margin: 0px;
	background-color: #FFFFFF;
	color: black;
	font-family: "Lucida Grande", Lucida, Geneva, Helvetica, Arial, "sans-serif";
	font-size: 1em;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover  {
	color: #990000;
	cursor: pointer;
	text-decoration: underline;
}

/*<group=main_contents>*/

.header {
	top: 0px;
	width: 100%;
	height: 80px;
	background-image:  url(images/headerfill.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	right: 0px;
	left: 0px;
}
.headercontent  {
	font-size: 36px;
	font-family: 'Lucida Grande', LucidaGrande, Geneva, Helvetica, sans-serif;
	padding-left: 0px;
	line-height: 56px;
	/*text-decoration: none;
	background-image:  url(images.gif);
	background-repeat: no-repeat;
	background-position: 16px 1px;
	cursor: default;*/
}

#main {
	position: absolute;
	top: 61px;
	left: 13em;
	right: 5px;
	border: 1px solid #3399ff;
	padding: 1em;
	/*width: 100%;
	margin-left: 13em;*/
}

#main ul{
	list-style:none outside;
}
#main li{
list-style:none;
margin:0;
}
.copyright {
	text-align:right;
	left: 13em;
	right: 5px;
	margin-top: -1em;
}

/*<group=menu>*/
#sectionmenus{
	margin: 5px;
	width:12em;
	overflow:hidden;
}
#menu{
margin-bottom:1em;
}

#menu ul{
border-width:1px 1px 0 1px;
border-style:solid;
border-color:#ffdddd;
padding:0;
margin:0;
}

#menu li{
border-bottom:1px solid #ffdddd;
list-style:none;
margin:0;
}

#menu a{
display:block;
text-decoration:none;
color:#ff0000;
background-color:#fff;
padding-left:1em;
}

#menu a:hover{
background-color:#ffdddd;
color:#036;
}

.trimpair {
	background-color:#eaeef8;
}

.trpair {
	background-color:white;
}

div.pourtour {
	border:1px solid black;
}

