/* greg judelman, css code  */

/* page layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 4px;
	border-top-color: #BFBFBF;
	border-top-style: solid;
	width: 100%;
	height: 99%;
	background-color: #FFFFFF;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

/*
#topStripe {
	height: 4px;
	background-image: url(media/topStripe.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
*/

/*
.bodyBg {
	background-image: url(media/bgRotate/rotate.php?img=indexBg03.jpg);
}
*/

#container {
	width: 860px;
/*	margin-right: auto;		*/
/*	margin-left: auto;		*/
}

#logo   {
	height: 160px;
	width: 225px;
	background-image: url(../media/logoStripe03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#header {
	line-height: 14px;
	height: 160px;
}

#nav {
	height: 100px;
	margin-left: 250px;
}

#subNav {
	height: 80px;
	width: 200px;
	margin-top: 29px;
	float: left;
	clear: left;
	padding-left: 25px;
	line-height: 14px;
}

#subNavList {
	margin-left: 0px;
	float: left;
}

#subNavList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	float: none;
}

#subNavList li {
	list-style-type: none;
	font-size: 11px;
	color: #808080;
	margin-left: 0px;
}

.navBox  {
	height: 97px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	background-image: url(../media/navBg.jpg);
}

#content {
	margin-left: 250px;
	width: 599px;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 17px;
	margin-top: 25px;
}

.backArrow {
	font-size: 14px;
	width: 25px;
	float: left;
}

.grid {
	width: 599px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.textColumnLeft {
	width: 275px;
	float: left;
	margin: 0;
	padding-left: 25px;
}

.textColumnRight {
	margin-left: 25px;
	width: 195;
	float: left
}

.textColumnTitle {
	color: #CC4040;
}

.descriptionText {
	font-size: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E5E5E5;
	margin-left: 25px;
	padding-left: 10px;
	margin-top: 6px;
	width: 390px;
	font-weight: normal;
}

.indentedText {
	padding-left: 25px;
}

#footer {
	margin-left: 250px;
	margin-top: 40px;
	clear:both
}

#footer p {
	font-size: 9px;
}

.floatLeft {
	float: left;
}


/* formatting */

.navBox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	float: none;
}

.navBox li {
	list-style-type: none;
	font-size: 11px;
	color: #808080;
	margin-left: 25px;
}

.navTextTitle {
	font-weight: bold;
}

.navTextSlash {
}

.current {
	color:#CC4040;
	/* color:#DC6464; */
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	font-size: 16px;
	font-weight: normal;
	color: #CC4040;
	padding-bottom: 2px;
}

#content h2 {
	margin-left: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #4D4D4D;
	padding-bottom: 0px;
}

#content h3 {
	margin-left: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #CC4040;
	padding-bottom: 2px;
}

#content h4 {
	margin-left: 25px;
	font-size: 11px;
	font-weight: normal;
	color: #CC4040;
}

#content p {
	font-weight: normal;
	margin-left: 25px;
	width: 405px;
}

.collaborators {
	font-style: italic;
}

a.border {
	display:block;
	width:280px;
	height:210px;
	border: 1px solid #D9D9D9;
}

a.border:hover {
	border: 1px solid #CC4040;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 275px;
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
	margin-bottom: 10px;
}


/* link styles */

#nav a:link, #nav a:visited, #nav a:active  {
	text-decoration:none;
	/* color:#B3B3B3; */
	color:#A6A6A6;
}

#nav a:hover  {
	text-decoration:none;
	color:#CC4040;
}

#subNav a:link, #subNav a:visited, #subNav a:active  {
	text-decoration:none;
	/* color:#A6A6A6; */
	color:#999999;
}

#subNav a:hover  {
	text-decoration:none;
	color:#CC4040;
}

#content a:link, #content a:visited, #content a:active  {
	text-decoration:none;
	/* color:#A6A6A6; */
	color:#999999;
}

#content a:hover  {
	text-decoration:none;
	color:#CC4040;
}

