﻿
/* Common Configuration
----------------------------------------------------------------------------------------- */

#mainContainer 
{
	
	margin: 0% auto 0% auto;
	width: 1003px;
	position: relative;
	text-align: left;
}
#mainContainer p
{
		/*line-height:normal;*/
		/*margin-top:10px;*/
}



#deptImageWidget 
{
	float:left;
	width: 780px;
	margin-top: -10px;
}
#spanish
{
	float:right;
	border:none;
	text-decoration: none;
}

#leftColBG ul li
{
margin-left:20px;
font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height:1.5;
	/* color: #939393; */
	margin-bottom:10px;
}
#leftColBG ol li
{
margin-left:20px;
font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height:1.5;
	/* color: #939393; */
	margin-bottom:10px;
}
#threeColBG ul li
{
margin-left:20px;
font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height:1.5;
	/* color: #939393; */
	margin-bottom:10px;
}
#threeColBG ol li
{
margin-left:20px;
font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height:1.5;
	/* color: #939393; */
	margin-bottom:10px;
}
#rightColBG ul li
{
margin-left:20px;
font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height:1.5;
	/* color: #939393; */
	margin-bottom:10px;
}
#rightColBG ol li
{
margin-left:20px;
font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height:1.5;
	/* color: #939393; */
	margin-bottom:10px;
}

/* Columns Layout
----------------------------------------------------------------------------------------- */


#threeColBG
{
	padding-top:10px;
	background:url(../images/threeColBg.png) repeat-y;
	width: 1003px;
}

#leftColBG
{
	padding-top:10px;
    background:url(../images/leftColBg.png) repeat-y;
	width: 1003px;
	height:100%;
	overflow:auto;
}

#rightColBG
{
	background:url(../images/rightColBg.png) repeat-y;
	width: 1003px;
	height:100%;
}

#noColBG
{
	width: 1003px;
	height:100%;
	background-color: #FFFFFF;
	margin-top: -0px;
}

#noColBG2
{
	width: 1003px;
	height:100%;
	background-color: #ffffff;
	margin-top: -3px;
}

#leftColumn
{
	float:left;
	width: 213px;
}

#rightColumn
{
	float: right;
	width: 215px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#rightColumnRight
{
	float: right;
	width: 200px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}


#threeColumnContent
{
	margin-left:215px;
	margin-right:225px;
	padding-left: 5px;
	padding-right: 5px;
	
}

#leftColumnContent
{
	margin-left:215px;
	width:750px;
	padding-top:5px;
	padding-left: 10px;
	padding-right: 10px;

}

#rightColumnContent
{
	background-color: #FFFFFF;
	margin-right:235px;
	padding-left: 5px;
	padding-right: 0px;
}

#noColumnContent
{
	padding-left: 5px;
	padding-right: 5px;
	margin-top:2px;
	/*height:600px;*/

}


/* Two Column News CSS
------------------------------------------------------------------------------------ */

#mainContainer 
{
margin: 0% auto 0% auto;
width: 1003px;
position: relative;
text-align: left;
height: 100%;
}

#newsPan
{
background: url(../images/news_pan.jpg) no-repeat;
height: 215px;
width: 1003px;
}

#twoColBG
{
float: left;
background: #FFFFFF;
width: 1003px;
height: 100%;
}

#leftCol
{
float: left;
width: 655px;
padding: 5px 40px 10px 5px;
margin: 0;
}

#rightCol
{
float: right;
width: 289px;
padding: 5px 5px 10px 5px;
margin: 0;
}
#mainContainerFullWidth 
{
margin: 0% auto 0% auto;
width: 1003px;
position: relative;
text-align: left;
height: 100%;
}
    
