body {
	font-family:arial,helvetica,clean,sans-serif;
	font-size:13px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px;
	width: 848px;
	background: repeat-y url('/static/images/wrapstrip.gif');

}

#header {
	margin: 0 0 0 0;
	height: 70px;
    background: white no-repeat url('/static/images/top.gif');
    background-position: left bottom;
}
#side-a {
	float: left;
	width: 198px;
	padding-left: 7px;
	background:transparent;
	text-align: center;
	min-height:400px;
  	height:auto !important;
  	height:400px;
}

#side-b {
	float: right;
	background: transparent;
	width: 183px;
	padding-right:30px;
	font-family: Palatino;
	font-size: 12px;
	font-weight: normal;
	margin-left: 7px;
}

#side-b a, #content a:visited, #content a:hover{
	color: #b52626;
	text-decoration: none
}

#content { 
	float: left;
	width: 423px;
    min-height:400px;
  	height:auto !important;
  	height:400px;
  	background: transparent;
}

#footerwrap {
	width: 848px;
	clear: both;
	background: no-repeat url('/static/images/footer.gif');
	background-position: left bottom;
	height: 84px;
}

#footer {
	padding:7px;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
	color: #666;
}

#footer a,#footer a, #footer a:visited {
	text-decoration: none;
		color: #666;

}
#footer a:hover {
	text-decoration: underline;
		color: #666;

}
.globalnav {
	float:right;
	padding-right:37px;
	text-decoration: none;

}
.globalnavitem {
	height: 41px;
	width: 115px;
	float: right;
	padding-top: 15px;
	margin-top:10px;
	text-align: center;
	background: no-repeat url('/static/images/tab.gif');
	color: #999;
	font-family:Helvetica,sans-serif;
	font-size:16px;
	text-decoration: none;
	cursor:pointer;
	}
	
.globalnavitemon  {
    height: 41px;
	width: 115px;
	float: right;
	padding-top: 15px;
	margin-top:11px;
	text-align: center;
	background: no-repeat url('/static/images/tab_on.gif');
	color: white;
	font-family:Helvetica,sans-serif;
	font-size:16px;
	text-decoration: none;

	}
.globalnavitem:hover  {
	color: #b52625;
	font-family:Helvetica,sans-serif;
	font-size:16px;
	text-decoration: none;
}



#logo {
padding-top:30px;
}

#subsections {
 font-family: Helvetica;
 font-size: 16px;
 padding-top: 50px;
 padding-bottom: 10px;
 }

#subsections a, #subsections a:visited {
color:#333;
text-decoration: none;
}

#subsections #on, #subsections #on a, #subsections #on a:visited {
color: #B52625;
text-decoration: none;
}

#items {
 text-align: left;
 padding-left: 2px;
}
.item {
border: none;
margin:4px;
cursor:pointer;
}

#bodytitle {
	color:#666;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
#bodytext {
	color:#666;
}
#bodytext b {
	color:#666;
	font-weight: bold;
	padding-bottom: 10px;
}
#bodytext ul {
	list-style-type: disc;
	margin-left:17px;
	padding:0px;
	}
#bodytext ul li {
	list-style-type: disc;
	margin:0px;
	padding:0px;
	margin-bottom: 15px;
	}

#content h1 {
font-size:13px;
font-weight:normal;
color:#666;
margin-left: 6px;
margin-bottom:0px;
margin-top:15px;
}	
#content h2 {
font-size:11px;
font-weight: normal;
color:#999;
margin-left: 6px;
padding-top:0px;
margin-top:0px;
}	
#content hr {
	width:97%;
	color: #b52626;
	background-color: #b52626;
	height: 1px;
	border:none;
}
#content a, #content a:visited, #content a:hover{
	color: #b52626;
	text-decoration: none
}

.contenttext {
	margin-left: 6px;
	color:#666;
	font-size: 12px;

}	

.rightdate {
	position: absolute;
	margin-left:435px;
	margin-top:10px;
	background:transparent;
	color:#666;
	font-family: Palatino;
}

.drawing {
	cursor: pointer;
}

.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: auto; color: #999999; }
.prototip .default .toolbar { background: #666666; font: italic 10px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: #666666; font: 10px Arial, Helvetica, sans-serif; padding: 2px;}

