/* 

common and basic style definitions

*/

address, blockquote, body, dd, div, dl, dt, fieldst, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre { display: block; }
li { display: list-item; }
head { display: none; }
table { display: table; }
tr { display: table-row; }
thead { display: table-header-group; }
tbody { display: table-row-group; }
tfoot { display: table-footer-group; }
col { display: table-column; }
colgroup { display: table-column-group; }
td, th { display: table-cell; }
caption { display: table-caption; }
i, cite, em, var, address { font-style: italic; }
button, textarea, input, object, select, img { display: inline-block; }
center { text-align: center; }

/* 

body element definitions

*/

body
{
	font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

p, table p
{
	color: black;
	font-family: verdana;
	font-size: small;
	line-height: 120%;
	font-style: normal;
}

a:link, a:visited
{
	text-transform: inherit;
	text-decoration: none;
	color: #222;
	font-weight: bold;
}

a:hover, a:active
{
	color: #660;
	text-decoration: none;
}

img a { border-style: none; }
:focus { outline: thin dotted invert; }



/* 

specific page div definitions

*/

#print
{
	overflow: default;
	visibility: hidden;
	height: 5px;
}

#frame
{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 110px 10px 10px 10px;
	text-align: left;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
}

#menu
{
	position: relative;
	display: block;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, san-serif;
}

#subframe, #onecol
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
}

#onecol { text-align: center; }
#smallcol
{
	position: relative;
	width: 200px;
	padding: 0px 20px 20px 10px;
	float: left;
	display: block;
	top: -50;
	height: 100%;
}

#largecol
{
	position: relative;
	color: black;
	padding: 0px;
	width: 500px;
	display: block;
	float: left;
}

#details
{
	border-color: #666;
	border-width: 10px 0 0 0;
	border-style: solid;
	overflow: visible;
	display: block;
	text-align: left;
}

#footer
{
	padding: 0px;
	position: relative;
	background-position: center bottom;
}

#poweredby
{
	padding: 10px;
	position: relative;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	text-transform: inherit;
}

h1 { font-size: 14px; }

/*

specific changes to div areas

*/

#largecol form,
{
	border-color: #600;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	padding: 10px;
	display: block;
}

#largecol a:hover
{
	text-decoration: underline;
	border-style: none;
}

#menu ul
{
	padding: 5px;
	text-align: center;
	background-color: #708090;
}

#menu li
{
	display: inline;
	font-size: small;
	padding: 0px;
}

#menu li a:link, #menu li a:visited
{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0 0 5px;
	text-transform: inherit;
	text-decoration: none;
}

#menu li a:hover, #menu li a:active
{
	color: #FF9;
	text-transform: inherit;
	text-decoration: none;
}

#submenu ul, #submenu2 ul { padding: 0; }

#submenu li, #submenu2 li
{
	display: block;
	font-size: small;
	padding: 0 0 0 2px;
}

#submenu li a:link, #submenu li a:visited, #submenu2 li a:link, #submenu2 li a:visited
{
	color: #A49A88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: inherit;
	text-decoration: none;
}

#submenu li a:hover, #submenu li a:active, #submenu2 li a:hover, #submenu2 li a:active
{
	color: black;
	text-transform: inherit;
	text-decoration: none;
}

/*

span classes for document markup

*/

.artist
{
	font-weight: normal;
	font-variant: small-caps;
}

.title
{
	background-color: #600;
	color: #FFF;
	line-height: 150%;
	font-weight: bold;
	text-indent: 10px;
	vertical-align: middle;
	text-transform: inherit;
	text-decoration: none;
}

.error
{
	color: #600;
	font-weight: normal;
	border-color: #600;
	border-width: 1px;
	border-style: solid;
	background-color: #CCC;
	padding: 5px;
	font-style: italic;
}

.indent { margin: 0 10px 0 10px; }

.help
{
	color: #333;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}

.notes
{
	background-color: #FFF;
	border-color: #600;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}

.email
{
	background-color: #CCC;
	padding: 10px;
	font-family: monospace;
}

.found
{
	border-color: #999;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	font-size: 10pt;
	line-height: 12pt;
	font-style: italic;
	padding: 2px 5px 2px 5px;
}

.selected
{
	background-color: maroon;
	color: #fff;
	font-weight: bold;
}

.required
{
	color: #930;
	font-size: x-small;
	font-style: oblique;
}
.exclaim
{
	padding: 2px 5px 2px 5px;
	background-color: #600;
	color: white;
	font-weight: bold;
	margin: 0 5px 0 0;
}

.statement
{
	font-style: italic;
	font-family: skia, times, "Times New Roman", serif;
	font-size: small;
}

.thumbnail
{
	float: left;
	width: 130px;
	margin: 0 5px 5px 0;
	padding: 5px;
	text-align: center;
}

.thumbnail a:hover
{
	text-decoration: underline;
	border-style: none;
}

.clearboth { clear: both; }

img a:hover { border-style: none; }

#largecol img
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #333;
}


#curvedbox h1, #curvedbox h2, #curvedbox p {margin:0 10px; letter-spacing:1px;}
#curvedbox h1
{
	font-size: 1em;
	color: #999;
	height: 2em;
}
#curvedbox h2 {font-size:2em;color:#06a; border:0;}
#curvedbox p {padding-bottom:0.5em;}
#curvedbox h2 {padding-top:0.5em;}
#curvedbox {background: white; margin:1em;}
#curvedbox form
{
	background: white;
	margin: 0em;
	padding: 0;
}

.cbtop, .cbbottom {display:block; background:white; font-size:1px;}
.cbb1, .cbb2, .cbb3, .cbb4 {display:block; overflow:hidden;}
.cbb1, .cbb2, .cbb3 {height:1px;}
.cbb2, .cbb3, .cbb4
{
	border-left: #600;
	border-right: #600;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	background-color: white;
}
.cbb1 {margin:0 5px; background:#600;}
.cbb2 {margin:0 3px; border-width:0 2px;}
.cbb3 {margin:0 2px;}
.cbb4 {height:2px; margin:0 1px;}

.cbboxcontent {display:block; background:white; border:0 solid #600; border-width:0 1px;}
