/* CSS Document */

body {
	font: 9pt/13pt Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;

}

form {
	margin: 0px;
	padding: 0px;
}

a {
	/*color: #5484AF;
	font-weight: bold;
	text-decoration: none;*/
	color:#456D90;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	/*color: #AB5252;
	font-weight: bold;
	text-decoration: underline;*/
	color:#AB5252;
	text-decoration: underline;

}

h1, h2, h3, h4, h5, h6 {
	color: #456D90;
	padding: 0px;
	margin:0px;
}

h1, h2 {
	text-align: center;
	font-size: 16pt;
	line-height:18pt;	
}

ul.arrowBullet {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.arrowBullet li {
	background: url(../media/images/siteContent/bullet_arrow_blue.gif) no-repeat 0em .45em;
	padding-bottom: 0.8em;
	padding-left: 1.4em;
	background-position: .2em .4em;
	margin-left: 1.4em;
	font-size:9pt;
	font-weight:normal;
}


/* ---- Page Content Styles ---- */

.pagePadding {
	font: 9pt/13pt Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	padding: 20px;
}

.pagePadding td {
	font: 9pt/13pt Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

.noPaddingContainer {
	width: 588px;
	overflow: hidden;
}

/* ---- End Page Content Styles ---- */


.picCaption {
	font-size: 7pt;
	font-weight:bold;
	color:#000000;
	display: block;
	text-align:center;
	line-height:normal;
}

.picAuthor {
	font-size: 7pt;
	color: #999999;
	display: block;
	text-align:center;
	line-height:normal;
}

.author {
	font-size: 8pt;
	font-weight:bold;
	color:#999999;
	display: block;
	text-align: center;
	padding-top: 15px;
}

.mainLid {
	background: #456D90;
	height: 5px;
	border-top: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none #FFFFFF;
}

.mainContainer {
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;	
}

.pageLid
{
    background-color: #dedede;
    font-size: 10pt;
    font-weight: bold;
    border-right: #e3e3e3 1px solid;
    padding-right: 20px;
    background-position: left top;
    border-top: #e3e3e3 1px solid;
    padding-left: 20px;
    background-image: url(../media/images/page_lid_bg.jpg);
    padding-bottom: 5px;
    border-left: #e3e3e3 1px solid;
    padding-top: 5px;
    border-bottom: #e3e3e3 1px solid;
    background-repeat: repeat-x;
    color: #527d9f;
}

.pageBackGround
{
    background-position: right top;
    background-image: url(../media/images/rightCornerBG.jpg);
    background-repeat: no-repeat;
    margin-top: 2px;
    background-attachment: fixed;
}

.error
{
    color:#c32d2d;
}

/* Form Elements */

input, select 
{
   font-size: 9pt; 
}



/* // Allegretto Styles // */

.whiteDisplayText {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 15pt;
}

.AllegrettoHomeImageTile {
	background-image: url(../media/images/siteContent/Allegretto/allegretto_newhome2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* // End Allegretto Styles // */

/* // Special Page Styles // */

.whiteText {
	font: 9pt/13pt Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: justify;
}

.whiteText h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	padding: 0px;
	margin:0px;
}


/* // Special Page Styles // */

.newsTable 
{
    
}

.newsTable td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
}


.lasightBlue

{
	color: #456D90;
}