/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
	font-size: .9em;
}
#oldbrowser
{
	text-align: center;
}
#header h1
{
	display: inline;
}
#contentColumn
{
	width: auto;
}
#header{
	padding: 0px;
	overflow: hidden;
	height: 100px;
}

#innerContentColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: left;
	font-size: .8em;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#header, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000000;
}
#footer, #header, #contentColumn, .hnav
{
	border: solid 0px #000000;
}
#footer
{
	border-top-width: 1px;
}
#header, .hnav
{
	border-bottom-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ffffff;
	color: #000000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #ffffff;
	color: #000000;
	min-width: 500px;
	width: 700px;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #000000;
}
.hnav
{
	padding: 3px 0 4px 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

.cmd
{
	color: #0000FF;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
}

/*** For Simple Search and Advanced Search page***/
fieldset 
{ 
padding: 5px;
border: 1px solid #C0C0C0;
margin-bottom: 10px; 
}

input,textarea 
{
background-color: #CCCCCC);
border: 1px solid #333333;
margin: 2px; 
}

label 
{ 
color: #000000; 
}

legend 
{ 
padding: 5px;
color: #CCCCFF;
font: bolder 11px Verdana,Geneva,Arial,Helvetica,sans-serif; 
}

.sbutton 
{
border: 1px solid #333333; 
background-color: #CCCCCC;
font: bolder 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/*** For Spell/Skill Lists ***/
.backtop
{
font: 9px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.letter
{
font: bolder 14px Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000
}

fieldset.slist
{ 
padding: 5px;
border: 1px solid #000000;
margin-bottom: 10px; 
}

/*** For Spell/Skill Lists on Class Pages ***/
#spcol1
{ 
	float:left; width:50%;
}
#spcol2
{
	margin-left:50%; width:50%;
} 
