body {
	scrollbar-arrow-color:#cococo;
	scrollbar-base-color:#CCCCCC;
	scrollbar-shadow-color:#cococo;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-3dlight-color:#cococo;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #e9e9e3;
	text-align: center;
}

#bodymain
{
    position: relative;
    float: left;
	width: 100%;
	margin: 0 auto;
	top: 0;
    overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-width: 0;
	border-color: #CACBCC;
	border-style: double;
	text-align: center;

}

#containerul, #containerul ul{
  text-align:left;
  margin:0 0 0 8; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 0pt; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#bodycontainer
{
    position: relative;
	width: 770px;
	margin: 0 auto;
	top: 0;
    overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-width: 0;
	border-color: #CACBCC;
	border-style: double;

}

#base
{
    position:relatives;
    float: left;
	width: 100%;
    overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-width: 0;
}


div {
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#ffffff;
	scrollbar-shadow-color:#999999;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-3dlight-color:#999999;
	  z-index: 1;
}

P, UL, OL, LI, DL, DD, DT, TD, SPAN, BLOCKQUOTE {
		font-family: Trebuchet MS, geneva, sans-serif;
		font-size: 13px;
		color: #000000;
}

.pretty-image 
{ 
background: url(../images/bg.png); 
width: 10px; 
height: 1200px 
}

input{
font-family: Trebuchet MS, geneva, sans-serif;
font-size: 8pt;
}



.newsTicker{
		font-family: Trebuchet MS, geneva, sans-serif;
		font-size: 10px;
		color: #999999;
}

.bolded {
		font-family: Verdana, Trebuchet MS, Trebuchet MS, geneva, sans-serif;
		font-size: 10px;
		color: #999999;
		font-weight: bold;
}
A.section {
		font-family: Verdana, Trebuchet MS, Trebuchet MS, geneva, sans-serif;
		font-size: 10px;
		color: #999999;
		font-weight: normal;
		color: #999999;
		text-decoration: none;
}
.section {
		font-family: Verdana, Trebuchet MS, Trebuchet MS, geneva, sans-serif;
		font-size: 10px;
		color: #999999;
		font-weight: bold;
}
.bodysm {
		font-family: Trebuchet MS, geneva, sans-serif;
		font-size: 9px;
		color: #999999;
}
.bodyheader{
		font-family: Verdana, Trebuchet MS, Trebuchet MS, geneva, sans-serif;
		font-size: 9px;
		color: #999999;
		font-weight: bold;
}

sup {font-family:Trebuchet MS, Helvetica; font-size: 8pt;} 
A:link {color: #666666; text-decoration: none;}
A:visited {color: #666666; text-decoration: none;}
A:hover {
	color: #999999;
	text-decoration: none;}

.txtBoxStyle{
    border:0px solid #FC820E; background-color: #999999;
    font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 9px;    
    color: #999999;
    background-image: url('../graphics/formshadow.gif');
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

option {
    border-top: 1px solid #EBECF0;
    border-bottom: 1px solid #EBECF0;
    border-left: 1px solid #EBECF0;
    border-right: 1px solid #EBECF0;
    background-color: #ffffff;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    width: 120;
    font-size: 8px;    
    color: #333333;		
}

textArea {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: white;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#EBECF0;
	scrollbar-shadow-color:#EBECF0;
	scrollbar-face-color:#EBECF0;
	scrollbar-highlight-color:#EBECF0;
	scrollbar-darkshadow-color:#EBECF0;
	scrollbar-3dlight-color:#EBECF0;
}

input {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-left: 3;
	padding-right: 3;
	padding-top: 1;
	padding-bottom: 0;
	font-size:11px;
	color: #333333;
	background: transparent; 
	 }

}