/*Base styles*/
body {
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

.finePrint {
	font-size: 9pt;
}

.mediumPrint {
	font-size: 11pt;
}


img {
	border: none;
}

a,a:visited {
	color: #000;
}

a img {
	margin: 0px;
	padding: 0px;
}

#pageWrapper {
	width: 801px;
	padding: 0px 10px;
}

/*Header Styles*/
#header {
	margin-bottom: 10px;
}

#header a {
	margin: 0px;
}

#header #languagesMenu a {
	margin: 0px 10px;
}

#header #languagesMenu {
	float: right;
	clear: right;
	width: 50%;
	text-align: right;
	margin: 10px 0px 0px;
}

#header #headerLogo {
	float: left;
}

#header #bottomMenu {
	clear: both;
	white-space: nowrap;
}

#header #topNav {
	float: right;
	margin-top: 10px;
}

#header img {
	border: none;
	margin: 0px;
}


/*Main content*/
h1 {
	margin-top: 0px;
	font-size: 24px;
}

h2,h3,h4,h5,h6 {
	margin: 10px 0px 2px;
	font-size: 12px;
}

.boxHead {
        margin: 10px 0px 2px;         
        font-size: 17px;
        font-weight: bold;
        font-family: Arial Narrow;
        color: #FCFCFC
        
}

.sectionHead {
        margin: 10px 0px 2px;         
        font-size: 20px;
        font-weight: bold;
}



.titleLine {
        margin: 10px 0px 2px;         
        font-size: 20px;
        font-weight: bold;
}

#leftNav {
	background-color: #f1f1fd;
	width: 140px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

#leftNav a {
	display: block;
	margin: 5px 0px;
}
#leftNav #nonMenuItems a{
display:inline;
color:#FF0000;
font-weight:bold;
}
#leftNav #nonMenuItems div{
margin-top:10px;
}
#rightContent {
	float: left;
	width: 600px;
}

#rightMainImg {
	float: right;
	margin: 0px 0px 10px 10px;
}

#aslImg {
	display: block;
}

/*common page layouts*/
#pageBanner {
	background: url("/images/IP_TopBanner.gif") no-repeat;
	width: 789px;
	height: 56px;
	color: #fff;
	font-size: 24px;
	font-family: Arial;
	padding: 10px 30px; 
	margin-bottom: 20px;
}

#pageText {
	position: relative;
	font-size: 12px;
}

.roundedBox {
	background-color: #c9e2f8;
	position: relative;
	padding: 15px;
}

.roundedBox .ulImg {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px !important;
}

.roundedBox .urImg {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px !important;
}

.roundedBox .brImg {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px !important;
}

.roundedBox .blImg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px !important;
}

/*Footer*/
#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
	padding-top: 10px;
}

/*Utilist styles*/
.clearDiv {
	clear: both;
}


