

/** CSS for JSACP, updated 30 July 08 **/

body {
	background-color: #FFFFFF;
	letter-spacing: .4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#header {
	text-align: center;
	margin-bottom: 1em;
}

.BasicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: left;
}

.headingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	letter-spacing: .6em;
	font-weight: bold;
	font-variant: normal;
}

a:link {
	color: #FFFF66;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFCC;
}

a:hover {
	text-decoration: underline;
	color: #0033CC;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style1 {
	font-weight: normal;
}

.style3 {
	font-family: Verdana;
	font-size: small;
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.style5 {
	font-size: small;
}

.style6 {
	font-family: "Trebuchet MS";
	font-size: small;
	text-align: left;
}

.style7 {
	font-size: xx-small;
}

.style8 {
	font-family: "Trebuchet MS";
	font-size: small;
}

.style9 {
	font-family: "Trebuchet MS";
	text-align: left;
}

.style11 {
	font-family: "Trebuchet MS";
	font-size: small;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	padding: 0in;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: .6em;
	margin-bottom: 2em;
	font-weight: normal;
}

h3 {
	font: bold 1em/2em Verdana, Arial, Helvetica, sans-serif;
}

blockquote {
	margin: 0 0 8px 12px;
}

#container {
	width: 850px;
	margin: 5px;
	padding: 5px;
}

#column1 {
	width: 60%;
	background-color: #CC6666;
	float: left;
	padding: 4px;
}

#column2 {
	width: 35%;
	background-color: #b3b3b3;
	float: right;
	padding: 4px;
}

p {
	margin-bottom: 1.7em;
}

/**END CSS**/
