body		{
		background-color:	white;
		}

#content	{
		position:		absolute;
		top:			120px;
		left:			90px;
		width:			570px;
		margin-left:		100px;
		padding:		10px;
		padding-right:		0px;
		background-color:	white;
		line-height:		1em;
		border-left:		1px gray groove;
		}

#footer		{
		width:		300px;
		height:		30px;
		margin-top:		30px;
		font-family:	Verdana, Serif;
		font-size:		10px;
		line-height:	1.3em;
		}

#navbarcont	{
		position:		absolute;
		top:			75px;
		left:			0px;
		width:			770px;
		background-color:	rgb(50,50,50);
		margin:			0px;
		padding:		0px;
		border:			1px gray solid;
		color:			white;
		font-family:		Verdana;
		font-size:		10px;
		}

#navbar ul	{
		margin:		0px;
		padding:		0px;
		list-style:		none;
		color:		white;
		}

#navbar li	{
		margin:			0px;
		padding:		2px;
		padding-left:		5px;
		padding-right:		12px;
		border-left:		1px red solid;
		color:			white;
		display:		inline;
		}

#navbar a	{
		color:			white;
		}

#navbar a:hover	{
		background-color:	red;
		color:			white;
		}

#sidenavcont	{
		position:		absolute;
		top:			150px;
		left:			0px;
		width:			155px;
		background-color:	rgb(190,190,190);
		margin:			0px;
		padding:		0px;
		color:			white;
		font-family:		Verdana;
		font-size:		11px;
		border:			1px #222222 solid;
		border-left:		none;
		}

#sidenav ul	{
		position:		absolute;
		top:			0px;
		left
		}

#sidenav li	{
		display:		inline;
		text-align:		left;
		width:			135px;
		height:			45px;
		padding:		2px 0px 2px 1px;
		line-height:		30px;
		}	

#sidenav li a	{
		color:			black;
		}

#sidenav li a:hover	{
		background-color:	rgb(150,150,255);
		color:			black;
		}
			

#logo		{
		position:		absolute;
		top:			0px;
		left:			10px;
		}


#pic1		{
		position:		absolute;
		top:			2px;
		left:			363px;
		border:			1px gray solid;
		}

#pic2		{
		position:		absolute;
		top:			2px;
		left:			465px;
		border:			1px gray solid;
		}

#pic3		{
		position:		absolute;
		top:			2px;
		left:			567px;
		border:			1px gray solid;
		}

#pic4		{
		position:		absolute;
		top:			2px;
		left:			669px;
		border:			1px gray solid;
		}

#sidepic1	{
		position:		absolute;
		top:			286px;
		height:			125px;
		width:			175px;
		left:			396px;
		border:			1px gray solid;
		}


#sidepic2	{
		position:		absolute;
		top:			451px;
		height:			125px;
		width:			175px;
		left:			396px;
		border:			1px gray solid;
		}

#sidepic3	{
		position:		absolute;
		top:			614px;
		height:			125px;
		width:			175px;
		left:			396px;
		border:			1px gray solid;
		}

a		{
		color:			maroon;
		}
		
a:hover 
		{
		color:Maroon;
		}
		
	

p.title		{
		font-family:		Verdana, Serif;
		font-size:		17px;
		color:			maroon;
		text-decoration:	underline;
		}

p.content	{
		font-family:		Verdana, Serif;
		font-size:		11px;
		margin-right:		200px;
		text-align:		justify;
		}

p.SubSection    {
		font-family:		Verdana, Serif;
		font-size:		13px;
		font-weight:		bold;
		color:			blue;
		margin-right:		200px;
		}

p.IndentTitle	{
		font-family:		Verdana, serif;
		font-size:		11px;
		font-weight:		bold;
		color:			black;
		margin-left:		30px;
		margin-right:		200px;
		}

p.IndentContent	{
		font-family:		Verdana, Serif;
		font-size:		11px;
		margin-left:		30px;
		margin-right:		200px;
		text-align:		justify;
		}
	
#bullet ul	{
		font-family:		Verdana, Serif;
		font-size:		11px;
		margin-right:		200px;
		text-align:		justify;
		}
	
.bold  {
		font-weight:		bold;
		}

table		{
		font-family:		Verdana, Serif;
		font-size:		11px;
		margin-right:		200px;
		text-align:		justify;
		width:			325px;
		border-spacing:		0px;
		}

th		{
		background-color:	blue;
		color:			white;
		}
