/* Zero down margin and paddin on all elements */
* {
	margin: 10;
	padding: 10;
}
img{
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #5a5a5a;
	color: #000000;
	text-align: center; 
}
/* Text */
h1	{
	font-size: 2.2em;
	line-height: 1.5em;
	color: #214197;
	font-weight: normal;
}

h2	{
	font-size: 1.8em;
	line-height: 1.5em;
	color: #214197;
	font-weight: normal;
}

h3	{
	color: #214197;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
}

td	{
	font-size: 1.1em;
	line-height: 1.2em;
}

p	{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 10px 0;
}

p.caption	{	
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 2px;
}

ul	{
	list-style-image: url('/images/bullet.gif');
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 2px 0 0 30px;
}

a	{
	color: #214197;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
}

a:hover {
	color: #fb8405;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
}
/* Layout images */
.headleft	{
	width: 10px;
	height: 125px;
	background-image: url('/images/headleft.gif');
}
.header	{
	height: 125px;
	background-image: url('/images/headbg.gif');
	background-repeat: repeat-x;
	text-align: left;
	overflow: hidden;
}
.headright	{
	width: 15px;
	background-image:url('/images/headright.gif');
}
.leftborder	{
	width: 10px;
	background-image:url('/images/leftbg.gif');
}
.rightborder {
	width: 15px;
	background-image:url('/images/rightbg.gif');
}
.menu	{
	width: 180px;
	background-color: #a16008;
	padding: 10px 0px;
	vertical-align: top;
}
.content	{
	background-color: #ffffff;
	background-image:url('/images/contentbg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
td.regnow	{
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	height: 30px;
}
img.regbutton	{
	padding-left: 530px;
	margin-top: -10px;
        vertical-align: top;
}
.footerleft	{
	width: 10px;
	height: 40px;
	background-image: url('/images/footerleft.gif');
}
.footerright	{
	width: 35px;
	height: 40px;
	background-image: url('/images/footerright.gif');
}
.footer	{
	background-image: url('/images/footerbg.gif');
	background-repeat: repeat-x;
	text-align: center;
}
.heading_text {
        color: darkblue;
        font-family: Verdana;
        font-size: 18pt;
        font-weight: bold;
}

.page_text_bold {
        color: black;
        font-family: Verdana;
        font-size: 12pt;
        font-weight: bold;
}
.page_text {
        color: black;
        font-family: Verdana;
        font-size: 12pt;
        font-weight: normal;
}
.sponsor_text {
        color: white;
        font-family: Verdana;
        font-size: 8pt;
        font-weight: bold;
}
