/* 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;
}


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

	#frame {
	width:700px;
}

	#logo {
	width:700px;
	float:left;
}

	#contentholder {
	width:700px;
}

	#leftcolumn {
	width:160px;
	float:left;
	padding-right:5px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #CC0099;
}

	#rightcolumn {
	width:520px;
	float:right;
	background-color: #663399;
}

	#rightwrapper {
	width:430px;
	padding:15px;
}	

	#titlewrapper {
	width:310px;
	margin-top:0px;
	margin-bottom:10px;
	height:23px;
}
	
	#imagewrapper {
	width:430px;
	margin-top:10px;
	margin-bottom:10px;
}	
	#imagewrapper2 {
	width:170px;
	margin-top:10px;
	margin-bottom:10px;
	float:right;
}


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

ul {
	list-style-type: disc;
	list-style-position: outside;
}

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

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