/* basic elements */
body { 
	background: #FFFFca;
	background:url('images/background.jpg');
	text-align:center;
	}
p { 
	font: 12pt arial, sans-serif; 
	margin-top: 0; 
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	}
h1 {
	font: normal 19pt Arial, sans-serif;
	font-weight: bold;
	}
h2 {
	font: normal 17pt Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	}
h3 {
	font: 15pt arial, sans-serif; 
	margin-top: 0; 
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
	}
a:link, a:visited { 
	color: #0000FF;	
	}
a:hover { 
	color: #67A175;
	}
ul, li { 
	font: 12pt arial, sans-serif; 
	margin-top: 0; 
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	}
/*specific divs */
#container {
        width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	border: 5px solid #2D1B0D;	 
	background: #FFFFCA;	
	}
#main {	
	width: 710px;
        text-align: center;
        left: 0px;
        padding: 20px 0px 0px 45px;
	position:relative;
	background: #FFFFCA;
	}
#linklist {
	width: 800px;
	text-align: center;
	background: #2D1B0D;		 
	position: relative;	
	font: normal 12pt Arial, sans-serif;
	}					
#linklist a:link, #linklist a:visited {
	text-decoration: none; 
	color: #FFFFFF;
	}
#linklist a:hover, #linklist a:active {
	text-decoration: none;
	color: #CFD2FE;
	}
.texttable, .texttable TD {
	vertical-align: top;
	font: normal 13pt Arial, sans-serif;
	font-weight: bold;
	border-width: 0;
	padding: 5px;
	}
.texttable TD {
	width: 50%;
	}
.texttable {
	width: 100%;
	}
.endOfSection {clear: both;}

.submit {
border:none;
background:url('images/abbas-child.png');
width:107px;
height:45px;   
}
.submit:hover {
background-position:left bottom;
}

/* Drop down menus */
/* Adapted from http://www.gosu.pl/MyGosuMenu/ */
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    position: relative;
    padding: 3px 8px 4px 8px;
	display: block;	  
}	  
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    background: #2D1B0D;
    color: #ffffff;		
	text-align: left;	
    white-space: nowrap;	
}
.dm1 .section, .dm1 .sectionR  {
	position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}				 
.dm1 td {
	height: 15px;
	width: 99px;
	}
* html .dm1 td { position: relative; } /* ie 5.0 fix */

