body {  
	background-color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	position: relative;
        background-image: url('/v20/marble-background.jpg');
}

a:link, a:visited { 
	color: #333; 
	text-decoration: none; 
}
a:hover, a:active { 
	color: black; 
	text-decoration: underline; 
}

#site_header { 
	text-align: left;
	margin-left: 10%;
        padding-right: 3em;
        font-style: italic;
        color: #000;
}

h1 {
	font-size: xx-large; 
}

.content { 
	border-width: 5px;
	border-style: double solid solid double;
	border-color: black;
	border-radius: 7px;
	width: 50%;
	text-align: left;
	margin-left: 10%;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
	height: 20em;
	box-sizing: border-box;
        background-color: white;
}

.content h2, .content a, .call_to_action { 
	font-size: xx-large;
}

.content p.greetings {
    font-size: xx-large;
}

.page_icon { 
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 150px;
	z-index: 1;
}

.call_to_action { 
	border: 1px solid black;
	border-radius: 7px;
	background-color: black;
	color: white;
	font-weight: bolder;
	font-size: xx-large;
	padding: 1em;
	position: absolute;
	text-align: center;
	bottom: -1.5em;
	z-index: 2;
}

a.call_to_action:link, a.call_to_action:visited { 
	color: white; 
	text-decoration: none; 
}
a.call_to_action:hover, a.call_to_action:active { 
	color: brown; 
	text-decoration: none; 
	background-color: tan;
}

.sidebar { 
	float: right;
	width: 30%;
	background-color: transparent;
	position: relative;
	top: -5em;
	z-index: 2;
}

ul.nav { 
	list-style-type: none;
	padding: 0;
}

.nav li a {
	display: inline-block;
	background-color: lightgray;
	color: black;
	border-radius: 5px;
	border-top: 3px solid black; 
	border-left: 3px double black; 
	border-bottom: 1px dotted black;
	border-right: 1px dotted black;
	padding: 1em;
	margin: .25em 0;
	width: 90%;
	box-sizing: border-box;
	text-decoration: none;
}

.nav li a#unused-contest-link:link, .nav li a#unused-contest-link:visited  {
        background-image: url("/images/stars.png");
        background-position: -2em;
        background-repeat: space;
        background-size: 200px;
}

.nav li a:hover {
	color: brown;
	background-color: tan;
}

.secondary::before{ 
	content: "\A"; /* Line break */
    white-space: pre;
} 

a.ordinary_link {
	font-size: medium;
	text-decoration: underline;
}

#footer {
	font-size: xx-small;
	position: sticky;
	bottom: 0;
	clear: both;
}

.content {
	height: auto;
	padding-bottom: 5em;
}
.input-text {
	width: 100%;
}
.highlight {
	background-color: #FF9;        
}
#footer {
	padding-top: 5em;
	position: relative;
}