
body {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	
	background-color: #333333;
}


p {
	margin: 5px 0px 15px 0px;
}

hr {
	background-color: #dddddd;
	border: 0px;
	height: 2px;
}

img {
	border: 0px;
}

ul.list {
	list-style-type: disc;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 10px;
}



/******************* text and headers ********************/


h4, .h4 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	
	color: #000000;
}

h4 {
	display: inline;
}
	
.h4_sub {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 10px;

	color: #666666;
}


.t1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 14px;

	color: #000000;
}

.t1caption {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 11px;

	color: #666666;
}

h3, .h3 {
	font-family: Georgia, Times, Verdana;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;

	color: #003366;
}

h3 {
	display: inline;
}
	
.h3_sub {
	font-family: Georgia, Times, Verdana;
	font-size: 10px;
	line-height: 12px;

	color: #333333;
}



.t2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 14px;

	color: #000000;
}

h2, .h2 {
	font-family: Georgia, Times, Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;

	color: #003366;
}

h2 {
	display: inline;
}

.h2_sub {
	font-family: Georgia, Times, Verdana;
	font-size: 11px;
	line-height: 12px;

	color: #333333;
}




.t3 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 17px;

	color: #000000;
}

h1, .h1 {
	font-family: Georgia, Times, Verdana;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;

	color: #003366;
}

h1.withSub {
	margin-bottom: 2px;
}
h1 {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.h1_sub {
	font-family: Georgia, Times, Verdana;
	font-size: 12px;
	line-height: 12px;

	color: #333333;
}


.red {
	color: #cc0000;
}




#highlightArea .head {
	font-family: Georgia, Times, Verdana;
	font-size: 14px;
	line-height: 20px;

	color: #003366;
}

#highlightArea .sub {
	font-family: Georgia, Times, Verdana;
	font-size: 12px;
	line-height: 16px;

	color: #333333;
}









/********************* links ********************/

a, a.link {
	color: #003366;
	text-decoration: underline;
	
}

a:hover, a.link:hover {
	color: #6699cc;
	text-decoration: underline;
}

a.red {
	color: #cc0000;
	text-decoration: none;
}

a.red:hover {
	color: #cc0000;
	text-decoration: underline;
}	

a.breadCrumb {
	color: #6699cc;
	text-decoration: none;
}

a.breadCrumb:hover {
	color: #003366;
	text-decoration: underline;
}

a.footer {
	text-decoration: none;
	color: #666666;
}

a.footer:hover {
	color: #999999;
}

a.textSizeAdjust {
	color: #6699cc;
	text-decoration: none;
}

a.textSizeAdjust:hover {
	color: #003366;
	text-decoration: none;
}















/********************** layout components *********************/
#shell {
	position: relative;
	width: 980px;
	margin: 0px auto auto auto;	
}

#container {
	position: relative;
	width: 960px;
	padding: 10px;
	background-color: #ffffff;
}

	#content {
		position: relative;
		width: 960px;
		padding-top: 250px;
		overflow: hidden;
		z-index: 2;
		background-color: #ffffff;


	}


	#bannerContainer {
		position: absolute;
		top: 0px;
		left: 0px;
	
		width: 796px;
		height: 220px;
		z-index: 1;
	}

	#banner {
		position: absolute;
		top: 0px;
		left: 0px;
	
		width: 796px;
		height: 220px;
	
		z-index: 1;
	}
		#bannerImages {
			display: none;
		}

	#mainNav {
		position: absolute;
		bottom: 0px;
		right: 0px;
	
		width: 506px;
		height: 40px;
	
		z-index: 2;
	}




	#topRight {
		position: absolute;
		top: 0px;
		right: 0px;
	
		width: 154px;
		height: 220px;
	
		z-index: 5;
	}
		
		#topRight img {
			display: none;
		}



	#middleRight {
		position: absolute;
		top: 250px;
		right: 0px;
	
		width: 154px;
		height: 398px;
	
		z-index: 5;
	}



	#breadCrumb {
		position: absolute;
		top: 230px;
		left: 290px;

		font-family: Georgia, Times, Verdana;
		font-size: 11px;
		line-height: 11px;
	
		color: #666666;
	}

	#textSizeAdjust {
		position: absolute;
		top: 230px;
		right: 0px;
		width: 100px;
	
		text-align: right;

		font-family: Georgia, Times, Verdana;
		font-size: 11px;
		line-height: 11px;
	
		color: #000000;
	}


	#copyArea {
		position: relative;
		left: 290px;
		
		padding: 20px;
	
		border: 1px;
		border-color: #cccccc;
		border-style: solid;
	}

		#seo_buddy1 {
			padding: 0px 0px 20px 0px;
			border: 0px solid #ccc;
			border-bottom-width: 1px;
		}
		
		#seo_buddy2 {
			padding: 20px 0px 0px 0px;
			border: 0px solid #ccc;
		}


	#bottomLeft {
		position: absolute;
		bottom: 0px;
		left: 290px;

		width: 247px;
		height: 98px;
	}

	#bottomRight {
		position: absolute;
		bottom: 0px;
		left: 548px;

		width: 247px;
		height: 98px;
	}




	#worldsTop {
		padding-top: 20px;
		width: 275px;
		height: 79px;
	}
		#worldsTop img {
			float: right;
		}

	#logos {
		padding-top: 20px;
		width: 275px;
	}


#footer {
	width: 960px;
	position: relative;
	padding: 10px 10px 20px 10px;
	overflow: auto;
}

	#footerContent{
		font-family: Arial, Helvetica, Verdana;
		font-size: 10px;
		color: #666666;
	}

	#footerContent a:link, #footerContent a:active, #footerContent a:visited{
		padding: 5px;

	}





/********************** secondary nav *********************/

#secondaryNavContainer {
	position: absolute;
	top: 250px;
	left: 0px;
	
	width: 280px;
	z-index: 2;
}


#secondaryNav {
	position: relative;
	width: 105px;

	text-align: right;
	float: left;
}


#secondaryNav ul {
	margin: 0px;
	padding: 0px;
}


#secondaryNav li {
	width: 101px;
	list-style-type: none;

	margin: 0px 0px 0px 0px;
	padding: 1px;

	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	
	color: #000000;
	text-decoration: none;
	
	cursor: pointer;
}


#secondaryNav li.hover, #secondaryNav li.stick {
	width: 88px;
	margin: 0px 0px 0px 0px;
	padding: 1px 15px 1px 1px;
	
	color: #4385C7;
	text-decoration: none;
	
	background-image: url("../images/secondaryNavArrow.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#secondaryNav a {
	color: #000000;
	text-decoration: none;
}

#secondaryNav a.hover {
	color: #4385C7;
	text-decoration: none;
}








/********************** secondary sub *********************/


#secondarySubNav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
}


#secondarySubNav ul {
	margin: 0px;
	padding: 4px;
	width: 150px;
	
	border: 1px;
	border-color: #6699cc;
	border-style: solid;
	background-color: #fff;
}

#secondarySubNav li {
	list-style-type: none;

	margin: 5px 0px 5px 0px;
	padding: 2px 2px 2px 5px;
	width: 143px;
	
	font-family: Georgia, Times, Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #336699;
	text-decoration: none;
	
	cursor: pointer;
}

#secondarySubNav li.hover {
	background-color: #e0ebf5;
	cursor: pointer;
}

#secondarySubNav li.indent {
	width: 117px;
	padding: 2px 2px 2px 30px;
}

#secondarySubNav a {
	display: block;
	font-family: Georgia, Times, Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #336699;
	text-decoration: none;
}




