/* CSS Document */

body {
	background-color: #333333;
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 10px;
}


/* logo -- begin */

#logo {
	padding: 0px 0px 10px 0px;
	border-bottom: ridge;
	border-color: #B7B7B7;
	text-align: center;
}

/* logo -- end */


/* top menu bar -- begin */

#navBar{
	color: #cccccc;
	margin-left: 0px;
	padding: 5px 0 0 0;
	border: none;
	width: auto;
	text-align: center;
}

#navBar a:link{
	background-image: url(../images/Button_base1.png);
	border: 1px outset;
	border-color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
}

#navBar a:visited{
   background-image: url(../images/Button_base1.png);
	border: 1px outset;
	border-color: #FFFFFF;
   font-weight:normal;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 3px 7px 3px 7px;
}
	
#navBar a:hover{
	background-image: url(../images/Button_base2.png);
	border: 1px outset;
	border-color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	color: #708090;
	text-decoration: underline;
	padding: 3px 7px 3px 7px;
}
	
/* top menu bar -- end */

/* homepage main image -- begin */

#lancer{
	padding: 100px 0 90px 0;
	text-align: center;
}

/* homepage main image -- end */

/* main content area -- begin */

#maincontent{
	border: 4px outset;
	border-color: #FFFFFF;
	background-color: #E2E2E2;
	padding: 30px 30px 30px;
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px; 
}

#maincontent a:link{
 	text-decoration: underline;
	color: #333333;
}

#maincontent a:hover{
 	text-decoration: underline;
 	font-weight: bold;	
	color: #333333;
}

#maincontent a:visited{
 	text-decoration: underline;
	color: #333333;
}

.pagetitle{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	margin-bottom: 25px; 
}

.text{
	text-align: center;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
}

.listing{
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	padding-bottom:20px;
}

.listingtitle{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
}

.image{
	padding: 10px 0px 20px 0px;
}

/* main content area -- end */

/* bottom menu -- begin */

#footer{
	padding: 5px 0 5px 0;
	font-size: 11px;
	color: #DDDDDD;
	border-top: ridge;
	border-color: #B7B7B7;
	text-align: center;
}

/* bottom menu -- end */


/* validator bar -- begin */

#validator{
	padding: 10px 0 5px 0;
	font-size: 11px;
	color: #DDDDDD;
	border: none;
	text-align: center;
}
 
/* validator bar -- begin */

