/* set the page background color and margins. */ 
body { margin: 0px; background-color:#EBECED;}

/* set the page font formatting. */
body, p, div, td {font-family: verdana; font-size: 9pt; color: #000000; }

/* default link colors */
a:link { text-decoration:none; color:#2b4d8a; }
a:visited { text-decoration:none; color:#2b4d8a; }
a:hover { text-decoration:none; color:#000000; }
a:active { text-decoration:none; color:#2b4d8a; }

/* set input, select and textfield elements sizes
.SMinput { width: 20px; }
.MDinput { width: 125px; }
.LGinput, select { width: 225px; }
.XLinput, select { width: 300px; }
.SMtext {width: 450px; height: 75px; }
.MDtext {width: 450px; height: 150px; }
.LGtext {width: 450px; height: 200px; }
.XLtext {width: 450px; height: 300px; } */


img {border:0;}

h1, h2, h3, h4, h5, h6 { font:bold 12pt  Arial, Helvetica, Times, serif; margin-top:0; display:inline;}

h1 {
	font:16pt Arial, Helvetica, Times, serif;
	color:#003798;
	display:inline;
}

h2 {
	font:normal 14pt Arial, Helvetica, Times, serif;
	color:#003798;
	display:inline;
}

#homeContainer {
	width:764px;
}

#homeLeft {
	width:242px;
	float:left;
	padding:14px 0px 0px 0px;
}

#homeDivider {
	width:20px;
	float:left;
	padding:14px 0px 0px 0px;
}

#homeRight {
	width:490px;
	float:left;
	padding-left:10px;
	padding:14px 0px 0px 10px;
}

.homeRightModule {
	width:235px;
	float:left;
	text-align:left;
}

.homeContent {
	width:225px;
	padding:2px 0 5px 11px;
}

.homeList { 
	line-height: 26px;
	color:#0066CC;
	width:225px;
	padding:2px 0 5px 11px;
}

#internalContainer {
	width:224px;
}

#internalContent {
	width:224px;
	float:left;
}

#internalRight {
	width:224px;
	padding:20px 0 0 10px;
}

.contentBlock {
	background:transparent url(../images/under-content-block.gif) no-repeat center top;
	width:224px;
	height:86px;
}

.clr {
	clear:both;
}

.footer {
	font-size: 11px;
	color: #2b4d8a;
	}
