/* Start of CMSMS style sheet 'confetti' */
/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-image: url(look/sitebac.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #62498B;
	color: #ffffff;
	margin: 0px;
}

/* basic divs */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 990px;
	border: 1px solid #2D0E5C;
	background-color: #1F0843;
	padding: 1px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	height: 92px;
	background-image: url(look/header.jpg);
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#topnav {
	background-color: #4F4066;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 0px 5px 0px 5px;
}

#topnavwrap {
	border: 1px solid #ffffff;
	background-color: #BC9CFF;
	height: 17px;
}

#topnavwrap td {
       padding: 0px 20px 0px 20px;
       background-image: url(look/topnav_sep.gif);
       background-repeat: no-repeat;
       background-position: left;
}

#topnavwrap a:link, #topnavwrap a:visited {
       color: #270F4E;
       text-decoration: none;
       font-weight: bold;
}

#topnavwrap a:hover {
       color: #5300B1;
}

#mainpage {
	margin-left: auto;
	margin-right: auto;
	border-left: black solid 1px;
	border-right: black solid 1px;
	border-bottom: black solid 1px;
	position: relative;
	text-align: left;
	background-image: url(look/main_back.jpg);
	background-repeat: no-repeat;
        background-color: #634F81;
}

#mainpage td {
	vertical-align: top;
}

#navigation, #orchidblock {
	width: 157px;
	padding: 10px 0px 0px 10px;
}

#navigation li, #navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	list-style: none;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 153px;
	height: 23px;
	padding: 3px 0px 0px 4px;
	background-image: url(look/sidenav_off.gif);
	background-repeat: no-repeat;
	color: #181420;
	text-decoration: none;
	margin-bottom: 8px;
}

#navigation a:hover {
	background-image: url(look/sidenav_on.gif);
	width: 150px;
	height: 21px;
	padding: 5px 0px 0px 7px;
}

#maintd {
width: 6700px;
}

#maincontent {
	padding: 10px 230px 100px 50px;
	line-height: 2.0em;
}

#pagetitle {
	background-image: url(look/topliner.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	text-align: right;
	padding-bottom: 2px;
	font-size: 1.4em;
	font-style: italic;
	margin-bottom: 22px;
}

#bottomliner {
	clear: both;
	background-image: url(look/bottomliner.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 50px;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	font-size: 8px;
	text-align: right;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
       color: #D8A8F6;
       font-style: italic;
       text-decoration: none;
}

a:hover {
	color: #ffffff;
        text-decoration: underline;
}

dfn {
        display: none;
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

.orchid {
        border: 1px solid #ffffff;
        background-image: url(look/orchidback.gif);
        padding: 10px;
        height: 200px;
        text-align: center;
        line-height: 20px;
        margin-top: 20px;
}

.openertime {
       padding: 10px;
       border: 1px solid #ffffff;
       text-align: center;
}

#slideshow_div {
border: 1px #ffffff solid;
float: right;
margin-left: 20px;
margin-bottom: 20px;
position: relative;
}

#slideshow_actual {
position: absolute;
z-index: 10;
}

#slideshow_cover {
position: absolute;
width: 500px;
height: 500px;
z-index: 100;
right: 0px;
top: 0px;
background-image: url(look/cover.gif);
}

#slideshow_cover img {
display: none;
}

#2ndcover {
position: absolute;
width: 500px;
height: 500px;
z-index: 99;
right: 0px;
top: 0px;
background-image: url(look/cover.gif);
}

#slideshow_div2 {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}

#slideshow_div2 img {
display: block;
margin-bottom: 6px;
border: 1px #ffffff solid;}

#player {
 padding:  10px 10px 10px 30px;
}
/* End of 'confetti' */

