HTML
{
	height:					100%;
}

BODY
{
	background-image:		url(images/background.jpg);
	background-position:	left top;
	background-repeat:		no-repeat;
	background-color:		#47b9e3;
	margin-top:				0px;
	margin-bottom:			0px;
	height:					100%;
	
	font-family:			Verdana;
	font-size:				10pt;
	color:					#000000;
}

.MainWrapper
{
	margin:					auto;
	margin-top:				0px;
	width:					950px;
	height:					100%;
}

.Header
{
	position:				relative;
	height:					55px;
	width:					363px;
	margin-left:			44px;
	background-image:		url(images/logobg.jpg);
	background-position:	left top;
	background-repeat:		repeat-x;
	z-index:				1000;
}

.MainDiv
{
	background-image:		url(images/pctbg.jpg);
	background-position:	left top;
	background-repeat:		repeat-x;
	background-color:		#FFFFFF;
	position:			relative;
}

.MainDiv .Contact
{
	background-image:		url(images/contact.jpg);
	width:					162px;
	height:					48px;
	position:				absolute;
	top:					80px;
	right:					40px;
}

.MainDiv .Contact .Top,
.MainDiv .Contact .Bottom
{
	color:					#095078;
	padding-left:				10px;
	font-weight:				bold;
}

.MainDiv .Contact .Bottom A:link,
.MainDiv .Contact .Bottom A:hover,
.MainDiv .Contact .Bottom A:visited
{
	color:					#4a4949;
	text-decoration:			none;
}

/* MAIN DIV BACKGROUNDS */

.background_r
{
	background-image:		url(images/pcr.jpg);
	background-position:	right top;
	background-repeat:		repeat-y;
}

.background_tl
{
	background-image:		url(images/pctl.jpg);
	background-position:	left top;
	background-repeat:		no-repeat;
}

.background_tr
{
	background-image:		url(images/pctr.gif);
	background-position:	right top;
	background-repeat:		no-repeat;
}

.background_bl
{
	background-image:		url(images/pcbl.jpg);
	background-position:	left bottom;
	background-repeat:		no-repeat;
}

.background_br
{
	background-image:		url(images/pcbr.jpg);
	background-position:	right bottom;
	background-repeat:		no-repeat;
}

.Logo
{
	position:				absolute;
	top:					6px;
	left:					10px;
}

.Content
{
	padding-top:			100px;
	width:					100%;
	height:					670px;
}

/* LEFT SPACER CLASSES */

.LeftSpacer
{
	float:					left;
	background-image:		url(images/breadcrumbbg.png);
	background-repeat:		repeat-x;
	background-position:	left top;
	height:					48px;
	width:					14px;
	margin-top:				66px;
}

.LeftSpacer .Right
{
	background-image:		url(images/breadcrumbr.png);
	background-repeat:		no-repeat;
	background-position:	right top;
	height:					100%;
	width:					100%;
}


.LeftSpacer .Left
{
	background-image:		url(images/breadcrumbl.png);
	background-repeat:		no-repeat;
	background-position:	left top;
	height:					100%;
	width:					100%;
}

/* LEFT PANE CLASSES */

.LeftPane
{
	float:					left;
	width:					198px;
	height:					435px;
	background-image:		url(images/menubg.png);
	background-repeat:		no-repeat;
	background-position:	left top;
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’images/menubg.png’, sizingMethod=’scale’);
}

.LeftPane .MenuItems
{
	list-style-type:		none;
	padding-top:			50px;
	margin-left:			0px;
	padding-left:			0px;	
}

.LeftPane .MenuItems LI
{
	margin-left:			0px;
	margin-top:				1px;
	background-position:	left top;
	background-repeat:		no-repeat;
	width:					100%;
}

.LeftPane .MenuItems LI A
{
	display:				block;
	color:					#FFFFFF;
	text-decoration:		none;
	font-weight:			bold;
	font-size:				12pt;
	padding-top:			11px;
	padding-left:			10px;
	height:					31px;
}

.LeftPane .MenuItems .Item1
{
	background-image:		url(images/menuitem1.png);
}

.LeftPane .MenuItems .Item2
{
	background-image:		url(images/menuitem2.png);
}

.LeftPane .MenuItems .Item3
{
	background-image:		url(images/menuitem3.png);
}

.LeftPane .MenuItems .Item4
{
	background-image:		url(images/menuitem4.png);
}

.LeftPane .MenuItems .Item5
{
	background-image:		url(images/menuitem5.png);
}

.LeftPane .MenuItems .Item6
{
	background-image:		url(images/menuitem6.png);
}

/* RIGHT PANE CLASSES */

.RightPane
{
	float:					left;
	width:					734px;
	height:					560px;
}

.RightPane .TopContent
{
	height:					60px;
	width:					100%;
	font-size:				16pt;
	font-weight:			bold;
	color:					#21cb4d;
	padding-top:			6px;
}

.RightPane .TopContent .Text
{
	padding-left:			26px;
}

.RightPane .BreadCrumbs
{
	background-image:		url(images/breadcrumbbg.png);
	background-repeat:		repeat-x;
	background-position:	left top;
	height:					48px;
	width:					100%;
	margin-right:			2px;
}

.RightPane .BreadCrumbs .Right
{
	background-image:		url(images/breadcrumbr.png);
	background-repeat:		no-repeat;
	background-position:	right top;
	height:					100%;
	width:					100%;
}


.RightPane .BreadCrumbs .Left
{
	background-image:		url(images/breadcrumbl.png);
	background-repeat:		no-repeat;
	background-position:	left top;
	height:					100%;
	width:					100%;
}

.RightPane .PageName
{
	display:				block;
	padding-left:				20px;
	padding-top:				12px;
	font-weight:				bold;
	font-size:				16px;
	color:					#0f96da;
}

.MainContent
{
	padding-top:			10px;
	padding-left:			10px;
	padding-right:			20px;
}

/* FOOTER CLASSES */

.Footer
{
	clear:					both;
	text-align:				center;
	color:					#FFFFFF;
	width:					100%;
}
