/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border-top-color: #FF8201;
	border-right-color: #FF8201;
	border-bottom-color: #FF8201;
	border-left-color: #FF8201;
	}
	
form {
	margin: 0;
	}

.formNormal { 
	height: 17px; 
	width: 200px; 
	border: 1px solid #FF8201; 
	COLOR: #000; 
	background-color: #FFFFCC;
}

/* formnormal1 - same as formNormal but without Width restriction */
.formNormal1 { 
	height: 17px;
	width: 400px;
	border: 1px solid #FF8201; 
	COLOR: #000; 
	background-color: #FFFFCC;
}

.messageBox {
	height: 45px;	/* about 3 lines worth */
	width: 370px;
	font-size: 11px;
	color: #000;
	border: 1px solid #FF8201;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	border-color: #FF8201;
	background-color: #FFFFCC;
}

.tipClass {
	font-size: 10px;
}

blockquote { padding-left: 9px;
}

h2 {
	color: #FF8201;
	margin: 0;
	padding: 0;
	font-size: 19px;
}

h3 {
/*	color: #FF8201;*/
	color:#000000;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	margin:0 0 0 0;
}

h4 {
	color: #FF8201;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	height: 12px; /*	margin: 10 0 10 0; */
	margin: 0 0 0 0;
}

strong.orange {
	color: #FF8201;
}

.bigsubmit {
	color: #FF8201;
	font-size: 20px;
}

.bold {
	font-weight: bold;
}

.white {
	color: #FFF;
}

.black {
	color: #000;
}

.smallblack {
	color: #000;
	font-size: smaller;
}

.ad {
	color:#000000;
	text-decoration: none;
}

:hover.ad {
	color: #FFFFFF;
	text-decoration: none;
}

.orange {
	color: #FF8201;
}

.boldorange {
	font-weight: bold;
	color: #FF8201;
}

hr {
	border: 0;
	width: 130px;
	color: #fff;
	background-color: #fff;
	height: 2px;
	margin: 0px;
	padding: 0px;
    }

hr.orange {
    border: 0;
    width: 130px;
    color: #FF8201;
    background-color: #FF8201;
    height: 2px;
    }
	 
hr.wideorange {
    border: 0;
    width: 90%;
    color: #FF8201;
    background-color: #FF8201;
    height: 2px;
}

hr.slimdivide {
	border: 0;
	width: 10px;
	color: #FF8201;
	background-color: #FF8201;
	height: 6px;
	margin: 0px;
	padding: 0px;
    }


/* this is the width of the top row of icons */
#content {
/*	width: 784px; */
	width: 874px;
	margin: 20px auto;
	padding: 0;
	border: 0px solid #000; 
}
    
/* this is the width of the content INSIDE the scrollable content box */
#framecontent {
	width: 630px;
/*	hei/ght: 500px;*/
/*	mar/gin: 10px auto;*/ /* this provides a buffer around the content
				if we want it */
	padding: 10px 0 10px 5px; /* can't see that this has any effect? */
	font-size: 100%;
	/* border: 1px solid #000; *//* comment this out when ready */
}

/* to control the width of the scrollable content frame,
   see the iframe spec in index.html */

#leftCol {
	float: left;
	width: 160px;
	height: 532px;
	margin: 0;
	padding: 0;
	background-color: #FF8201;
	border: 1px solid #E1892F;
}

#rightCol {
	float: left;
/*	wid/th: 500px;*/
/*	heig/ht: 400px;*/
	height: 508px; /* testing */
	margin: 0;
/*	padding: 18px;*/
	padding: 4px 18px 18px 18px;
	background-color: #505050;
	border: 1px solid #505050;
	text-align: center;
}

#footerImage {
	clear: both;
	text-align: right;
	padding: 5px 5px 0 0;
}

.copyright {
	font-size:10px;
	font-style:normal;
	font-weight:normal;
}

.clear {
	clear: both;
}

div.hideL {
	visibility:hidden; 
	position:absolute;
}

div.showL {
	visibility:visible;
	position:absolute;
}
    
.menupad {
	padding: 0 19px 18px 0;
	float: left;
/*	bord/er: 1px solid #505050;*/
}
    
a img
	{
	border-width: 0; 
	border-style: none;
	}
	
#intMenuWrapper {
	margin: 0;
	height: 420px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}
	
.intmenu {
	color: #fff;
	line-height: 9px;
}

a {
	color: #FF8201;
	text-decoration: underline;
	line-height: 10px;
	font-weight: bold;
}

a:hover {
	color: #FF8201;
	text-decoration: none;
}

a.intmenu {
	color: #fff;
	text-decoration: none;
}

a:hover.intmenu {
	color: #fff;
	text-decoration: underline;
}

a.intmenuselected {
	color: #000;
	text-decoration: none;
}

a:hover.intmenuselected {
	color: #000;
	text-decoration: underline;
}

img { 
	margin: 0px; 
	background-position: center center;
	}
	
	
em { font-style: italic; }
strong { font-weight: bold; }

a.tip {
	cursor: help;
}

.menulayer
{
	position:absolute;
	left:0px;
	top:0px;
	min-width:150px;
	min-height:20px;
	z-index:10;
	border: 1px solid #FF8201;
	background: #FFF;
	padding:5px;
	visibility: hidden;
}

div.box
{
	background: #fff url(../images/left_vertical_line.gif) bottom left repeat-y;
	width: 671px;
	margin: 0;
	padding: 0;
}
div.box div
{
	background: url(../images/right_vertical_line.gif) bottom right repeat-y;
	margin: 0;
	padding: 0;

}
div.box div div
{
	background: url(../images/top_horizontal_line.gif) top left repeat-x;
	margin: 0;
	padding: 0;
}
div.box div div div
{
	background: url(../images/bottom_horizontal_line.gif) bottom left repeat-x;
	margin: 0;
	padding: 0;
}
div.box div div div div
{
	background: url(../images/top_left_cnr.gif) left top no-repeat;
	margin: 0;
	padding: 0;
}
div.box div div div div div
{
	background: url(../images/top_right_cnr.gif) top right no-repeat;
	margin: 0;
	padding: 0;
}
div.box div div div div div div
{
  	background: url(../images/bottom_left_cnr.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
}
div.box div div div div div div div
{
	background: url(../images/bottom_right_cnr.gif) bottom right no-repeat;
	margin: 0;
	padding: 7px 0 0 0;
	height: 487px;
}

table.scorecard {
	border: 1px;
	background-color: #FF8201;
}

td.aboutustext {
	font-size: 10px;
}
