/*    Layout    */
* {
	margin: 0;
	padding: 0;
}
img {border: 0}

body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

blockquote {
	display: block;
	clear: both;
	padding: 10px 30px;
	font-style: italic;
	line-height: 18px;
}

.clear {
	clear: both;
}

#page {
	width: 785px;
	margin: auto;
	text-align: left;
}

#upmenu {
	display: none;
}

.top_head {
	padding: 0 25px 0 25px;
	height: 155px;
}

.top_head h1 { 
	font-size: 24px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 10px;
	padding-top: 40px;
}

.top_head span { 
	font-size: 14px;
}

#helper1 {
	display: block;
	position: relative;
	left: -11px;
	width: 11px;
	height: 535px;
	float: left;
}

#helper2 {
	display: block;
	position: relative;
	left: 10px;
	width: 11px;
	height: 535px;
	float: right;
}

#content {
	padding: 0 8px 0 11px;
}

#mainarea {
	width: 510px;
	float: left;
	padding: 20px 0 0 5px;
}

#mainarea span.date {
	margin-bottom: 15px;
}

#mainarea .box {
	display: block;
	margin-bottom: 25px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 20px;
}

#mainarea .box hr {
	width: 100%;
	clear:both;
}

#mainarea p {
	margin-bottom: 5px;
}

#mainarea ul, #mainarea ol {
	padding-left: 20px;
	margin:10px 10px 10px 20px;
}

#mainarea ul {
	list-style: circle;
}

#mainarea .box img {
	float: left;
	margin: 0 20px 15px 0;
}

#mainarea h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

#mainarea h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom:15px;
}

#mainarea .highlighted {
	background-color: #f1f5f9;
	padding: 15px;
}

#menubox {
	width: 185px;
	float: right;
	padding-right: 7px;
}

#menubox .box {
	margin-top: 40px;
}

#menubox h3 {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #999999;
	font-size: 13px;
	color: #666666;
	margin-bottom: 10px;
}

#menubox ul li {
	margin-bottom: 5px;
}

#menubox ul li ul {
	padding-left: 10px;
}

#menubox ul {
	list-style: none;
}

#menubox p {
	margin-bottom: 10px;
}

#executives img {
	float:left;
	margin: 5px 5px 5px 0;
}

#basement {
	clear: both;
	padding: 20px;
	border-top: 1px dotted #999999;
}

#copyright {
	float: left;
	width: 60%;
}

#analytics {
	float:right;
	width:222px;
	text-align: right;
	padding-top:10px;
}

#analytics a {
	background-image:url('/images/org/analytics_icon.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 23px;
}

/*    Colors    */
a {
	color: #144391;
}

#body {
	background-color: #ffffff;
	background-image: url('/images/org/bodybg_styleblue.jpg');
	background-repeat: repeat-x;
}

.top_head {
	background-image: url('/images/org/headerbg_styleblue.jpg');
	background-repeat: no-repeat;
}

#content {
	background-image: url('/images/org/mainbg-center_styleblue.jpg');
	background-repeat: repeat-y;
}

.top_head h1, .top_head span {
	color: #ffffff;
}

#helper1 {
	background-image: url('/images/org/mainbg-left_styleblue.jpg');
	background-repeat: no-repeat;
}

#helper2 {
	background-image: url('/images/org/mainbg-right_styleblue.jpg');
	background-repeat: no-repeat;
}

#basement {
	background-color: #ffffff;
}


table.bordered { border-collapse: collapse; }
table.bordered tr td { padding: 3px; border: 1px solid #444444;  }
#mainarea .box td img, #mainarea .box img.xwfileicon  {float:none;margin:0px;padding:0px;border-width:0px;}

