body {
	margin: 0;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	}
	
/*TITLE*/
#title {
	color: black;
	font-family: "Garamond";
	background-image: url(images/title5.jpg);
	background-repeat: no-repeat;
}

/*NAVIGATION sidebar sidebar sidebar*/
#sidebar {
	width: 153px;
	color: #5F5FBD; /*lighter blue*/
	font-family: "trajan pro", "copperplate gothic light", "chaparral pro";
	margin: 0 0 0 5px;
	padding: 0;
	font-size:1.0em;
}

#sidebar a {
	color: #F5BB30; /*orange*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#sidebar li {
	display: block;
	padding-bottom: 1px;
/*	background:    url(images/dash.gif) repeat-x left bottom;*/
}

#sidebar a {
	display: block;
	padding: 10px 0 10px 32px;
	margin: 0;
	text-decoration: none;
}

#sidebar a:hover, #sidebar .active a {
	background: #5F5FBD url(images/orange.gif) no-repeat 3px 50%;
}

										
/*BODY*/
#body {
	position: absolute;
	top:166px;
	width: 590px;
	left:190px;
	font-size: 12px;
	font-family: "geneva","arial", "helvetica";
	line-height: 135%;
}

#body table {
	line-height: 135%;
	font-size: 13px;
}

#body blockquote {
	text-indent: 1.5em;
	padding-top: 2px;
	margin-top: 2px;
} /*paragraphs indented*/

#body ul {
	color: #666666;
}

#body p {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 3px;	
}

div.p1 {
	background-image: url(images/p1bgcolor.jpg);
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 15px;
	height: 230px;
}

div.p2 {
	background-image: url(images/p2bgcolor.jpg);
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom:3px;
	height: 440px;
}

div.p3 {
	background-image: url(images/p3bgcolor.jpg);
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom:8px;
	line-height: 19px;
	height: 230px;
}

div.p4 {
	background-image: url(images/p4bgcolor.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom:8px;
	line-height: 19px;
	height: 440px;
	width: 270px;
}

div.rtcolumn {
	font-size: 0.8em;
	margin-top: 15px;
	line-height: 190%;
}


h1 {font-family: "geneva","arial", "helvetica"; /*blue*/
	color: #6666CC;
	white-space: pre;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 17px;
}

h2 {font-family: "geneva","arial", "helvetica"; /*blue*/
	color: #6666CC;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 1.3em;
}

h3 {color: #F3B044; /*orange header*/
	Font-family: "geneva","arial", "helvetica", sans-serif;
	margin-top: 15px;
	margin-bottom:0;
	font-size: 1.2em;
}

table h3 {
	color: #F3B044; /*orange header*/
	Font-family: "geneva","arial", "helvetica", sans-serif;
	margin-top: 15px;
	margin-bottom:0px;
	font-size: 15px;
}

h4 {color: #00aeed;
	font-size: 115%;
	margin-bottom: 0px;
	padding-top: 3px;
}

div.footer {
	position:absolute; 
	vertical-align:bottom; 
	width: 643px; 
	left: -4px; 
	height: 52px;
	background-image: url(bgimages/footer2.gif);
}

div.indent {
	text-indent: -18px;
	padding-left: 20px;
}

div.center {
	text-align: center;
}



/*LINK COLORS*/

h1 a {
	color: #F3B044;
	text-decoration: none;
	font-family: "geneva","arial", "helvetica"; 
}

h1 a:hover {
	color: navy;
	background-color: #CCCCFF;
	font-weight: bold;
	/*padding-left: 5px;
	padding-right: 2px;*/
	text-decoration: underline;
}

div.headerp {
	color: #99CC99;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

div.headerp a {color: #F3B044;
	text-decoration: none;	
}

div.headerp a:hover {color: navy;
			background-color: #C1E1C1;
			text-decoration: underline;
}

div.princeton {color: #0052A5;
			font-size: 18px;
			font-weight: bold;
			padding-bottom: 10px;
			font-family: "geneva","arial", "helvetica", sans-serif;
			
}

div.princeton a {color: #0052A5;
	text-decoration: underline;	
}

div.princeton a:hover {color: #339999;
			text-decoration: underline;
}

div.imglink {background-color:#CCCCCC;
}
		
div.color {color: #C3E6BF;
		
			
}

#body a:hover, focus, active {
	font-weight: bold;
	color: navy;
}
	
#body a {
	color: blue;
	text-decoration: underline;
}	
	

