body 		{ 
		font-family:		times romain, arial;
		background-color:	white;
		padding:			0px;
		margin:				0px;
	 	}
		
		
a {
color:black;
}


.floatLeft	{
		float:				left;
		width:				320px;
		height:				370px;
		border-style:		none;
		padding-top:		0px;
		text-align:			center;
		}

.floatRight	{
		float:				right;
		width:				320px;
		height:				370px;
		border-style:		none;
		text-align:			center;
		}

h1		{
		color: #000080;
		font-size:	18px;
		letter-spacing: 3px;
		}

#isiHeader {
			text-align: center;

			}

#isiHeader	a {
			font-size:		20px;
			color:			#006699;
			font-weight:	bold;
			text-decoration: underline;
			}

#isiHeader	a:hover{
			font-size:		20px;
			color:			black;
			font-weight:	bold;
			text-decoration: none;
			}

#innerPageBorder	{	
		width: 		720px;
		height:		380px;
		border-style: none;
		margin-left: auto;
		margin-right: auto;	
		padding-top: 10px;
		}

#innerContainer {
			width: 700px;
			margin-left: 50px;
			padding: 0px;

				}

li		{margin-left: -20px;}

p		{
		font-size: 12px;
		margin: 5px;
		text-align: left;
		}

#pageBorder 	{
		background-image: url(../bg/headerStyleISI.gif);
		background-position: top center;
		background-repeat:	no-repeat;
		background-color: white;
		width: 				800px;
		height:				1200px;
		margin-top:			10px;
		margin-left:		auto;
		margin-right:		auto;
		border-style:		none;

		}




