a:link { color: #CC3333; font-weight: bold; text-decoration: none}
a:hover { color: #CC3333; font-weight: bold; text-decoration: underline} 
a:active { color: #CC3333; font-weight: bold; text-decoration: underline} 
a:visited { color: #666666; font-weight: bold; text-decoration: underline} 

/* Block-level Positioning */

#left160 {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height:600px;
}
#right600 {
	position:absolute;
	left: 160px;
	top: 0px;
	width: 600px;
}
#logo {
	position:relative;
	width: 210px;
	height: 100px;
}
#language { 
	position: absolute;
	top: 75px;
	left:680px;
	width: 40px;
	height:25px;
}
#navbar {
	position:relative;
	height: 25px;
	width: 600px;
}
#mainContent {
	position:relative;
	padding: 5px 0px 0px 5px; /* top right bottom left */
	width: 595px;
}
#backTo {
	position:relative;
	margin: 0px 0px -5px 0px; /* top right bottom left */
}
#section160R {
	position:relative;
	float:right;
	width: 160px;
	margin: 0px 5px 10px 5px; /* top right bottom left */
	background-image:url(/format/bkg160.gif);
	background-repeat:no-repeat;
}
#section300R {
	position: relative;
	float: right;
	margin: 0px 5px 10px 5px; /* top right bottom left */
	width: 300px;
	height: 600px;
}
#section595 {
	position:relative;
	top: 10px;
	width: 595px;
	background-image:url(/format/bkg595.gif);
	background-repeat:no-repeat;
}

/* Standard Tags */

body {
	margin-top: 0px;
	background-image: url(/format/courtyard-bkg.gif);
	background-repeat:no-repeat;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1 {
	font-size: 1.8em;
	color: #333333;
	font-weight: bold;
	font-style:italic;
	text-indent: 5px;
	margin-bottom: -10px;
}
h2 {
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
	font-style:italic;
	text-indent: 5px;
	margin-bottom: -10px;
}
h3 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	text-indent: 5px; 
	margin-bottom: -10px;
} 
h4 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	text-indent: 5px; 
	background-image: url(/format/greylines16.gif);
	margin-bottom: -10px;
}
.bodytext {
	text-indent: 5ex;
}
.fineprint {
	font-size: 10px;
}
.extrabold {
	font-size: 120%;
	font-weight: bold;
}
.subheading {
	font-size: 75%;
}
