/* Main styling
---------------------------------------------------------------------------------------------------*/

	html,body {
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
}


/* link styling
---------------------------------------------------------------------------------------------------*/

a:link { 
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	color: #FFFFFF; 
	text-decoration: none; 
}
a:hover { 
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: underline; 
}
a:active { 
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}

a.blue:link { 
	font-family: Verdana;
	font-size: 70%;
	line-height: 1.2em;
	color: #6699cc;
	text-decoration: none;
}
a.blue:visited {
	font-family: Verdana;
	font-size: 70%;
	line-height: 1.2em;
	color: #6699cc; 
	text-decoration: none; 
}
a.blue:hover { 
	font-family: Verdana;
	font-size: 70%;
	line-height: 1.2em;
	color: #6699cc;
	text-decoration: underline; 
}
a.blue:active { 
	font-family: Verdana;
	font-size: 70%;
	line-height: 1.2em;
	color: #6699cc;
	text-decoration: none;
}

/* Layout styling
---------------------------------------------------------------------------------------------------*/

	#frame {
	width:100%;
	align:center;
}

	#contentholder {
	width:710px;
}

	#rightcolumn {
	width:710px;
	height:330px;
	margin-top:50px;
	padding:10px;
	background-color: #6699cc;
}

	#rightwrapper {
	width:710px;
	height:330px;
	background-color: #ffffff;
}	

	#logowrapper {
	width:710px;
	height:268px;
	background-color: #ffffff;
}
	
	#textwrapperblue {
	width:700px;
	height:30px;
	padding:5px;
	background-color: #6699cc;
}	
	#textwrapperwhite {
	width:700px;
	height:12px;
	padding:5px;
	background-color: #ffffff;
}


/* Typography styling
---------------------------------------------------------------------------------------------------*/

	.bodycopy {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 70%;
	line-height: 1.2em;
}

.bodycopyblue {
	font-family: Verdana;
	color: #6699cc;
	font-size: 70%;
	line-height: 1.2em;
}

	.bodycopybold {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 1.2em;
	font-weight:bold;
}

