/* body */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

/* links */


A:active {
	color: #32337b;
	text-decoration: none;
}

A:link {
	color: #32337b;
	text-decoration: none;
}

A:visited {
	color: #32337b;
	text-decoration: none;
}

A:hover {
	color: #32337b;
	text-decoration: underline;
}

/* layout */
#frame {
	width: 750px;
	padding: 0px 0px;
	text-align: left;
	margin: 10px auto;
}

#contentleft {
	width: 166px;
	float: left;
}

#contentcenter {
	width: 442px;
	float: left;
	background: #FFFFFF;
	color: #000000;
}

#contentright {
	width: 142px;
	float: right;
}
	
#contentheader {
	background: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#nav {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: ##F7F7F7;
}

/* headers */	
h1 {
	margin: 10px 10px 10px 10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 20px;
	color: #cc0000;
}

h2 {
	margin: 10px 10px 10px 10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #333366;
}

h3 {
	margin: 10px 10px 10px 10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #333366;
}

/* text */
.xlrgtxt { 
	font-family: verdana;
	font-size: 18px;
}

.lrgtxt { 
	font-family: verdana;
	font-size: 16px;
}

.medtxt { 
	font-family: verdana;
	font-size: 12px;
}

.smltxt { 
	font-family: verdana;
	font-size: 10px;
}

.xsmltxt { 
	font-family: verdana;
	font-size: 9px;
}

/* colours */
.gold { 
	color: #ffcc33;
}

/* fix png in ie */
img {
   behavior: url("pngbehaviour.htc");
}

/* misc */
p,pre {
	margin: 10px 10px 10px 10px;
}

.prs {
	margin: 20px 20px 20px 20px;
	font-family: verdana;
	font-size: 32px;
	font-weight: bold;
	color: black;
}

.sqrpic {
	margin: 0px 10px 10px 10px;
	border: 1px solid #000000;
}

.thmpic {
	cursor: pointer;
}

