

/* Presentation Stylesheet */ 
#navigation {
width: 200px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #FF0000;
}
#navigation li a:link, #navigation li a:visited {
font-size: 100%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #FF0000;
border-right: 1px solid #FF0000;
background-color: #FFFFFF;
color: #0D2B88;
text-decoration: none;
}
#navigation li a:hover	{
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #0D2B88;
	border-right: 1px solid #0D2B88;
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
	}
h1 {
	font-family: Tahoma, Arial, sans serif;
	font-size: 21px;
	font-weight: bold;
	color: #FF0000;
	}

h2 {
	font-family: Tahoma, Arial, sans serif;
	font-size: 18px;
	font-weight: bold;
	color: #0D2B88;
	}
h4 {
 margin:0; 
 padding: 5px 0;
 }
p {
	font-family: Tahoma, Arial, sans serif;
	font-size: 12px;
	}

p.small {
	font-family: Tahoma, Arial, sans serif;
	font-size: 9px;
	}
p.first {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 }
img	{
	border: 0;
	}
img.left	{
	float: left;
	margin: 0 20px 0 0;
		}
img.right	{
	float: right;
	margin: 0 0 0 20px;
	}
.topNav	{
	font-family: Times New Roman, Tahoma, sans serif;
	font-size: 15px;
	font-weight: bold;
	color: #0D2B88;
	text-decoration: none;
	padding-right: 10px;
	border-right-color: #FFFFFF;
	}
a:hover
	{
	color: #FF0000;
	text-decoration: none;
	}
a	{
	border: 0px;
	text-decoration: none;
	}
.small	{
	font-face: Tahoma, Arial, sans serif;
	font-size: 9px;
	color: #003399;
	}
li		{
	font-family: Tahoma, Arial, sans serif;
	font-size: 12px;
	}
li.center	{
	font-family: Tahoma, Arial, sans serif;
	font-size: 12px;
	left-margin: 50px;
	}
td		{
	font-family: Tahoma, Arial, sans serif;
	font-size: 12px;
	}
div.background
  {
  width: 500px;
  height: 250px;
  background: url(Images/background_tryout.jpg) repeat;
  border: 2px solid black;
  }
div.transbox
  {
  width: 400px;
  height: 180px;
  margin: 30px 50px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
  }
div.transbox p
  {
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
  }
