html, body
{
	height: 100%;
}

body
{
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(./images/cja-gradient.gif) bottom left fixed repeat-x;
}


body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
	font-family: verdana,helvetica,arial,sans-serif;
}

img {border: 0;}

h1#titletext
{
	display: inline;
}

h2
{
	font-size: 180%;
}

h3
{
	font-size: 125%;
}

div
{
	text-align: left;
}

ul
{
	margin: 20px 0px 0px 20px;
	padding: 0px;
}

li
{
	display: inline;
}

img#titlegraphic
{
	float: left;
}

div#nav
{
	color:#0066CC;
}

div#page
{
	z-index: 1;
	margin: 0px auto;
	background: #0066CC url(./images/cja-back.gif) repeat-y 50% 0;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding: 0px;
	width: 750px;
	height: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
}

html>body #page
{
	width: 750px;
	height: auto;
	min-height: 100%;
	position: relative;
}

div#title
{
	position: relative;
	color: #FFFFFF;
	background-color: #0066CC;

	/* for newer */
	min-height: 86px;
	/* for IE */
	height: expression('86px');
}

div#banner
{
	color: #FFFFFF;
	background-color: #0066CC;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #0066CC;
	text-align: center;
	font-size: 78%;
	font-style: italic;
	font-weight: bold;
}

div#menu
{
	float: left;
	margin: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #0066CC;
}

div#content
{
	z-index: 1;
	padding: 20px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	/* for IE */
	border-top: expression('0px solid #000');
	border-left: expression('0px solid #000');

	background-color: #FFFFFF;
	font-size: 80%;
	margin-left: 139px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 141px;
	color: #000000;
}

html>body #content
{
	margin-left: 141px;
}

* html #content {height: 1%; left: -3px; }


.detail
{
	font-weight: normal;
	font-size: smaller;
}

div.greybox
{
	border: 1px solid #000;
	background-color: #F3F3F3;
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	color: #000000;
}

div.advert
{
	border: 1px solid #000;
	background-color: #c30010;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 2;
	color: #FFFFFF;
}

.address
{
	vertical-align: top;
	padding-left: 20px;
}

.alert
{
	color: #FF0000;
	font-weight: bold;
}

div#footer
{
	position: absolute;
	bottom: 0;
	color: #FFFFFF;
	background-color: #0066CC;

	/* for IE */
	/*border-left: expression('1px solid #000');*/
	border-right: expression('1px solid #000');
	bottom: expression('-1');

	border-bottom: 2px solid #0066CC;
	text-align: center;
	font-size: 60%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#logos
{
	position: absolute;
	bottom: 0;
	/* for IE */
	bottom: expression('-1');

	z-index: 3;
	text-align: left;
	margin-left: 26px;
	padding-bottom: 22px;
}

img.logo
{
	border: 0px;
}

a:link, a:visited { background-color:transparent; text-decoration:none;}
a:active, a:hover  { background-color:transparent; text-decoration:underline;}

a.nav
{
	color:#0066CC;
}

a.event
{
	font-weight: bold;
	color:#0066CC;
}

a.menu
{
	display: block;
	font-size: 110%;
	font-weight: bold;
	color:#FFFFFF;
}