/*LAYOUT*/

#wrapper {
	margin: 0 auto 0 auto;
	width: 950px;
}
#header {
	width:950px;/*was 946 to allow for 2 pixel border*/
	text-align: left;
	float: left;
	height: 125px;
	/*border: solid #339900 2px;*/
}
#headerspacer {
	width:950px;
	float: left;
	height: 20px;
}
#contentcontainer {
	width: 948px;
	overflow: visible;
	float: left;
	margin: 0 auto 0 auto;
	border: solid #333 1px;
}
#maincontent {
	width: 699px;
	float: left;
	border-right: solid #333 1px;
	margin-top: 30px;
	text-align: left;
}

.mc_listbox {
	width:610px;/*was 709px*/
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
	border: solid #333 1px;
	}

#rightsidebar {
	width:240px;
	float: right;
	text-align: left;
	margin-top: 30px;
}

#maincontentbottom {
	width: 890px;
	float: left;
	text-align: right;
	font-size: 0.9em;
}

#footerspacer {
	width:950px;
	float: left;
	height: 20px;
	margin: 0 auto 0 auto;
	background-color: #e5e5e5;
}
#footer {
	width:948px;
	float: left;
	border: solid #333 1px;
	background-color: #930;
}

/*PRESENTATION*/

/* DIV Background clours */

#contentcontainer, #rightsidebar, #maincontent {background-color: #FFFFFF;}

.mc_listbox {
	background-color:#f6f6f6;
}

#headerspacer {background-color: #666666;}

/* Body */

body {
	background: #CACACA url(images/pgbkgrd.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Text Colour groups */

h2, h3, .contentparagraphtitle  {
	color:#930;
}

h1 {
	color:#FFF;
	font-size: 2em;
	font-weight:300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin-bottom: -0.3em;
	margin-top: 1em;
	letter-spacing: normal;
	margin-left: 30px;
}

#subtitle {
	color:#FFFFFF;
	letter-spacing: 0.1em;
	white-space: pre;
	margin-left: 30px;
	font-size: .9em;
}
h2 {	
	font-size: 1.3em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin-top: -0.2em;
	letter-spacing: normal;
	margin-left: 30px;
}
h3 {
	font-size: 1.1em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-right: 20px;
	margin-left: 30px;
	letter-spacing: normal;
}
#fotofloat {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
}
p.content {
	font-size: 0.9em;
	padding-left: 30px;
	line-height: 1.2em;
	padding-right: 55px;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	color: #333;
}
a {
	text-decoration: underline;
	letter-spacing: 0.1em;
}


li {
	color: #333;
	padding-right: 30px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	padding-bottom: 10px;
}
.workexamples {
	color: #333;
	padding-right: 20px;
	font-size: 0.8em;
	line-height: 1.1em;
	padding-bottom: 5px;
	font-style: italic;
	margin-left: 8px;
}
.removebullet {
	text-align: left;
	padding-bottom: 10px;
	font-weight: normal;
	margin-left: -10px;
	padding-right: 20px;
	list-style: none;
}
a:link, a:visited  {
	color:#336699;
	text-decoration: underline;
}
a:hover, a:focus  {
	color: #CC3300;
	text-decoration: underline;
}
	
.activepage {
	color: #0033FF;
}
.mcdivider {
	width: 620px;
	height: 10px;
	margin-left: 30px;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.menudivider {
	width: 195px;
	margin-left: 25px;
	height: 10px;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.footertext {
	color: #EEEEEE;
	text-align: center;
	font-size: 0.8em;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

.topagetop {
	text-align: right;
	padding-right: 50px;
	color: #930;
	font-size: 0.7em;
	margin-top: 25px;
	margin-bottom: 30px;
}
.contentparagraphtitle {
	color: #333;
	font-weight: bold;
}

a.green:link, a.green:visited {
	color:#333;
	text-decoration: none;
}
a.red:hover, a.red:focus {
	color:#CC3300;
	text-decoration: underline;
}
p.contentsmaller {
	font-size: 0.75em;
	padding-left: 20px;
	line-height: 1.2em;
	padding-right: 10px;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	color: #333;
}
p.cloaknote {
	font-size: 0.7em;
	padding-left: 30px;
	line-height: 1.2em;
	padding-right: 55px;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	color: #C00;
}
