/*
 * Note the images are referenced relative to the css URL position. 
 * But because we support multiple style sheets, the images used 
 * in the style sheet are kept in the same folder.
 */
body {
	padding: 0;
	margin: 0;
	background:#fff url(images/bck_tile.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#header {
	height:89px;
	width:770px;
	font-size: 10px;
	/*
	background:transparent url(images/hdrRightbck.jpg) no-repeat right;
	*/
	font-weight: bold;
	padding: 0px;
}
#header a{
	font-weight: bold;
	color:#0090d8;
	text-decoration: none;
}
#header a:hover{
	font-weight: bold;
	color:#000066;	
	text-decoration: none;
}
#header .leftcolumn {
	float:left;
	width:113px;
	height:62px;
	background-image: url(images/logo-beta.jpg);
}
#header .rightcolumn {
 	float:right;
	width: 400px;
	margin: 0 10px;
	display: inline;
	text-align: right;
	padding: 1em 0em 0em 0em;
	margin-top: 20px;
}
#headerPOP {
	height:62px;
	width:503px;
	font-size: 10px;
/*
	background:transparent url(images/hdrRightbck02.jpg) no-repeat right;
*/
	font-weight: bold;
	padding: 0px;
}
#headerPOP .leftcolumn {
	float:left;
	width:113px;
	height:62px;
	background-image: url(images/logo-beta.jpg);
}
#headerPOP .rightcolumn {
 	float:right;
	width: 400px;
	margin: 0 10px;
	display: inline;
	text-align: left;
	padding: 1em 0em 0em 0em;		
}

#welcome{
	font-size: 15px;
	color: #595959;
	padding-bottom: 0px;
	background-color: #ededed;
	border: 1px solid #dddddd;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	width: 611px;
}

#wrap {
	MARGIN: 0px auto;
	WIDTH: 770px;
	TEXT-ALIGN: left;
}
#main-content {
	FLOAT: left;
	MARGIN: 0;
	WIDTH: 445px;	
	display:inline;
	font-size: 11px;
}
#main-contentPOP {
	margin: 0;	
	border: 0;
	font-size: 11px;	
}
.contentPOPpadding{
	padding-top: 1em;
	padding-right: 10px;
	padding-left: 10px;	
}

#popupBody h1 {
	margin: 0;
	padding: 0;
	display: inline;
}

#popupBody div.scrolling {
	border: 1px solid #A7A7A7;
	overflow: auto;
	height: 225px;
	width: 480px;
	bottom: 1em;
	position: absolute;
}

#popupBody {
	background: #FFF url(images/bck_tile01.gif) repeat-x scroll right top;
	height: 438px;
}

#home,
#devmain-content {
	FLOAT: left;
	MARGIN: 0;
	WIDTH: 618px;
	margin-left:151px;
	display:inline;
	font-size: 11px;
}
#devmain-content a {
	font-size: 11px;
	color: #003399;
	text-decoration: underline;
}

#devmain-content a.inactve {
	color: #999999;
}

#devmain-content a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

#devmain-content hr {
	width: 618px;
}

#sub-content {
	FLOAT: left;
	WIDTH: 155px;
	margin-left:10px;
}
#devsub-content {
	FLOAT: left;
	WIDTH: 1px;
}
#navigations {
	FLOAT: left;
	WIDTH: 150px;
	margin-left:-770px;
}

#navigations2 {
	FLOAT: left;
	WIDTH: 150px;
}

#footer {    /* provides background image */
	clear:both;
	width:800px;
	height:38px;
	/*
	background: url(images/ftr_tile.gif) repeat-x;
	color: #FFF;
	*/
	margin-bottom: 10px;
	margin-top: 5px;
	border-top: 1px solid #AAA;
}
#ftrlft {   /* Left start image */
	width:100%;
	height:38px;
	background: transparent url(images/ftr_lft.gif) no-repeat left;	
}
#ftrmid {   /* content and ending image */
	font-size: 11px;
	text-align: center;
	padding: 0;		
	line-height: 35px;
	height: 38px;
	background: transparent url(images/ftr_rt.gif) no-repeat right;
}
#ftrmid a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding: 0em 0.5em 0em 0.5em;
}
#ftrmid a:hover {	
	color: #000;	
}

#footer-left {
	font-size: 9px;	
	float: left;
	margin-top: 20px;
}

#footer-left a {
	color: #000000;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
}

#footer-left a:hover {
	color: #101010;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
}

#footer-right {
	font-size: 9px;
	float: right;
	margin-top: 10px;
}
