* { padding: 1; margin: 1; }

body {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1.0em;
	 float:left;
}
#wrapper { 
	 background-color: #FFFFFF;
	 margin: 0 auto;
	 width: 750px;
}
#header {
	 background: #FFFFFF;
	 width: 750px;
	 float: left;
	 padding: 10px;
	 border: 0px;
	 height: 200px;
	 margin: 10px 0px 5px 0px;
}
/* THIS IS THE NAVIGATION */
ul#navlist
{
	margin-left: 0;
	text-align:center;
	font-size:10px;
	font-weight:bolder;
	max-width:750px;
	padding-left: 0;
	white-space: nowrap;
	float:left;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	font-weight:bold;
	color: #660099;
	background-color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover
{
	color: #FFFFFF;
	background-color: #660099;
	text-decoration: none;
}
/* END NAVIGATION */

/*THIS IS THE SUBNAVIGATION*/
ul#subnav
{
	margin-left: 0;
	text-align:center;
	font-size:9px;
	padding-left: 1;
	float:left;
}

#subnav li
{
	display: inline;
	list-style-type: none;
}

#subnav a { padding: 3px 10px; }

#subnav a:link, #subnav a:visited
{
	color: #FFFFFF;
	background-color: #660099;
	text-decoration: none;
}

#subnav a:hover
{
	color: #660099;
	background-color: #FFFFFF;
	text-decoration: none;
}
/*END SUBNAVIGATION*/
h1 {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bolder;
	color:#660099;
	text-align:left;
	margin:0px auto;
}

h2 {
	font-size:0.9em;
	font-weight:bolder;
	color:#660099;
	text-align:left;
	margin:0px auto;
}
#leftcolumn { 
	 color: #333;
	 text-align: center;
	 border: 1px solid #ccc;
	 background: #FFFFFF;
	 margin: 0px 5px 5px 0px;
	 padding: 10px;
	 width: 200px;
	 height: 350px;
	 float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	border: 0px;
	background: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 350px;
	width: 500px;
	display: inline;
	position: relative;
}
/*ROLLOVER MORE-INFO BUTTON*/
a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image:  url(images/buttonBackground.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 28px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
a.button:link, a.button:visited {
	color: #FFFFFF;
}
a.button:hover, a.button:active {
	background-position: 0 -36px;
	color: #FFFFFF;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	background-position: 0 -72px;
	color: #999999;
	cursor: default;
}
/*END ROLLOVER MORE-INFO BUTTON*/

.indent-emphasis {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	word-spacing: normal;
	left: auto;
	font-size: medium;
	font-weight: 400;
	color: #000066;

}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: oblique;
	line-height: normal;
	font-weight: bolder;
	color: #660099;
}
.button-rollover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 1.1em;

}
.expo-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #000099;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bolder;
	color: #660099;
	text-align:left;
	text-indent: 2em;
	white-space: pre;

}
.subheader {
	font-size:0.9em;
	font-weight:bolder;
	color:#660099;
	text-align:left;
	margin:0px auto;
}
.subheader:hover {
	font-size:0.9em;
	font-weight:bolder;
	color:#FFFFFF;
	background-color:#660099;
	text-align:left;
	margin:0px auto;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	color: #CC0000; 
	letter-spacing: normal; 
	word-spacing: normal
}
.h4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	color: #0000FF; 
	text-decoration: none
}
.getmoreinfo {
	font-size:1.0em;
	font-weight:bolder;
	text-align:center;
	color:#660099;
	margin:0px auto;
	background-position: center;
}
.getmoreinfo:hover {
	font-size:1.0em;
	font-weight:bolder;
	color:#FFFFFF;
	background-color:#660099;
	margin:0px auto;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: left;
	vertical-align: text-bottom;
}
