/* \*/
* html #ctlc, * html #ctrc {height: 1%;}
/* */

#ctlc, #ctrc { zoom: 1 }


#boxcontent
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 775px;
	;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}
 	
#content
	{
	clear: both;
	padding: 0px;
	}
	
#content_area {
	text-align: center;
	background-image: url(../images/content_bg_shading.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
}

#highlightarea {
	margin: 0px;
	width: 232px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 35px;
	height: auto;
}

#highlightarea .hlbox{
	margin-bottom: 8px;
}

#welcomearea {
	margin: 0px;
	width: 380px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 20px;
	float: right;
	text-align: left;
	clear: both;
	height: auto;
}
#welcomearea p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3c6c82;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
.text-purple {
	color: #67567c;
}
.text-gold {
	color: #9b7937;
}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#ctlc, #ctrc, #cblc, #cbrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#ctlc
	{
	background-image:url(../images/ctlc.gif);
	background-position: 0% 0%;
	}

#ctrc
	{
	background-image:url(../images/ctrc.gif);
	background-position: 100% 0%;
	}
	
#cblc
	{
	background-image:url(../images/cblc.gif);
	background-position: 0% 100%;
	}

#cbrc
	{
	background-image:url(../images/cbrc.gif);
	background-position: 100% 100%;
	}

#ctb, #cbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#ctb
	{
	background-image:url(../images/ctb.gif);
	background-position: 17px 0%;
	}

#cbb
	{
	background-image:url(../images/cbb.gif);
	background-position: 50% 100%;
	}
	
#crb
	{
	background-image:url(../images/cr.gif);
	background-position: 100% 17px;
	background-repeat: repeat-y;
	}

#clb
	{
	background-image:url(../images/cl.gif);
	background-position: 0% 17px;
	background-repeat: repeat-y;
	}
			
#boxfooter
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: right;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 745px;
	;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	}

#boxfooter p
	{
	color:#DBEAF3;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	line-height: 17px;
	}

#boxfooter a:link {
	text-decoration: none;
	color: #DBEAF3;
} 
#boxfooter a:visited {
	text-decoration: none;
	color: #DBEAF3;
} 
#boxfooter a:hover {
	text-decoration: underline;
	color: #224C5F;
} 
#boxfooter a:active {
	text-decoration: none;
	color: #DBEAF3;
} 
#box-iframe {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 1000px;
	;
	padding: 0;
}
