body, td {
			font: 9pt Arial,Helvetica;
		}

body	{
			margin: 0 6px;
			padding:0;
			background: #c0c0c0 url(./images/bg-main.png) top center repeat-y;
		}


#top	{
			width:700px;
			padding:0;
			text-align:left;
		}

#header {
			height:56px;
			border-top:1px solid #dddddd;
			background-color:#ffffff;
		}

#menubarwrap {
			background-color: rgb(197,203,250);
			border-top:2px solid #999999;
			border-bottom:2px solid #999999;
		}

#menubar {
			height:17px;
			background-color: rgb(197,203,250);
			text-align:left;
			margin-top:2px;
		}

#menubar span.leftPadding {
			border-right:1px solid #777777;
			height:20px;
			padding:2px 0px 2px 16px;
		}

#menubar span.rightPadding {
			border-left:1px solid #dddddd;
			height:20px;
			padding:2px 0;
		}

#menubar a.button {
			font:9pt arial;
			font-weight:bold;
			background-color:#cccccc;
			background-color:rgb(215,219,255);
			color:rgb(70,156,185);
			color:#555555;
			padding:2px 10px;
			text-align:center;
			text-decoration:none;
			height:20px;
			border-left:1px solid #dddddd;
			border-right:1px solid #777777;
		}

#menubar a.button:hover {
			background-color:#cccccc;
			background-color:rgb(108,182,255);
			background-color:#b4b4b4;
			background-color:rgb(210,210,210);
			padding:2 10 2 10;
			text-align:center;
			text-decoration:none;
			height:20px;
		}

#menubar a.buttonSelected {
			background-color:rgb(218,208,84);
			color:#444444;
		}


#content {
			min-height:660px;
			background-color:#F0F8FF;
			background-color:#f8f8f8;
			font-family: Arial, Helvetica;
			font-size: 9pt;
		}

#content #body {
			margin:14px 14px;
		}

#footer {
			text-align:right;
			font:7pt arial;
			color:#777777;
			background-color:transparent;
			margin-top:-16px;
			padding: 0px 4px 2px 0px;
		}

div.readmore {
			margin-top:6px;
		}

a.readmore {
			font: 8pt arial, helvetica;
			color:blue;
			text-decoration:none;
		}
a.readmore:hover {
			text-decoration:underline;
		}

a.text {
			font: 9pt arial, helvetica;
			color:blue;
			text-decoration:none;
		}
a.text:hover {
			text-decoration:underline;
		}
a.text:visited {
			color:rgb(0,128,192);
		}

a.transparent {
			font: 9pt arial, helvetica;
			color:black;
			text-decoration:none;
		}
a.transparent:hover {
			text-decoration:underline;
		}

div.title {
			font:9pt arial;
			font-weight:bold;
			border-bottom:1px solid #999999;
		}

span.email {
			font:9pt arial, helvetica;
			border-bottom:1px solid #999999;
		}


#content #menu {
			width:110px;
			float:left;
			border-right:1px solid #cccccc;
			border-top:1px solid #cccccc;
			border-bottom:1px solid #cccccc;
			background-color:rgb(232,234,255);
			margin-top:10px;
			padding-top:4px;
			padding-bottom:8px;
		}

#content #menu #title {
			font-weight:bold;
			color:rgb(0,64,128);
			padding-left:4px;
		}


#content #menu div.menuitem,
#content #menu div.menuitemdisabled {
			margin-top:2px;
			margin-left:18px;
			color:#555555;
		}

#content #menu div.menuitemselected {
			border-top:1px solid #cccccc;
			border-bottom:1px solid #cccccc;
			background-color:#f8f8f8;
			margin:2px 0px 1px 0px;
			padding:2px 2px 2px 18px;
		}

#content #menu div.menuitemdisabled {
			color:#aaaaaa;
		}

#content #menu a.menuitem {
			text-decoration:none;
			color:#444444;
		}

#content #menu a.menuitem:hover {
			text-decoration:underline;
		}


#content #bodywrap {
			margin-left:111px;
			background-color: #F0F8FF;
			background-color: #f8f8f8;
		}

#content #bodywrap #body {
			padding: 14px 2px;
		}



span.bullet1 {
			font:10pt arial;
			padding-right:2px;
		}

span.bullet2 {
			font:8pt arial;
		}

img.picturethumb {
			border:1px solid #777777;
			cursor:pointer;
			max-width:500px;
		}

div.picturecaption {
			text-align:center;
			font-size:8pt;
		}

#content #list1,
#content #list2 {
			list-style: none;
			margin: 0;
			padding: 0;
		}

#content #list1 dt {
			background: transparent url('images/bullet_square_4.gif') no-repeat 0 50%;
			margin-left:0px;
			padding-left:12px;
			margin-top:4px;
			font-weight:bold;
			text-decoration:none;
		}

#content #list1 dd {
			margin: 0 0 20px 0;
			padding-left:12px;
		}

#content #list2 dt {
			background: transparent url('images/bullet_square_3.gif') no-repeat 0 5px;
			margin-left:0px;
			padding-left:12px;
			margin-top:0px;
			text-decoration:none;
			font-weight:normal;
		}

#content #list2 dd {
			margin: 0;
			padding-left:12px;
		}

#content #halflineabove {
			margin-top: 8px;
		}

#content img.inline {
			cursor:pointer;
			border:1px solid #777777;
			margin:4px 0px 2px 4px;
		}
