@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	line-height:1.3em;
	color: #333333;
}

#pageWidth {
	/*width: 700px;*/
	width: 690px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: none;
}


/*--------------------------------*/
/*HyperLinks*/

a, a:visited {
	color: #3651A1;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

/*--------------------------------*/
/* Header */

#header {

}

#headerLeft {

}

#headerRight {
/*	float:right;
	width:689px;*/
}

#logo {
	position:absolute;
	left:10px;
	top:0px;

}

#tagline {
	height:50px;
	text-align:right;
	color:#283F85;
	font-size:90%;
	font-weight:bold;
}

.tagline {
	padding-top: 15px;
	padding-right:5px;
}

#pageTitle {
	margin-top:40px;
	height:50px;
	background-color:#ffffff !important;
	/*border-top: #24255F solid 1px;*/	
	border:#b7b7b7 solid 1px;
	border-bottom: none;
}

.pageTitle {
 	padding: 10px 10px 0px 20px; 
	color:#333333;
	background-color:#FFFFFF !important;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:20px;
}

.titleBarHome {
	height:25px !important; 
	background-color:#FFFFFF;
	margin-top:10px;
	border-bottom:#666666 solid 1px;
}

.TabbedPanelsTabGroup {
	display:none;
}

.TabbedPanelsContentGroup {
 margin-left:-5px !important;
 /*border-right:#666666 solid 1px;*/
}

/*--------------------------------*/
/* navigation top */

#menuTop {
	display:none;
}




/*--------------------------------*/
/* Navi Left */

#naviLeft {
	display:none;
}



/*--------------------------------*/
/* Content Area */

#contentWrapper {
	/*width:688px;*/
}

#imageArea {
	/*float:right;*/
	width:688px; /*690 minus 2px border*/
	border:#b7b7b7 solid 1px;
	border-bottom: none;
	margin-bottom:0px;
}

.imageArea {
	height:120px;
	border: #FFFFFF solid 1px;
	background-color:#CCCCCC;	
}

#contentArea {
	/*float:right;*/

	border:#b7b7b7 solid 1px;
	/*border-bottom: none;*/
	/*min-height:500px;*/
}



.content {
/*border:#b7b7b7 solid 1px;*/
	padding: 20px 20px 10px 20px;
	font-size: 100%;
}

.content li {
	margin-left:-20px;
}

.content strong {
	font-size: 100%;
}


.txtSmall {
	font-size: 85%;
	margin-top:0px;
	line-height:1.3em;
}

.ruleDotted {
	border-bottom:#666666 1px dotted;
}

.medicalStatement {
	font-size: 85%;
	font-weight:bold;
	margin:20px 0px 20px 0px;
	color:#999999;
}

.printPopup {
	display:none;
/*	text-align:right; 
	font-size:75%;
	display:block;*/
}

.printPopup a {
	/*padding-left:20px;	*/
}

.featureBoxTitle {
	padding: 10px 15px 5px 20px; 
	color:#283F85;font-family:Georgia, Times, serif;
	font-size:18px;
	background-color:#F7F7F7; 
	background-image:none; 
	border-top:#d3d3d3 1px solid; 
}

.featureBox {
	border-left:none; 
	border-right:none; 
	background-color:#F7F7F7;
	padding: 20px 15px 20px 20px;
	border-bottom:#d3d3d3 1px solid; 
}

.featureBoxFooter {
	display:none;
}

/*--------------------------------*/
/* Copyright */

#copyright {
	
}

#copyrightLeft {

	display:none;
}

.copyrightLeft {
	display:none;
}

#copyrightRight {
	float:right;
	width:689px; /*690 minus 1px border left*/
	height:50px;

	background-image: none;

}

#copyrightInfo {
	float:left;
	width:400px;
	text-align:left;
	padding: 10px 10px 10px 0px;
	font-size:85%;
	color:#999999;
}

#copyrightUpdate {
	float:right;
	width:200px;
	text-align:right;
	padding: 10px 0px 10px 10px;
	font-size:85%;
	color:#999999;
}




/*--------------------------------*/
/* Footer */

#footer {

	display:none;
}


/*--------------------------------*/
/* investigationalNotice */

#investigationalNotice {
	margin-top:30px;
	margin-bottom:10px;
	background-color:#F7F7F7;
	border:#d3d3d3 1px solid;
}

.investigationalNotice {
	padding:0px 10px 0px 15px;

}

.investigationalNoticeHeader {
	height:10px;
	width:648px;
	
}

.investigationalNoticeFooter {
	height:10px;
	width:648px;
	
}

/*--------------------------------*/
/* Bullets and Links */

.listBullet {
	width:100%;
	margin-top:20px;
}

.listBullet ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top:#000066 1px dotted;	
}

.listBullet li {
	padding-top:1px;
	padding-bottom:1px;
	font-size:95%;
	font-weight:bold;
	border-bottom:#000066 1px dotted;
	margin-left:0px;
}

.linkBullet a {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	display:block;
	background-image:url(/img_common/pointer-left.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.linkBullet a:hover {
	background-color:#e2e6ef;
	text-decoration:none;
}


/*--------------------------------*/
/* List of Topics */

.listTopic {
	/*width:650px;*/
	margin-top:20px;
	border-top:#000066 1px dotted;	
}

.topic {
	border-bottom:#000066 1px dotted;
	padding-top:2px;
	padding-bottom:3px;
	/*font-size:75%;*/
}

.titleToipic {
	font-weight:bold;
	padding-right:30px;	
	padding-left:5px;
	background-image:url(/img_common/icon-plus.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.textToipic {
	color:#333333;
	padding-right:20px;
	padding-top:5px;
	padding-left:5px;
}

.topic a {
 	padding-top:5px;
	padding-bottom:5px; 

	display:block;
}

.topic a:hover {
	background-color:#e2e6ef;
	text-decoration:none;
}

.newsItem {
	/*background-image:url(/img_common/icon-plus.gif);*/
	background-position:98% 8px;
	background-repeat:no-repeat;
	font-size:90%;
	margin-top:10px;
	margin-bottom:10px;
}

.newsItem a {
	padding: 7px 0px 7px 5px;
	display:block;
	text-decoration:none;
	color:#333333;
}

.newsItem a:hover {
	background-color:#e2e6ef;
	/*background-image:url(/img_common/icon-plus.gif);*/
	background-position:98% 8px;
	background-repeat:no-repeat;	
}


.anchorTop  {
	display:none;
}

/*--------------------------------*/
/* Events */
.eventItem {
	font-size:90%;
}


.eventDate {
	padding:10px;
	float:left; 
	width:150px;
	cursor:pointer;
	color:#333333;
}

.eventDesc {
	padding:10px;
	float:right; 
	width:430px;
	color:#333333;
	cursor:pointer;
}


/*--------------------------------*/
/* 2 column */

#twoCol {
	margin-top:20px;
}

#leftCol {
	float:left;
	width:310px;
}

#rightCol {
	float:right;
	width:310px;
}







