body
{
	background-image: url(images/bgslice.gif);
	background-repeat: repeat-y;
	color:#00FFFF;
	font-size:8px;
}
	
#title
{
	position:absolute;
	left:120px;
	top: 0px;
	height: 100px;
	width: 850px;
	z-index: 1;
}

#left
{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	height: 264px;
	background-image: url(images/bgmain.gif);
	background-repeat: no-repeat;
	z-index: 0;
}

#content
{
	position:absolute;
	left:130px;
	top: 120px;
	width: 850px;
	height: 400px;
	z-index: 1;
}

#menu
{
	position:absolute;
	left: 5px;
	top: 250px;
	width: 102px;
	z-index: 2;
}

.pagetitle 
{
	font-family: "Gill Sans MT";
	font-size: 43px;
	color: #C32D2E;
	font-weight: bold;
}

.subpagetitle 
{
	font-family: "Gill Sans MT";
	font-size: 18px;
	color: #835E01;
	font-weight: bold;
	text-align: right;
}

.subtitle 
{
	font-family: "Gill Sans MT";
	font-size: 24px;
	color: #835E01;
	font-weight: bold;
}

.subtitle-ul
{
	font-family: "Gill Sans MT";
	font-size: 24px;
	color: #835E01;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.quotetext 
{
	font-family: Calibri;
	font-size: 18px;
	color: #943634;
	font-style: italic;
}

.stdtext
{
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #C0504D;
}

.menuitem
{
	font-family: Calibri;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
}

.menuitem:active
{
	color: #C0504D;
	border-top: thin solid #999999;
	border-left: thin solid #999999;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;	
}

.menuitem:visited
{
	color: #666666;
}
	
.menuitem:hover
{
	color: #C0504D;
}

.tabletext 
{
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #C0504D;
	border: thin solid #666666;	
	padding: 5px;
}

.addresstext 
{
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #C0504D;
	text-indent: 50px;
	font-weight: bolder;
}


.emaillink 
{
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #C0504D;
	text-decoration: none;
}

.emaillink:visited
{
	color: #666666;
}
	
.emaillink:hover
{
	font-weight: bold;
}

.corpimglink 
{
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	padding-right:: 5px;
	background-color:#FFFFFF;
	vertical-align: middle;
}
	
.corpimglink:hover
{
	background-color:#C32D2E;
}

.border-rt-btm 
{
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
}

.border-btm 
{
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
}

.border-line
{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

.newsdate 
{
	font-family: Calibri;
	font-size: 18px;
	color: #943634;
	font-style: italic;
	padding-top: 10px;
}

