/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	margin: 10px;
	padding: 0px;
	background-color: #AEBBCC;
	font-size: 12px;
	text-align:center;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* for big titles */
h1{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
}

/* for hollowbar (schedual text) */
h2{
	font-size: 12px;
	color: #CCCCCC;
}


/* for subsection headings */
h3{
 font-size: 12px;
 color: #000000;
}

/* name tags (per FAQ) */
h4{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* small for return, top links*/
h5{
	font-size: 10px;
	color: #000000;
	text-align: center;
	font-weight: lighter;	
}

/* for white on black */
h6{
	font-size: 12px;
	color: #EAEAEA
}	

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {
	list-style-image: url(images/li.jpg);
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#container{
margin:0 auto;
text-align:left;
width:700px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#banner{
	width: 700px;
	height: 100px;
}

#banner2{
	width: 700px;
	height: 87px;
}

#navi{
	background-color: #000000;
	width: 100px;
	position: absolute;
}

#main{
	width: 700px;
	left: 110px;
	top: 113px;
}



/************* #Navi styles **************/

#hollowbar{
	color: #CCCCCC;
	padding: 10px;
	background-color: #71713D;
	text-align: center;
	font-size: 10px;
}


#hollowbar-AD a:link, #hollowbar-AD a:visited {
	color: #F3F3F3;
	font-weight: bold;
}

/************* #mainbar styles *************/

#mainbar{
	font-size: 12px;
	padding: 5px;
	color: #000000;
	background-color: #F2F2D3;
	background-image:url(images/tile2.jpg);
	text-align: center;
	background-repeat: repeat-x;
	border-color: #F2F2D3;
	border-width:3px;
	border-style: solid;
}

#mainbar a:link, #mainbar a:visited {
	color: #003399;
	font-weight: bold;
}

/************** .content styles ***************/

.welcome{
	background: url(images/background3.jpg) repeat-y center;
	padding: 10px 120px 15px 30px;
	font-size: 11px;
	border-top-color: #E9E9B6;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #F2F2D3;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}

.welcome img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 10px 10px;
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
}

.title{
	background: url(images/background3.jpg) repeat-y center;
	padding: 15px;
	font-size: 12px;
	border-bottom-color: #E9E9B6;
	border-bottom-style: solid;
	border-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}

.buttan{
	padding: 5px;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
}

.content{
	background: url(images/background3.jpg) repeat-y center;
	padding: 15px 120px 15px 23px;
	border-top-color: #E9E9B6;
	border-top-style: solid;
	border-width: 2px;
}



.news{
	background: url(images/background3.jpg) repeat-y center;
	padding: 15px 120px 15px 30px;
	border-top-color: #E9E9B6;
	border-top-style: solid;
	font-size: 11px;
	border-top-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.news2{
	background: url(images/background3.jpg) repeat-y center;
	padding: 15px 120px 15px 30px;
	border-top-color: #E9E9B6;
	border-top-style: solid;
	font-size: 15px;
	border-top-width: 2px;
	font-family:Book Antigua, Palatino Linotype, Arial Narrow;
}

.newshead{
	background: url(images/background4.jpg);
	padding: 0px 120px 0px 30px;
	border-bottom-color: #E9E9B6;
	border-bottom-style: solid;
	border-top-color: #E9E9B6;
	border-top-style: solid;
	font-size: 10px;
	border-top-width: 2px;
	border-bottom-width: 1px;
}

/************* .legal styles ***************/

.legal{
	font-size: 10px;
	color: #71713D;
	padding: 10px;
	text-align: center;
	background-color: #F2F2D3;
	background-image:url(images/tile2.jpg);
	background-repeat: repeat;
	border-top-color: #F2F2D3;
	border-top-style: solid;
	border-width: 4px;
}

.legal a:link, .legal a:visited {
	font-size: 10px;
	padding: 10px;
	color:#0000FF;
}


/***********************************************/
/* Unused                                      */
/***********************************************/


/*********** #navi styles ***********/

#navi ul a:link, #navi ul a:visited{
	display: block;
	color: #F6F6F6; 
}
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navi li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #navi li {border-bottom: none;}


/*********** #navilinks styles ***********/

#navilinks{
	font-size: 10px;
	font-weight: bold;
	color: #EAEAEA;
}

/***********************************************/
/* Ad Modes                          */
/***********************************************/


#skyscraper{
	background-color: #000000;
	position: absolute;
	left: 750px;
	top: 200px;
}
