body	{
		background: #989A66;
		}
	#container {
	width: 750px;
			border: 1px solid gray;

			margin: 10px;

			margin-left: auto;

			margin-right: auto;

			padding: 10px;

		}


	#container2 {
			width: 750px;
			border: 1px solid gray;

			margin: 10px;

			margin-left: auto;

			margin-right: auto;


			background-color: #C1C1C1;


		}

	#banner {	padding: 5px 0 5px 0;
			background-color: #000000;
		}

	#content {
	
			padding: 5px;

			background-color: #C1C1C1;
			background-image: url('../graphics/white2.jpg');
			background-repeat: repeat-x;


		}



	#sidebar-regular {

			height: 1150px;
			float: left;

			width: 190px;

			margin: 0;

			padding: 5px;

			background-color: rgb(235, 235, 235);

			background-color: #EEEEEE;
			background-image: url('../graphics/colbord.gif');
			background-repeat: repeat-y;

			}

	#sidebar-main {


			height: 550px;
			float: left;

			width: 190px;

			margin: 0;

			padding: 5px;

			background-color: rgb(235, 235, 235);

			background-color: #EEEEEE;
			background-image: url('../graphics/colbord.gif');
			background-repeat: repeat-y;

		}


	#footer {
			clear: both;
			padding: 5px;
			background-color: rgb(213, 219, 225);
			background-image: url('../graphics/colbord.gif');
			background-repeat: repeat-y;
			text-align: center;
		}
	.fulltext
		{
		font-size: 90%;
		text-align: right;
		padding-right: 5px;
		}
	.fulltext a:link { color: #ED3F07;}
	.fulltext a:hover { color: #ED3F07; text-decoration: underline overline; }
	.fulltext a:visited { color: #ED3F07; text-decoration: underline; }
	.fulltext a:active { color: #ED3F07; text-decoration: underline; }
	.text1	{
		padding: 8px;
		}

	.text2	{
		padding-right: 5px;
		margin-left: 290px;
		margin-right: 110px;
		}
	.text2 ul { padding-right: 5px; margin-left: 290px; margin-right: 110px;}
	.navtitle1{ text-align: right; margin: 0; font: small-caps 900 100% sans-serif;}
	.navtitle2{ text-align: right; margin: 0; font: small-caps 900 100% sans-serif;}
	.navtitle1 ul { list-style:none; padding:5px 70px 0 50px; }
	.navtitle1 li { display:inline; padding: 10px; }
	.navtitle2 ul { list-style:none; padding:5px 70px 0 50px; }
	.navtitle2 li { display:inline; padding: 10px; }

	.navtitle1 a:link { text-decoration: none; color:#FFFFFF; }
	.navtitle1 a:hover { text-decoration: none; color: #FFFFFF; background-color: #B2B2B2}
	.navtitle1 a:visited { text-decoration: none; color:#FFFFFF; }
	.navtitle1 a:active { text-decoration: none; color:#FFFFFF; }

	.navtitle2 a:link { text-decoration: none; color:#000000; }
	.navtitle2 a:hover { text-decoration: none; color: #FFFFFF; background-color: gray;}
	.navtitle2 a:visited { text-decoration: none; color:#000000; }
	.navtitle2 a:active { text-decoration: none; color:#000000; }

	#footer2{
		color: #FFFFFF;
		text-align: center;
		}

	#ipc{	padding: 5px;
		margin-top: 20px;
		text-align: center;
		float: right;
		background-color: #ffffff;
		width: 100px;
		height: 180px;
		background-image: url('../graphics/white3.jpg');
		background-repeat: repeat-x;
		}

/* TESTING */
.contentitemimg{
float: left;
margin: 20px 5px 5px 5px;
padding:5px;
background-color: #ffffff;
border:1px;
border-style: solid;
border-color: #ffffff;
}

.contentitemtext{
position: relative;
width: 195px;
}

	#colborderright{
      			background:url('../graphics/colbord2.gif') no-repeat right top;
			}