/* CSS Document */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	margin:20px;
	padding:0;
	font-family:  Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#555555;
}
body, tbody {
	font-size:0.8em;

}
h1, h2, h3, h4, h5, h6 {
	font-size:1.1em;
	color:#147EC0;
}
a {
	color:#147EC0;
}
a:hover {
	text-decoration:none;
}
#container {
	width:707px;
}
#logo {
	height:48px;
	background:url('images/logo.png');
	background-repeat:no-repeat;
	position:relative;
}
#logo span {
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:1.1em;
	font-weight:bold;
}
#menu, #mainborder, #menu table td {
	border:1px solid #147EC0;
}
#menu {
	background:url('images/menubg.jpg');
	height:25px;
}
#menu table {
	height:25px;
	border:0;
}
#menu table td{
	border-top:0;
	border-bottom:0;
	border-left:0;
	margin:0;
	padding:0;
	font-size:1em;
}
#menu table td a {
	text-decoration:none;
	display:block;
	color:#147EC0;
	padding-left:12px;
	padding-right:12px;
	padding-top:5px;
	padding-bottom:4px;
	font-weight:bold;
}
#menu table td a:hover, #menu table td.hilight a {
	background:url('images/menubghover.jpg');
}
#mainborder {
	border-top:0;
	min-height:100px;
	background:url('images/mainbg.png');
	background-repeat: repeat-y;
}
html>body #mainleft img, html>body #mainleft .buttons{
	width:289px;
}
#mainleft {
	float:left;
	background-color:#0080C9;
	border-top:1px solid #FFFFFF;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.buttons {
	height:61px;
	width:288px;
	border-top:1px solid #FFFFFF;
}
.buttons a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:21px;
}
.button1 {
	background:url('images/button1.png');
}
.button1 a:hover {
	background:url('images/button1-hover.png');
}
.button2 {
	background:url('images/button2.png');
}
.button2 a:hover {
	background:url('images/button2-hover.png');
}
.button3 {
	background:url('images/button3.png');
}
.button3 a:hover {
	background:url('images/button3-hover.png');
}
.button4 {
	background:url('images/button4.png');
}
.button4 a:hover {
	background:url('images/button4-hover.png');
}
.buttons a h1 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
}
.buttons span {
	font-size:12px;
	margin-top:5px;
	display:none;
}
#mainright {
	background:url('images/textboxtop.png');
	background-repeat:no-repeat;
	margin-left:289px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	padding:10px;
	padding-top:0px;
}
h1.welcome {
	margin:0;
	padding-top:5px;
	padding-bottom:40px;
	font-size:1.7em;
}
.article {
	border-top:1px solid #147EC0;
	margin-top:5px;
}
.articleinner {
	padding:10px;
}
.article .articleinner div a {
	text-decoration:none;
	font-weight:bold;
}
.article .articleinner div p a {
	text-decoration:underline;
	font-weight:normal;
}
#gallerymain {
	margin:20px;
	border:1px solid #147EC0;
	padding:20px;
}
hr {
	border:0;
	color:#147EC0;
	background-color:#147EC0;
	height:1px;