body		{ 
		font-family:time romain, arial;
		background-color: white;
		}

.clear 		{
		clear: 		both;
		}

.floatLeft 	{ 
		float:	Left;
		width: 330px;
		padding: 5px;
		margin-right: 10px;
		margin-left: 5px;
		}

.floatRight	{ 
		float:	right;
		width: 330px;
		padding: 5px;
		margin-right: 5px;
		margin-left: 10px;
		}

h1		{ 
		color:		#000080;
		font-size:	28px;
		font-weight:	bold;
		text-align:	center;

		}

h2	{ 
		text-align:	center;
		font-weight:	bold;
		font-size:	14px;
		color:		#57001a;
	}

#innerContainer {
			width: 710px;
			margin-left: 50px;
			}

p	{ 
		text-align:	left;
		font-size:	12px;
		color:		black;
	}	

#pageBorder 	{
		background-image: url(../bg/headerStyle2.gif);
		background-position: top center;
		background-repeat:	no-repeat;
		background-color: white;
		width: 				800px;
		height:				100%;
		margin-top:			10px;
		margin-left:		auto;
		margin-right:		auto;
		border-style:		none;

		}




	





