
img.logo
{
	float: left;
	height: 110px;
	width: 110px;
}

a.skip-nav
{
	text-decoration: none;
}

a.nav-links-middle
{
	margin-left: 1%;
	color: Blue;
	font-family: Verdana;
}

a.nav-links-left
{
	margin-left: 3%;
	color: Blue;
	font-family: Verdana;
}

div.date
{
	text-align: right;
	width: 83%;
	color: #990033;
	font-size: smaller;
	font-family: Verdana;
}

div.header-bar
{
	background-color: #990033;
	width: 80%;
	margin-left: 5%;
	margin-top: 0;
	top: 0;
	font-family: Verdana;
	font-weight: bold;
	font-size: larger;
	color: #ECE9D8;
	word-spacing: 20px;
	letter-spacing: 5px;
}

div.policy-header
{
	background-color: #990033;
	margin-left: 5%;
	width: 80%;
	color: #ECE9D8;
	font-weight: bold;
	font-size: larger;
	font-family: Verdana;
	word-spacing: 20px;
	letter-spacing: 5px;
}

div.label
{
	margin-left: 8%;
	width: 60%;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
	border-bottom: solid, 30%, black;
	
}

/* Style: Event Name */

div.event-name
{
	margin-left: 8%;
	width: 60%;
	font-family: Verdana;
	font-weight: bold;
	font-size: larger;
	color: #990033;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2%;
	
}

div.event-name-print
{
	margin-left: 3%;
	width: 60%;
	font-family: Verdana;
	font-weight: bold;
	font-size: larger;
	color: #990033;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2%;
	
}

div.data
{
	margin-left: 8%;
	width: 60%;
	font-family: Verdana;
}

a.event-links
{
	color: blue;
	font-family: Verdana;
}

div.event-links
{
	margin-left: 5%;	
	color: White;
	font-family: Verdana;
	visibility: visible;
}

/* Error display label */

div.error
{
	margin-left: 8%;
	font-family: Verdana;
	color: Red;
}

div.policy-title
{
	margin-left: 5%;
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;
	text-decoration: underline;
}

div.policy-text
{
	margin-left: 5%;
	width: 60%;
	font-family: Verdana;
	font-size: smaller;
}

/* RCEP contact title */

div.rcep-contact-title
{
	margin: 5%;
	width: 85%;
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	border-top: solid;
	border-top-color: #990033;
}

/* RCEP contact text */

div.rcep-contact-text
{
	margin: 5%;
	width: 85%;
	font-family: Verdana;
	font-size: smaller;
	text-align: center;
	border-bottom: solid;
	border-bottom-color: #990033;
}

div.rcep-contact
{
	margin: 5%;
	width: 85%;
	font-family: Verdana;
	font-size: smaller;
	text-align: center;
	border-bottom: solid;
	border-bottom-color: #990033;
	border-top: solid;
	border-top-color: #990033;
}

