/* pagestyle.css */
/* stylesheet for iXora Web Design pages */
/* June 2008 */
/* Modified June 2009 */


body{
	margin:0; /* removes auto white margin space around page */
	padding:0;
	color:#8B4513; /* sienna - text color */
	background-color:#E4FEFE; /* light blue PSP */
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}


a:link{color:#FF4040;}/* red-orange */
a:visited{color:#FF7F50;/* coral */
	outline-style:none;
}

a:hover{color:red;}
#wrapper{
	width:800px;
	margin:auto;
}

#header{
	height:100px; 
	width:100%; 
	background-image:url("../graphics/backtile.jpg");
	background-repeat:repeat-x;
	border-bottom:thin solid #E9DEC0; /* tan */
	position:absolute;
	top:0;
	left:0;
}



#sidebar{
	width:175px;
	display:inline; /* assures proper alignment in AOL and versions of IE */
	position:absolute;
	left:120px;
	top:125px;
} 

#main{
	width:550px;
	position:absolute;
	left:300px;
	top:125px;
}

#info{
	width:500px;
	background-color:#E9DEC0; /* tan */
	font-weight:bold;
	position:relative;
	left:20px;
	padding:10px;
}

#rightbox{
	
	color:#00008B; /* dark blue */
	width:250px;
	float:right;
	padding:10px;
}
#sitebox{
	
	color:#00008B; /* dark blue */
	width:300px;
	float:right;
	padding:15px;
}

#privatebox{
	
	color:#00008B; /* dark blue */
	width:470px;
	float:right;
	padding:5px;
	border:thin solid #E9DEC0; /* tan */
}


p.regb{
	font-weight:bold;	
}

p.samples{
	width:500px;
	position:relative;
	top:25px;
}

p.sidebox{
	font-size:8pt;
	font-weight:bold;
	color:#00008B; /* dark blue */
	width:120px;
	position:relative;
	left:5px;
} 

p.credits{ 
	font-size:8pt;
	text-align:center;
  	
}

p.top{ 
	font-size:8pt;
  	margin-left:150px;
}

	
img{
	border:none; 
}

img.wee{
	border:none;
	position:relative;
	left:5px;
	

}


img.logo{
	margin-left:120px;
} 


img.staff{
	border:none;
	margin-left:100px;
}

	
	
dt{
	width:250px;
	text-align:left;
	padding:2px;	
} 
	
dd{
	width:450px;
	padding:2px;
}


ul.first{
  	list-style-image:url("../graphics/ixorawee.jpg");
	font-weight:bold;
	font-size:12pt;
}


ul.second {
	font-size:10pt;
	list-style-image:url("../graphics/bullet.jpg");
	
}

#answers li{
	padding-bottom:10px;
}

