body {
	color: #999999;
	font-family: "Lucida Sans", sans-serif;
	font-size: 16px;
	background: #666666;
	text-align: center;
	margin: 0px;
}

.header {
	background: #3F3F3F none no-repeat center;
	width: 700px;
	height: 100px;
	background-image: url(/images/JulianHeaderGrey.jpg);
}

.content {
	margin: 0px auto;
	background: White;
	border-left: 10px solid Gray;
	border-right: 10px solid Gray;
	border-bottom: 10px solid Gray;
	width: 700px;
	display: inline-table;
	/*this is a mozilla/firefox hack to extend the div */
	min-height: 350px;
}

.left {
	width: 200px;
	text-align: left;
	float: left;
	margin: -30px 0px 0px 15px;
}

.name {
	margin: 0px 0px 0px 0px;
}

.overview {
	margin: 10px 0px 10px 0px;
}


.bodyText {
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	min-height: 350px;
	width: 400px;
	text-align: left;
	background: #fff;
}

.right {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 0px;
	width: 204px;
	height: 500px;
	margin: -26px 0px 0px 0px;
	background: url("../images/shd2.gif") no-repeat 0px 26px;
}

.RightSideNav {
	text-align: left;
	background: #fff;
	border-top: 10px solid #465050;
	border-left: 1px solid #E0E0E0;
	border-right: 0 none;
	border-bottom: 10px solid #465050;
	border-left-style: solid;
	border-right-style: none;
	line-height: 32px;
	padding-left: 32px;
	padding-bottom: 115px;
	padding-top: 30px;
	height: 135px;
}

.clearAll {
	clear: both;
	font-size: 2px;
}

.thumb_img {
	border: none;
	border-left-color: White;
}

.thumb_spacer {
	margin-top: -65px;
	margin-left: 43px;
}

.press {
	text-align: left;
}

.thumb_spacer2 {
	margin-top: -75px;
	margin-right: 30px;
}

.thumb_head {
	text-align: left;
	display: inline;
}

.thumb_head a {
	font-size: 15px;
}

.leftarrow {
	float: left;
	clear: left;

}


.rightarrow {
	float: right;
	clear: right;

}


.leftimage {
	float: left;
	clear: left;

}


.rightimage {
	float: right;
	clear: right;

}



.switchcontent {
	margin-left: 85px;
	background-color: Silver;
	border: thin solid #AACC00;
	font-size: 10px;
	font-weight: bold;
	color: #545654;
	padding: 4px;
	
	background: #fff;
	border-top: 10px solid #465050;
	border-left: 3px solid #E0E0E0;
	border-right: 3px solid #E0E0E0;
	border-bottom: 10px solid #465050;
	border-left-style: solid;
	border-right-style: solid;
	padding: 10px 3px 5px 3px;
	

}


.switchcontent a:link {
	text-decoration: none;
	color: #333333;
	background-color: Silver;
	

}



.switchcontent a:hover {
	text-decoration: underline;
	color: #333333;
	background-color: Lime;
	

}


