body {
	margin : 0;
	padding : 0;
	background-color : #ffffff;
	background-image: url('../images/pmi_uny_bg_with_header.jpg');
	background-repeat: repeat-x;
	color : #000000;
}

p, ul, ol, li, td, hr {
	font : 10pt Verdana,Arial,geneva,helvetica;
}

/* Indent */
.indent {margin-left: 50px;}

table {	border : 0px solid red; }

h1 {font : 14pt Verdana, Arial, Helvetica, geneva;}
h2 {font : 11pt Verdana, Arial, Helvetica, geneva;}

a:link, a:visited, a:active { color: blue; }
a:hover { color: #ffffff; background-color: #5c89bd;  }

#main {
	text-align: left;
	border: solid 0px green;;
}

#header {
	position : absolute; 
	display: none;
	left : 0;
	width : 750px;
	height : 300px;
	margin-left : 0px;
	margin-top : 0px;
	background-color: transparent;
	background-image: url('../images/pmi_pictures_header.jpg');
	background-repeat: no-repeat;
	padding: 0;
	border: 0;
	z-index: 20;
}

#container {
	position : relative;
	top : 0px;
	left : 0;
	margin-top: 145px;
	margin-bottom: 20px;
	width : 770px;
	background-color: transparent;
	color : #000000;
	z-index: 30;
	border : 1px solid white; 
}

#content {
	position : relative;
	float: left;
	left : 0;
	width : 460px;
	margin-left : 25px;
	margin-top : 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ffffff;
	color : #000000;
	z-index: 30;
	border : 1px solid white; 
}

#content h1, #content h2, #sidebar2 h1, #sidebar2 h2 {
	color : #000066;
	margin-top: 4px;
} 

#sidebar1 {
	position : relative;
	/*display: none; */
	float: left;
	left : 0;
	width: 110px;
	/*height: 200px; */
	margin-left : 5px;
	margin-top : 0px;
	/*background-color: transparent;
	background-image: url('../images/sidebar_plaza.jpg');
	background-repeat: no-repeat; */
	z-index: 90;
	border : 1px solid white; 
}

#sidebar2 {
	position : relative;
	float: left;
	left : 0;
	width: 225px;
	/*height: 400px;*/
	margin-left : 25px;
	margin-top : 0px;
	padding: 0px;
	/*background-color: #CCCCCC;
	background-image: url('../images/sidebar_plaza.jpg');
	background-repeat: no-repeat;*/
	z-index: 90;
	border : 1px solid white; 
}

#footer {
	position : relative;
	text-align: center;
	bottom : 0px;
	vertical-align: bottom;
	left : 0;
	/*height: 130px;*/
	/*margin-top: 370px;*/
	margin-left : 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url('../images/footer.gif');
	background-repeat: repeat-x;
	background-position: top;
	color : #000000;
	z-index: 10;
	/*border : 1px solid orange; */
}

#footer p {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
.smalltext {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.sidebarheading {
	font-weight: bold;
	color: white;
	margin: 7px;
	padding: 4px;
	background-color: #5c89bd;
	/*background-image: url('../images/footer.gif');
	background-repeat: repeat-x;
	background-position: bottom;*/
	/*border: 1px solid gray;*/
	}

.sidebartext {
	font-weight: normal;
	margin: 7px;
	padding: 4px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*border: 1px solid gray;*/
	}

.sidebarbox {
	background-color: #9ebed5;
	margin: 7px;
	border: 1px solid gray;
	}

.sidebarboxdarkblue {
	background-color: #9ebed5;
	margin: 7px;
	border: 1px solid gray;
	}

.sidebarboxlightblue {
	background-color: #c2e4eb;
	margin: 7px;
	border: 1px solid gray;
	}

.centertopbox {
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align:text-top;
	background-color: #ffffff;
	border: 1px solid white;
	}

.centerbox {
	margin: 7px;
	padding: 4px;
	border: 1px solid gray;
	background-color: #eeeeee;
	}

.sidebarbackground {
	background-color: white;
	/*border: 1px solid white;*/
	}

table#links {
	width: 90%;
	margin-left : 20px;
	padding: 5px;
	background-color: transparent;
}

.flow {
	float: right;
	clear: right;
	margin: 0px 1.25em 0px 0px;
	/* border : 1px solid #3399FF; */
}

#navigation1 {
	position : absolute;
	left : 0;
	width : 130px;
	margin-left : 30px;
	margin-top : 240px;
	color : #000000;
	padding : 10px;
	z-index: 99;
}

