﻿.container
{
	/* left: 150px; */
	position: absolute;
	left: 50%;
	top: 103px;
	margin-left: -480px;
	width : 951px;
	height: auto;
}


.content
{
	background-color : #FFFFFF;
	background-image: url(../layout/content/images/content_background_repeat_951px.gif);
	background-repeat: repeat-y;
	width : 951px;
	height : auto;
	overflow : hidden;
}


.pagegreeting
{
	font-family: Arial;
	font-style: italic;
	color: #666666;
	font-size: 14pt;
	line-height: 28px;
}


.pageheadline
{
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
}


.pagesubheading
{
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}


.pagecontent
{
	width: 550px;
	margin-top: 0px;
	margin-bottom :  0px;
	margin-left: 98px;
	margin-right: 0px;
	padding-top: 150px;
	padding-bottom : 50px;
	padding-left: 13px;
	padding-right: 0px;
	font-family : arial;
	color : #666666;
	font-size : 9pt;
	height : auto;
	font-weight : normal;
	line-height : 11pt;
}

.pagebreadcrumb
{
    width: 540px;
    text-align:right;
}

.leftpanel
{
	 margin-top : 0px;
	 margin-bottom : 0px;
	 margin-left : 0px;
	 margin-right : 0px;
	 padding-top : 150px;
	 padding-bottom : 0px;
	 padding-left : 0px;
	 padding-right : 0px;
	 font-family : arial;
	 color : red;
	 font-size :12pt;
	 height : auto;
	 float : left;
}
	
	
#leftbanner
{
	position: absolute;
	left: 0px;
	top: 140px;
}
	
	
#banner
{
	position: absolute;
	left: 43px;
	top: 140px;
}




/**************************/
/* right panel */
/**************************/	


.rightpanel
{
	position: absolute;
	left: 727px;
	top: 234px;
	height: 400px;
	width: 208px;
	
	/* background-color: green; */
}

	
.rightpanel A:LINK , .rightpanel A:VISITED
{    
  font-family : arial;
  font-size : 9pt;
  text-decoration : none;
  color : #CCCCCC;
  font-weight : bold;
}


.rightpanel A:HOVER 
{
  font-family : arial;
  font-size : 9pt;
  text-decoration : underline;
  color : #CCCCCC;
  font-weight : bold;
} 	
	
	
/**************************/
/* right panel top title  */
/**************************/	
	
	
.uppertitle
{
	padding-left: 17px;
	display:block;
}


/******************************/
/* right panel bottom title */
/******************************/

.lowertitle
{
	padding-left: 17px;
	display:block;
	margin-top: 40px;
}

.lowertitlefirstarrow
{
	
}

.lowertitlefirstlink
{
	padding-left: 17px;
}

.subnavWrapper
{
    display: block;
    padding-top: 10px;
}

.subnavLink
{
    background: transparent url(rightpanel/images/img_sidebar_arrow.gif) no-repeat left center;	
    display: -moz-inline-block;
	display: inline-block;
}

a.subnavLink
{
    padding-left: 18px;
}

.subnavLinkImg
{
     padding-left: 18px;
}

.guidelines
{
    font-style: italic;
}


ul
{
    margin-top: 0;
    padding-top: 0;
}



.top
{
    display:block;
    text-align: right;
    border-bottom: dotted 1px #ddd;
}
.top a
{
    font-size:10px;
}
