*
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

body
{
	background-color: #eee;
}

a { color: darkblue; text-decoration: none;}
a:hover { text-decoration: underline;}


.main
{
	background-color: #fff;
	background-image: url(img/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 810px;
	font-size: 13px;
	margin: 0px auto 0px auto;
}

.main>div
{
	padding: 5px 10px 5px 10px;
	background-image: url(img/icecube2.gif);
	background-repeat: no-repeat;
	background-position: 577px 100%;
}

.main p
{
	padding: 5px 10px 10px 10px;
}

.main p.nopadside
{
	padding: 0 10px 0 10px;
}

.main p.nopad
{
	padding: 0;
}

.top, .bottom
{
	background-position: top center;
	background-repeat: no-repeat;
	width: 810px;
	height: 5px;
}

.top	{ background-image: url(img/top.gif); margin: 5px auto 0px auto; }
.bottom	{ background-image: url(img/bottom.gif);  margin: 0px auto 5px auto; }



.header
{
	background-color: #00ccff;
	background-image: url(img/headerbg.gif);
	background-repeat: repeat-x;
	width: 790px;
	height: 90px;
	margin: 0px 0px 0px 0px;
}
.header>div
{
	padding: 7px 0px 0px 10px;
}

.topimg
{
	background-image: url(img/topimg.jpg);
	height: 175px;
	width: 790px;
	margin: 5px 0px 0px 0px;
}

.menu
{
	width: 790px;
	height: 40px;
	background-color: #00aeda;
	background-image: url(img/menubg.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin: 5px 0px 0px 0px;
}

.menu>a
{
	display: block;
	float: left;

	text-decoration: none;
	color: #fff;

	padding: 0px 15px 0px 15px;
	height: 40px;
	border-right: 1px solid #008eba;
	border-left: 1px solid #22accf;
}

.menu>a.sel
{
	background-image: url(img/menubg-red.gif);
	border-right: 1px solid #a84545;
	border-left: 1px solid #c45050;

}

.menu>a:hover
{
	background-color: #10beea;
	background-image: url(img/menubg-light.gif);
}

.menu>a.sel:hover
{
	background-image: url(img/menubg-red.gif);
}

.menu>a>span
{
	display: block;
	padding-top: 11px;
	font-size: 14px;
	font-weight: bold;
}

.menu>#menuend
{
	display: block;
	float: left;
	height: 40px;
	border-left: 1px solid #22accf;
}

.page
{
	margin: 0px;
	min-height: 400px;
}

.main>div>.footer
{
	background-color: #00aeda;
	background-image: url(img/menubg.gif);
	height: 18px;
	width: 790px;
	margin: 5px 0px 0px 0px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}

.main>div>.footer>div
{
	padding-top: 2px;
}

#newsbox
{
	float: right;
	margin: 5px 15px 5px 20px;
	padding: 0 5px 0 20px;

	width: 270px;
	border-left: 2px solid #008bda;
}


h1
{
	font-size: 1.7em;
	margin-bottom: 10px;
}

#newsbox h1
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

#newsbox h2
{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
#newsbox h3
{
	font-size: 0.95em;
	font-weight: normal;
	text-align: right;
}

#newsbox .footer
{
	color: #000;
	text-align: right;
	padding: 2px;
	margin-bottom: 15px;
}

#newsbox p
{
	padding: 5px;
}

#newsbox a { text-decoration: none; color: #000; }
#newsbox .footer>a:hover { text-decoration: underline; }

#contacttable
{
	width: 100%;
}

#contacttable input[type="text"], #contacttable textarea
{
	width: 95%;
	padding: 1px;
	font-size: 12px;
	border: 1px solid #008bda;
}

#msgbox
{
	position: absolute;
	top: -1000px;
	left: -100px;
	width: 210px;
	display: none;
}

#msgbox #msgboxcontent
{
	margin: 7px 5px 3px 20px;
	min-height: 22px;
}

.brandheader
{
	margin-top: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 790px;
	height: 55px;
	overflow: hidden;
}

#chuheader { background-image: url(img/chu_header.gif); }
#mguheader { background-image: url(img/mgu_header.gif); }
#gbheader  { background-image: url(img/gb_header.gif);  }
#vgheader  { background-image: url(img/vg_header.gif);  }
#mrheader  { background-image: url(img/mr_header.gif);  }
#bruheader { background-image: url(img/bru_header.gif); }
#ipuheader { background-image: url(img/ipu_header.gif); }

.newsheader
{
	margin: 10px;
	background: #ddd;
	padding: 5px;
}

.newsimg
{
	margin: 0px 10px 10px 10px;
}

.image_comment
{
	font-size: 0.9em;
	font-style: italic;
	padding: 0 2px;
	text-align: center;
}
.article
{
	border-bottom: 1px dotted #008bda;
	margin: 0 10px 15px 10px;
	padding-bottom: 5px;
}

.article .date
{
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

dl
{
	text-align: left;
	padding: 10px;
}

dl p { margin: 0px; padding: 5px 0px 0px 0px; }
dl dt { font-weight: bold; border-bottom: 2px solid #008bda;}
dl dd { padding: 0px 0px 5px 15px; }

.pp
{
	background-color: #00aeda;
	background-image: url(img/menubg.gif);
	height: 18px;
	margin: 1px;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
}

.bul
{
    border-bottom: 2px solid #008bda;
    margin-left: 10px;
    margin-right: 10px;
}

.justbul
{
    border-bottom: 2px solid #008bda;
}

.marg
{
    margin-left: 10px;
    margin-right: 10px;
}

.clear { clear: both; }

.l { text-align: left;    }
.r { text-align: right;   }
.c { text-align: center;  }
.j { text-align: justify; }

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

.fr { float: right; }
.fl { float: left; }

.sm { font-size: 0.8em; }

.mt5  { margin-top: 5px; }
.mt10 { margin-top: 10px; }

.pad5 { padding: 5px; }

.pre { white-space: pre; }

.err { font-weight: bold; color: #f00; }
.req { color: #d00; line-height: 1.4em; margin-left: 2px;}

.large_image
{
	width:352px;
	height:242px;
	float:right;
}

.subtitle
{
	text-align:left;
	font-weight:bold;
	margin-top:8px;
}

.title
{
	text-align:left;
	font-weight:bold;
	margin-top:8px;
	font-size:16px;
}

.para
{
	margin: 4px 8px 0 8px;
}

.smallpara
{
	margin: 4px 8px 0 8px;
	font-size:9px;
}

.para_big_gap
{
	margin: 16px 8px 0 8px;
}

.media_image
{
	border:1px solid black;
}

.image_comment
{
	font-style: italic;
	font-size:10px;
	font-weight:normal;
	color:#909090;
	text-align: justify;
	margin: 0 auto;
	padding-left:8px;
	padding-right:8px;
}


.IMG_FLOAT_LEFT
{
	float:left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	text-align:left;
}

.IMG_FLOAT_RIGHT
{
	float:right;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	text-align:right;
}


.IMG_FLOAT_CENTER
{
	padding-top: 4px;
	padding-bottom: 8px;
	width:100%;
	text-align:center;
}

.pages_link
{
	float:left;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	padding-left:2px;
	padding-right:2px;
}



.review_li
{
	margin-left:0;
	margin-bottom:2px;
}

.clearer
{
	clear: both;
	line-height: 0;
	height: 0;
	overflow:hidden;
	font-size:1px;
}
