/* GLOBAL NORMALIZING STYLES
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, table, tr, th, td {
	/*margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

 BODY  {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-image: url(../images/rocco_bg.jpg);
	background-repeat: repeat-x;
	background-color: 70b0d7;
}

   #page        {width: 960px;height:100%;margin-left: auto;margin-right:auto;  }

   #leftTopCorner        {width: 30px;height:30px; background-image: url(../../images/border_lt.png); background-repeat: no-repeat }
   #centerTop            {height:30px; background-image: url(../images/border_t.png); background-repeat: repeat-x }
   #rightTopCorner       {width: 30px;height:30px;background-image: url(../images/border_rt.png); background-repeat: no-repeat  }
   #leftCenter           {width: 30px;background-image: url(../images/border_l.png); background-repeat: repeat-y }
   #rightCenter          {width: 30px;background-image: url(../images/border_r.png); background-repeat: repeat-y  }
   #leftBottomCorner     {width: 30px;height:30px; background-image: url(../images/border_bl.png); background-repeat: no-repeat }
   #bottomCenter         {height:30px;background-image: url(../images/border_b.png); background-repeat: repeat-x  }
   #rightBottomCorner    {width: 30px;height:30px; background-image: url(../images/border_br.png) }

   #mainContent          {width: 100%x;background-color: #ffffff  }

   #header               {
	height:142px;
	background-color: #BBBBE3;
	background-image: url(../images/web_head.jpg);
	width: 900px;
}
   #menu                 {
	height:37px;
	text-align:center;
	background-image: url(../images/menu_back.jpg);
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
	color: #3366CC;
	background-repeat: no-repeat;
}	
   #select                {
	height:57px;
	width:417px;
	text-align:center;
	background-image: url(../images/select_bk.png);
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #A7CEEB;
	background-repeat: no-repeat;
}	
	
}
   #contentContainer     {
	background-color: #EAEAEA;
	vertical-align: top;
}

   #leftPane {
	width: 221px;
	background-color: #b5ada2;
	background-image: url(../images/left_col.jpg);
	vertical-align: top;
	background-repeat: no-repeat;
	text-align:center;
}
   #rightPane  {
	width: 679px;
	text-align:center;
	background-color: #E9E9E9;
	background-image: url(../images/main_content.jpg);
	vertical-align: top;
	background-repeat: no-repeat;
}
   #formHeader {
	background-color: #b6c4d4;
	height:20px;
	padding:2px;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#725a3f;
	border: 2px solid #725a3f;
}
   #labelText {
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
   #smallText {
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}



P  {
	color : #808080;
	font-size: 12px;
	font-family : Arial;
	text-decoration : none;
}

H1  {
	color : #808080;
	font-family : Arial;
	font-size: 20px;
	line-height : 24px;
	font-weight : normal;
	text-decoration : none;
}

H2  {
	color : #808080;
	font-family : Arial;
	font-size: 14px;
	line-height : 18px;
	font-weight : normal;
	text-decoration : none;
}

H3  {
	color : #000000;
	font-family : Arial;
	font-size: 12px;
	line-height : 14px;
	font-weight : normal;
	text-decoration : none;
}

H4  {
	color : #808080;
	font-family : Arial;
	font-size: 10px;
	line-height : 10px;
	font-weight : normal;
	text-decoration : none;
}

H5  {
	color : #808080;
	font-family : Arial;
	font-size: 8px;
	line-height : 8px;
	font-weight : normal;
	text-decoration : none;
}

A  {
	color : #663399;
	font-family : Arial;
	text-decoration : none;
}
/* link style one */
A:Visited  {
	color : #6666CC;
	font-family : Arial;
	text-decoration : none;
}

A:Active  {
	color : #663399;
	font-family : Arial;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	color : #254BB1;
	text-decoration : underline;
}

/* link style two */
div.menubtm A:Active  {
	color : #855C05;
	font-family : Arial;
	text-decoration : none;
}

div.menubtm A:Link  {
	color : #C0C0C0;
	font-family : Arial;
	font-size : 10px;
	text-decoration : none;
}

div.menubtm A:Visited  {
	color : #C0C0C0;
	font-family : Arial;
	font-size : 10px;
	text-decoration : none;
}

div.menubtm A:Hover  {
	font-family : Arial;
	color : #F0CF60;
	font-size : 10px;
	text-decoration : underline;
}

#advisorB
{
	position: relative;
	z-index: 1;
	top: 25;
	left: 543px;
}

#error
  {
	font-family: Arial;
	font-size : 14px;
	line-height : 16px;
	color : #990D0D;
	font-weight : bold;
}

#text
  {
	font-family: Arial;
	font-size : 16px;
	line-height : 18px;
	color : #2670A6;
	font-weight : normal;
	width: 450px;
}

#stext
  {
	font-family: Arial;
	font-size : 10px;
	line-height : 12px;
	color : #000000;
	font-weight : normal;
}

#scrollText
{
	position: relative;
	background: #DFDFDF;
	text-align: left;
	padding: 5px;
	top: 0px;
	left: 0px;
	width: 500px;
}





/* Login box location and formating */
.column1, .column2, .column3, .column4
{
margin-right: 0 auto;
float: left;
background: #ffffff;
padding: 5px;
height: 450px;

}

.column1
{
	display: inline;
	top: 195;
	left: 10;
	width: 183;
}

.column2
{
	display: inline;
	top: 195;
	left: 200;
	width: 183;
}

.column3
{
	display: inline;
	top: 195;
	left: 390;
	width: 183;
}

.column4
{
	display: inline;
	top: 195;
	left: 580;
	width: 183;
}

.bgTable
{
	font-family: Arial Black;
	float: none;
	position: relative;
	top: 0;
	left: 100;
	width: 323;
	height: 150;
	background: #000000 url(../images/login_bg.gif);

}

.form
{
	font-family: Arial Black;
	position: relative;
	top: 20;
	left: 10;
	width: 323;
	height: 150;
}


#btext
{
	font-size : 14px;
	font-family : Arial;
	color : #F3F9FE;
	line-height : 18px;
	text-align : left;
	font-weight : normal;
	text-decoration : none;
	width: 190px;
	margin-top: 45px;
}


#bdtext
{
	z-index: 1;
	position: relative;
	font-size : 16px;
	font-family : Arial;
	color : Black;
	line-height : 1.2;
	text-align : left;
	font-weight : normal;
	text-decoration : none;
	top: 20;
	left: 0;
	width: 560;
	height: 323;
}




/* FLOAT CLEARING STYLES - IE7 COMPATIBLE 
--------------------------------------------------------------------- */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#oneSizeLarger
{
	font-size: 14px;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
