 @charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:0;
}
	
h1 {
	font-size:20px;
	color:#F00;
}

h2 {font-size:14px; color:#006600;}

h3 {font-size:12px; color:#006600;}

a:link {color:#006600; text-decoration:underline;}

a:visited {color:#006600; text-decoration:underline;}

a:hover { color:#000000; text-decoration:none; font-weight:bold;}

a:active {
	color:#006600;
	text-decoration:underline;
	text-align: right;
}

.breadcrumbs {font-size:10px; color:#000;}

.breadcrumbs a {font-size:10px; color:#000;}

.menu {font-size:11px; color:#006600; font-weight: bold;}

.bodytext {font-size:10px; color:#006600; line-height:14px;}

.bodytext13 {font-size:13px; color:#006600;}

.bodytextbiglinks { font-size:15px; color:#006600;}

.bodytextred { font-size:15px; color:#FF0000;}

.bodytextbiglinks a:hover { font-size:15px; background-color:#006600; color:#FFF;}

.smallbeigedisplaybox {
color:#006600;
letter-spacing:1px;
font-size:15px;
font-weight:bold;
width: 250px; 
border: 1px #006600 solid; 
background-color:#fcfae9; 
padding-top:5px; 
padding-right:5px; 
padding-bottom:5px; 
padding-left:5px; 
margin-left:1px;
}

.smallbeigedisplaybox a {
	text-decoration:none;
}
.smallbeigedisplaybox a:hover {
	background-color:#006600;
	color:#FFF;
}

.footer {
	margin-top:100px;
}


a.screen, a.screen:visited {
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:620px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:3px solid #666; /* add a border */
left:0; /* position:the image */
top:-330px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:422px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}



a.red, a.red:visited {
color:#c00;
position:relative; 
z-index:1;
font-weight:bold;
}
a.red b {
position:absolute;
visibility:hidden; /* hide the image */
width:500px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:3px solid #666; /* add a border */
left:0; /* position:the image */
top:-330px;
}
a.red:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.red:hover b {
visibility:visible; /* make the image visible */
height:442px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.red:hover b img {
border:0; /* remove the link border */
}



a.snippet, a.red:visited {
color:#c00;
position:relative; 
z-index:1;
font-weight:bold;
}
a.snippet b {
position:absolute;
visibility:hidden; /* hide the image */
width:227px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:3px solid #666; /* add a border */
left:0; /* position:the image */
top:-330px;
}
a.snippet:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.snippet:hover b {
visibility:visible; /* make the image visible */
height:314px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.snippet:hover b img {
border:0; /* remove the link border */
}






a.nominationconformation, a.red:visited {
position:relative; 
z-index:1;
}
a.nominationconformation b {
position:absolute;
visibility:hidden; /* hide the image */
width:500px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:3px solid #666; /* add a border */
left:0; /* position:the image */
top:-330px;
}
a.nominationconformation:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.nominationconformation:hover b {
visibility:visible; /* make the image visible */
height:442px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.nominationconformation:hover b img {
border:0; /* remove the link border */
}

