body {
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
a {
	color: #000099;
}
a:hover{
	color: #993300;
}
h1, .heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000099;
}
h2, .heading2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000099;
}
.small {
	font-size:0.8em;
}

#header {
	background-image: url(images/headmid.jpg);
	height: 200px;
	min-width:800px;
}
#header .lft {
	background-image: url(images/headlft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 200px;
}
#header .lft .rt {
	background-image: url(images/headrt.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: right;
}

#menu-bar
	{
	margin: 0 auto;
	text-align:center;
	background-color: #E1E1FF;
	height:80px;
	background-image: url(images/menumid.gif);
	min-width:800px;
	}
#menu-bar .lft
	{
	background-image: url(images/menulft.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
	
	}
#menu-bar .lft .rt
	{
	height: 80px;
	background-image: url(images/menurt.gif);
	background-repeat: no-repeat;
	background-position: right;
	
	}
#content {
	background-color: #E1E1FF;
	background-image: url(images/tm.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-width:800px;

}
#content .tlf {
	background-image: url(images/tlf.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .tlf .trt{
	background-image: url(images/trt.gif);
	height: 24px;
	background-repeat: no-repeat;
	background-position: right top;
}
#content .mlf {
	background-image: url(images/mlft.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #e1e1ff;
}
#content .mlf .mrt {
	background-image: url(images/mrt.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-left:30px;
	padding-right:30px;
	padding-top:25px;

}
#content .bm {
	background-image: url(images/bm.gif); 
	background-repeat: repeat-x;
	background-position: bottom;
}
#content .bm .blf {
	background-image: url(images/blf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;

}
#content .bm .blf .brt {
	background-image: url(images/brt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 25px;

}
#revised {
	clear:both;
}
/*templateHome styling */
#news {
	width:250px;
	background-color:#ffffcc;
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-top-width: thin;
	border-left-width: thin;
	border-bottom-width: medium;
	border-right-width: medium;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	margin-right:10px;
}
#pc{
	width:250px;
	background-color:#ffffcc;
	float:right;
	padding-left:5px;
	padding-right:5px;
	border-top-width: thin;
	border-left-width: thin;
	border-bottom-width: medium;
	border-right-width: medium;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	margin-left:10px;
}

