div {
	/*border: solid 1px red;*/
}


body, td, input, select {
		font-size:11px;
}

body {
	background: #666666;
	font-family: Tahoma;
	text-align: center;
}

.small, #footer, .menuitem {
	font-size: 10px;
}




h1 {
	font-family: arial;
	font-size:16px;
}

h2 {
	font-family: arial;
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:15px;
	color:black; 
	font-weight:bold;
}



#body {
	text-align: left;
	width:850px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}


#header {
	
}


#menu a {
	font-weight: bold;
	text-decoration: none;
}

#menu .menuitem, #menu .menuitem-bottom {
	border-top:1px solid #cccccc;
	padding: 8px;
	padding-bottom: 7px;
	margin: 5px;
	text-align: right;
	padding-right: 15px;
	background: url("images/menu_points.png") no-repeat center right;
	text-transform: uppercase;
}

#menu .menuitem-bottom {
	background: none;
	
}

#content /*[holds main content area]*/
{
	/*padding: 30px;*/
}



#footer {
	color: white;
	text-align: center;
	padding: 10px;
	margin-bottom:20px;
}



/* Colour theme */

#header, #footer {
	background: #005a63;
}


#content, #menu {
	background-color:white;
}



a:link, h2  {
	color:#005a63;/* green */
}

a:visited {
	color:#007a83;
}


.box-top {background:url(images/box.gif) top left no-repeat;}
.box-top div {margin-left:5px; background:url(images/box.gif) top right no-repeat; padding-top:5px;}

.box {background:url(images/box.gif) bottom left no-repeat; margin-bottom:10px;}
.box div {margin-left:5px; background:url(images/box.gif) bottom right no-repeat; padding:4px; padding-top:3px;}



#left-side {
	width: 175px;
}
#right-content {
	/*width: 600px;*/
}

#right-content p, #right-content li {
	line-height: 140%;
}




/* membership form integration */
.module_head {
	background-color: #005a63;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}



.blogpost .postinfo { /*re-add :  - bug in IE */
	color: #bbbbbb;
}

.blogpost h2 {
	margin-bottom:0px;
}

.blogdivider {
	border-top: dotted 1px gray;
}