* {
	font-family : Arial, Helvetica, sans-serif;
}

P, TD, DL, BODY, BLOCKQUOTE, PRE, OL, UL, BR  {
	font-size : 10pt;
	font-weight : normal;
	color : black;
}

html, body {
	margin: 0;
        padding: 0;
	height: 100%;
	background-color: white;
	scrollbar-base-color: #f37920;
}

/* Links */ 
a:link, a:visited {
	color: #CC6600;
}
a:hover, a:active {
	color: #CC6600;
}
/* Links for Top Nav bar */
a:link.nav, a:visited.nav {
        color: #fcd5b9;
        text-decoration: none;
	text-transform: uppercase;
        padding-left: 4px;
        padding-right: 4px;
}
a:hover.nav, a:active.nav {
        color: #FFFFFF;
        text-decoration: none;
}
/* Links for Bottom Nav bar */
a:link.nav_bot, a:visited.nav_bot {
	font-size : 8pt;
        color: #000000;
        text-decoration: none;
        padding-left: 4px;
        padding-right: 4px;
}
a:hover.nav_bot, a:active.nav_bot {
        color: #FFFFFF;
        text-decoration: none;
}
.nav_divider {
        color: #dcb599;
}
.nav_bot_divider {
        color: #555555;
}
.nav_bot {
	font-size : 8pt;
        color: #000000;
}


small, .small  {
	font-size : 8pt;
	font-weight : normal;
	color : #666666;	
}

H2, .heading2  {
	font-size : 18pt;
	font-weight : normal;
	color : #00adee;
}

H3, .heading3  {
	font-size : 14pt;
	font-weight : normal;
	color : #00adee;
}

.heading3_alternate  {
	font-size : 12pt;
	font-weight: bold;
	color: #e76d15;
}

H4, .heading4  {
	font-weight: bold;
	color: #e76d15;
}

.white {
        color: #FFFFFF;
	font-size: 11pt;
	font-style: italic;
}
.grey {
        color: #716558;
	font-size: 11pt;
	font-style: italic;
}
.brown {
        color: #FFFFFF;
	font-size: 13pt;
	font-weight: bold;
}

.page_background {
        background-color: #463e36;
	height: 100%;
}

.page_data {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.company_name {
        color: #FFFFFF;
	text-transform: uppercase;
}
.expires {
        color: #FFFFFF;
}

.quoter, .quoter i {
	color : #00adee;
	text-align: right;
	margin-top: 5px;
	margin-right: 4px;
}
.citer, .citer i {
	font-size : 8pt;
	color : #00adee;
	text-align: right;
	margin-top: 5px;
	margin-right: 4px;
}


/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

.ordered_list {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 16pt;
	color: #f37920;
	vertical-align: top;
	line-height: 100%;
}

/* Remove borders around images */
img {
	border: none;
}

/* *********************** For styling forms *********************** */

form {
	margin: 0;
}

input, textarea, select {
	font-size : 10pt;
	color: black;
	background-color: #e0e0e0;
	border: none;
	overflow: auto;
}
input {
	overflow: hidden;
}
input.button {
        font-weight: bold;
        text-transform: uppercase;
        color: white;
        background-color: #00adee;
        border: 1px solid black;
        cursor: pointer;
}

textarea.challenge {
	position: relative; 
	top: 2px; 
	left: 5px; 
	z-index: 1;
	height: 35px;
	width: 450px;
	background-color: #fff45f;
}
textarea.challenge_page {
	font-size: 11pt;
	position: absolute; 
	top: 270px; 
	left: 160px; 
	z-index: 1;
	height: 120px;
	width: 400px;
	background-color: #fff45f;
}
textarea.ideas {
	position: absolute; 
	top: 165px; 
	left: 755px;
	height: 170px;
	width: 155px;
	background-color: #fff45f;
	/*background-color: transparent;*/
	/* Note that the transparent background causes the textarea to be
	un-clickable when empty.  But only in IE. */
}

/* class="form_error" is for error fields */
select.form_error, input.form_error, textarea.form_error {
	border: 3px solid red;
}

.error {
        color: red;
        font-weight: bold;
}

input.box {
	background-color: white;
}

/* ********************* For placing hidden divs ******************** */

.left_small_cards {
	position:absolute; 
	top:190px; 
	left:690px; 
	visibility:hidden;
}
.right_small_cards {
	position:absolute; 
	top:190px; 
	left:430px; 
	visibility:hidden;
}
.large_cards {
	position:absolute; 
	top:240px; 
	left:28px; 
	visibility:hidden;
}
.large_cards1 {
	position:absolute; 
	top:210px; 
	left:0px; 
	visibility:hidden;
}
.howcani {
	color: black;
	font-size: 11pt;
	background-color: #fff45f;
	padding: 10px;
	width: 300px;
	position:absolute; 
	top:58px; 
	left:380px; 
	visibility:hidden;
	z-index:2;
}



/* ********************* For printing these pages ******************** */
@media print {
body { 
	/* Causes printing blank pages */
	background-image: url(images/printing-disabled.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
}
  

