/*---------------------------------- TEXT FONTS ---------------------------- */

	
	a:visited {color: #9ba3db;
			font-size:10;
			font-family:Arial;
		   text-decoration:none;
			line-height:18pt;
		}
	a:link {color: #9ba3db;
		font-size:10;
		font-family:Arial;
		text-decoration:none;
		line-height:18pt;}
	
	U.TITLEBOLD{color:white; font-size:14; font-family:arial; text-decoration:none;}
	U.TITLEBOLDsml{color:#15AED4; font-size:14; font-family:arial; text-decoration:none;}
	U.TITLEBOLDsml2{color:#15AED4; font-size:14; font-family:arial; text-decoration:none;line-height=18pt;}	

	u.content{color:white; font-size:14; font-family:arial; text-decoration:none;line-height:18px;}
	u.content2{color:white; font-size:12; font-family:arial; text-decoration:none;line-height:16px;}


	a.sml:visited {color: blue;
			font-size:12;
			font-family:Arial;
		   text-decoration:none;
			
		}
	a.sml:link {color: blue;
		font-size:12;
		font-family:Arial;
		text-decoration:none;
		}

	a.sml2:link {color: blue;
		font-size:12;
		font-family:Arial;
		text-decoration:none;
		}
	a.sml2:visited {color: blue;
		font-size:12;
		font-family:Arial;
		text-decoration:none;
		}


/* ------------------------------ COMMON TO ALL PAGES -----------------------*/
body
{
background-image:url('imgs/brownbrick.jpg');
text-align:center
}

#outerbox
{
width:1000px;
position:float;
background-image:url('imgs/tablebknd.jpg');
margin-left:auto;
margin-right:auto;
text-align:center;
}

#brownspacerbox
{
width:940px;
height:25px;
position:float;
background-image:url('imgs/tablebknd.jpg');
text-align:left;
}

#mainframe
{
width:940px;
position:float;
background-color:white;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#logobanner
{
width:940px;
position:float;
background-color:green;
text-align:left;
}

#menubanner
{
width:940px;
position:float;
text-align:left;
background-color:black;
}


/*------------------------------- COMMON TO THE MAIN PAGE -----------*/




#contentareamain
{
width:940px;
height:485px;
background-image:url('imgs/skbknd1.jpg');
position:float;
text-align:left;
}


#leftinnercolumn {
 float:left;
 width:263px;
 background-color:transparent;
}
#centerinnercolumn {
 float:left;
 width:648px;
 background-color:transparent;
 text-align:center;
}

#rightinnercolumn{
 float:left;
 width:29px;
}



/*------------------------- COMMON TO SUBPAGES ----------------------*/


#subtitlearea
{
width:940px;
height:50px;
position:float;
text-align:left;
}


#contentareasubpages
{
width:940px;
height:485px;
background-image:url('imgs/subpagebknd.jpg');
position:float;
text-align:left;
}

#leftinnercolumnsub {
 float:left;
 width:100px;
 background-color:transparent;
}
#centerinnercolumnsub {
 float:left;
 width:740px;
 background-color:transparent;
 text-align:center;

}

#rightinnercolumnsub{
 float:left;
 width:100px;
}

#fullcontentarea
{
width:940px;
background-image:url('imgs/blackbknd.jpg');
text-align:center;
}


/* ------------------------SLIDE SHOW ON SUBPAGES --------------*/

/*
		 * Required 
		*/
		.container { width:600px; height:400px; overflow:hidden; position:relative; cursor:pointer; }
		.slides { position:absolute; top:0; left:0; }
		.slides > div { position:absolute; top:0; width:600px; display:none; }
		/*
		 * Optional
		*/
		#loopedSlider,#newsSlider { margin:0 auto; width:600px; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:0; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; color:white;font-family:arial; font-size:16;text-decoration:none}
		ul.pagination li.active a { background:green; color:white;text-decoration:none;font-family:arial; font-size:16 }







/* ----------------------- SLIDE SHOW ON THE MAIN PAGE -------------*/

#slider {
    width: 620px; /* important to be same as image width */
    height: 430px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 620px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width:620px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


