	body
	{
		background-color:#FF9900;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:1.5em;
	}

#page
{
	width:1050px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
}

#lcol
{
float:left;
width:250px;
}

#ccol
{
float:left;
width:550px;
}

#rcol
{
float:left;
width:250px;
}

#lcol #menu
{
	position:relative;
	top:180px;
	text-transform: capitalize;
	text-align: right;
	width: 230px;
	padding:10px;
	font-size:1.2em;
	line-height:1.8em;
}


#lcol #menu a
{
	color:#000000;
	text-decoration:none;
}

#lcol #menu a:hover
{
	color:#000000;
	text-decoration:underline;
}

#lcol #menu a.sel
{
	color:#000000;
	text-decoration:underline;
}


/* BORDERS */
   div.st {
      width: 550px;
      background-color: #FFFFFF;
	  margin-top:5px;
	  background-image: url(images/st.gif);
      background-position: top left;
      background-repeat: repeat-x;
      font-size:1em;
    }
	
    div.sr {
      background-image: url(images/sr.gif);
      background-position: top right;
      background-repeat: repeat-y;
    }
	
    div.sb {
      background-image: url(images/sb.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
    }
    div.sl {
      background-image: url(images/sl.gif);
      background-position: top left;
      background-repeat: repeat-y;
    }
    div.tl {
      background-image: url(images/tl.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.tr {
      background-image: url(images/tr.gif);
      background-position: top right;
      background-repeat: no-repeat;
    }
    div.bl {
      background-image: url(images/bl.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
    div.br {
      background-image: url(images/br.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 15px 30px 30px 15px;
    }
/* END BORDERS */
	

#content {
background-color:#FFFFFF;
width: 100%;
text-align:left;
}


#content .title {
font-size:2.3em;
line-height:1.2em;
padding:2px;
margin-bottom:0.5em;
}


	
#footer
{
	color:#CC6600;
	width:550px;
	text-align:right;
}

#footer a
{
	color:#CC6600;
	text-decoration:none;
}

#footer a:hover
{
	color:#CC6600;
	text-decoration:underline;
}



/* FORM */
.textBox
{
	width:200px;
	border:1px solid #000000;
	font-size:1em;
}

.longTextBox
{
	width:450px;
	border:1px solid #000000;
	font-size:1em;
}


.longTextArea
{
	width:450px;
	height:150px;
	border:1px solid #000000;
	font-size:1em;
}

.submit
{
	border:1px solid #000000;
	font-size:1em;
}

.label
{
	font-weight:bold;
	font-size:12px;
}

.note
{
	font-weight:normal;
	font-size:0.8em;
	color:#666666;
}

.error
{
	font-weight:normal;
	font-size:0.8em;
	color:#990000;
}


hr.divider
{
	height:1px;
	color:#000000;
}
