body { 
	color: #0A246A;
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCC99;
	background-image: url(../images/beers.jpg);
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

textarea {
	border-style: solid;
	border-width: 1px;
	background-color: White;
}

a { 
	color: #336633;
	text-decoration: none;
}

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

img{
	border: 0;
}

.smalltext { 
	font-size: 12px; 
}

.smalltext:hover { 
	font-size: 12px;
}

.underlined-borders {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:gray;
}

table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

table.headerBack {
	background-image:  url(../images/otnHeader.png);
	background-repeat: no-repeat;
}

table.mainContent {
	margin: 0px auto;
	background-image:  url(../images/tblheadergrad.png);
	background-repeat: repeat-x;
}

table.mainContent2 {
	margin: 0px auto;
	background-image:  url(../images/tblheadergradgrn.png);
	background-repeat: repeat-x;
}

/*
 ***** Main white background table components *****
 */
.mtl {
	background: url(../images/mtl.png);
	background-repeat: no-repeat;
}

.mt {
	background: url(../images/mt.png);
	background-repeat: repeat-x;
}

.mtr {
	background: url(../images/mtr.png);
	background-repeat: no-repeat;
}

.mbl {
	background: url(../images/mbl.png);
	background-repeat: no-repeat;
}

.mb {
	background: url(../images/mb.png);
	background-repeat: repeat-x;
}

.mbr {
	background: url(../images/mbr.png);
	background-repeat: no-repeat;
}

.ml {
	background: url(../images/ml.png);
	background-repeat: repeat-y;
}

.mr {
	background: url(../images/mr.png);
	background-repeat: repeat-y;
}

/*
 ***** Green border table components *****
 */
.gbwtl {
	background: url(../images/gbw_tl.png);
	background-repeat: no-repeat;
}
.gbwtr {
	background: url(../images/gbw_tr.png);
	background-repeat: no-repeat;
}
.gbwbl {
	background: url(../images/gbw_bl.png);
	background-repeat: no-repeat;
}
.gbwbr {
	background: url(../images/gbw_br.png);
	background-repeat: no-repeat;
}
.gbwt {background: url(../images/gbw_ln.png) 0 0 repeat-x}
.gbwb {background: url(../images/gbw_ln.png) 0 100% repeat-x}
.gbwl {background: url(../images/gbw_ln.png) 0 0 repeat-y}
.gbwr {background: url(../images/gbw_ln.png) 100% 0 repeat-y}

/*
 ***** Green tiny border table components *****
 */
.gbwtl_tiny {
	background: url(../images/gbw_tl_tiny.png);
	background-repeat: no-repeat;
}
.gbwtr_tiny {
	background: url(../images/gbw_tr_tiny2.png);
	background-repeat: no-repeat;
}
.gbwbl_tiny {
	background: url(../images/gbw_bl_tiny.png);
	background-repeat: no-repeat;
}
.gbwbr_tiny {
	background: url(../images/gbw_br_tiny.png);
	background-repeat: no-repeat;
}

.plusSign {
	position:relative;
	height:20px; /*dimensions of our image*/
	width:20px;
}
.toolTip {
	position:absolute;
	left:20px; /*Moves it to the right beside the question image*/
	top:0;
	display:none;
	/*The attributes below make it look pretty*/
	width:100px;
	padding:5px;
	border:1px solid #FFFFFF;
	background-color:#FFFF99;
	font:10px Arial, Helvetica, sans-serif;
}

a.button {
	width: 94px;
	height: 26px;
	background: url(../images/button.png) no-repeat;
	color: #336633;
	display: block;
	font: bold 12px/26px Arial, sans-serif;
	text-decoration: none;
}


a.button:hover {
	background-position: 0 -26px;
	color: #660000;
	text-decoration: none;
}
