/* Style sheet used for primary layout control             */
/* Individual page elements are controled per page ON page */


/** Statndard Items **/
#ContentLayoutTable {
	/* Make sure column widths = ContentLayoutTable width! */
	width:754px;
	margin-top:20px;
	margin-right:13px;
	margin-left:10px;
	margin-bottom:20px;
}

.cMiddleMargin {
	background-color:#FFFFFF;
	width:10px;
	vertical-align: top;
}
.cCol1 {
	background-color:#FFFFFF;
	width:180px;
	vertical-align: top;
}
.cCol2 {
	background-color:#FFFFFF;
	width:554px;
	vertical-align: top;
}

/*** CUSTOM TO PAGE ITEMS ///////////////////////////////////////////////////// ***/
.tNavHeader {
	background-color:#669ACC; 
	width:180px; 
	height:25px; 
	text-align:left;
	vertical-align: top;
}

.tNavHeaderText {
	color:#FFFFFF; 
	font-family:Arial; 
	font-size:12px; 
	font-weight:bold; 
	padding-top:5px;
	padding-left:10px;
}

.tTextArea {
	background-color:#E9F0F8; 
	width:180px; 
	height:400px; 
	text-align:left;
	vertical-align: top;
	border-right:2px solid #669ACC;
	border-left:1px solid #669ACC;
}
.tLink {
	color:#00326D;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}
.tLink:hover {
	color:#F58136;
	text-decoration:none;
}
.tLinkSelected {
	color:#00326D;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.tLinkSelected:hover {
	color:#F58136;
	font-weight:bold;
	text-decoration:none;
}
.tLI { list-style-image: url("../aaImages/template/tNav_li.gif"); } 

.tLISelected { list-style-image: url("../aaImages/template/tNav_li_expanded.gif"); }



