* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	scrollbar-face-color:       #CC33CC;
	scrollbar-highlight-color:  #6666FF;
	scrollbar-shadow-color:     #0000CC;
	scrollbar-3Dlight-color:    #999999;
	scrollbar-arrow-color:      #FF00FF;
	scrollbar-track-color:      #999999;
	scrollbar-darkshadow-color: #000080;
	background-image: url(/images/introheader.gif);
}
#wrapper { 
 margin: 0 auto;
 width: 782px;
}
#header {
	width: 760px;
	color: #333;
	padding: 10px;
	border: 1px solid #000000;
	height: 110px;
	margin: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/cornerbubble_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#navigation {
	width: 772px;
	color: #333;
	padding: 4px;
	border: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	background: #600F85;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #FFFFFF;
}
#content {
	width: 760px;
	color: #333;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	height: 350px;
	background-image: url(images/cornerbubble.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.picmaincontent {
	height: 345px;
	width: 220px;
	padding: 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	}

div.mixmaincontent {
	height: 345px;
	width: 220px;
	padding: 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	}

div.maincontent {
	height: 345px;
	width: 510px;
	padding: 5px;
	overflow: auto;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	}
	
	div.maincontentintro {
	height: 345px;
	width: 300px;
	padding: 5px;
	overflow: auto;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 100%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #000000;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(images/chromebg2.gif) center center repeat-x;
}

.credits {
	font-family : Arial;
	font-size : 7pt;
	color: #000000;
}

.subheadings {
	font-family : Arial;
	font-size : 14pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.name {
	font-family : Arial;
	font-size : 12pt;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

A:link {
	text-decoration: none;
	color: #FF00FF;
}
A:visited {
	text-decoration: none;
	color: #FF0099;
}
A:active {
	text-decoration: none;
	color: #999999;
}
A:hover {text-decoration: none; color: #CCCCCC;}