* html {
	margin: 0;
}

#paypalform {
	padding-left: 50px;
}

/* Typography
-------------------------------- */
h1 {
	margin-top: 0px;
	font-family: Georgia, Times, serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #000066;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #000066;
}

p, h1, h2, h3, img {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#maincontent p, ul, ol {
	font-family: Georgia, sans-serif;
	font-size: 1.1em;
	line-height: 1.8;
	word-spacing: 0.04em;
	letter-spacing: 0.04em;
}

#rightcontent p {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Tahoma, sans-serif;
	font-size: .9em;
	line-height: 1.2;
	word-spacing: 0.1em;
	letter-spacing: 0.05em;
}


/* Left Menu List and Link Styling
------------------------------------- */

#leftmenu ul {
	margin-top: 40px;
	margin-left: .5em;
	padding-left: .5em;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #000066;
	font-family: Arial, sans-serif;
}



#leftmenu a:link {
	text-decoration: none;
	color: #0000BB;
}

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

#leftmenu a:hover	{
	text-decoration: underline;
	color: #C80027
}

#leftmenu a:active {
	text-decoration: underline;
	color: #f60;
}

/* General Link Styling
------------------------------- */

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #7d1d13;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7d1d13;
}

a:hover	{
	text-decoration: underline;
	font-weight: bold;
	color: #f60;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #f60;
}


/* ===== Generic Classes ===== */
.alignleft { text-align: left; }
.alignright { text-align: right; }

.floatleft { float: left; margin: 0 10px 10px 0; }

.floatright { float: right; margin: 0 0 10px 10px; }

.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
/* ===== End Generic Classes ===== */
	

/* My Class Selectors
--------------------------------*/

.footertext	{
	text-align: center;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	color: blue;
}

/* Layout: FRAGILE - don't touch!
----------------------------------*/

body {
	font-size: 62.5%;
	text-align: center;  /* HACK - centers container in IE6 */
	min-width: 730px; /* HACK - NS looses left edge - this makes scroll bar */
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#container {
	text-align: left; /* Undo body hack for IE6 */
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-style: solid;
	border-width: thin;
	background-color: #ffffff;
	background-image: url('/images/leftbgimage_s.gif');
	background-repeat: repeat-y;
}


#header {
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	margin-style-top: solid 1px;
	background-color: #fff;
	background-image: url('/images/mainheader_css.gif');
}
	

#leftmenu {
	float: left;
	width: 150px;
	min-height: 100px;
	background-color: transparent;
	
}

#maincontent {
	float: left;
	width: 600px;
	min-height: 500px;
	padding-top: 0px;
	background-color: #transparent;
	border-left: solid 0px;
}

#rightcontent {
	float: right;
	width: 148px;
	background-color: transparent;
}

#footer {
	clear: both;
	height: 40px;
	background-color: #ffffff;
	border-top-style: solid;
	border-top-width: thin;
}