html {
	/* Forces vertical scroll bar on FF to eliminate page jump */
	overflow-x:auto;
	overflow-y:scroll;
}

body {
	font-family: Verdana;
	font-size:10pt;
	font-weight:normal;
	margin:0;
	padding:0;
	background-color:#ffffff;
	color:#000000;
	height:100%;
}
h1 {
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
	margin:3px 0px;
	background-color:#ffffff;
	color:#30419A;
	height:100%;
}
h2 {
	font-family: Verdana;
	font-size:12pt;
	font-weight:bold;
	margin:3px 0px;
	background-color:#ffffff;
	color:#30419A;
	height:100%;
}
h3 {
	font-family: Verdana;
	font-size:14pt;
	font-weight:bold;
	margin:3px 0px;
	background-color:#ffffff;
	color:#30419A;
	height:100%;
}
	
a {
	color:#30419A;
	text-decoration:underline;
}

a:hover {
	color:#30419a;
	text-decoration:none;
}

a img {
	border-style:none;
}

/* These all need height 100% in XHTML Transitional for Mozilla */
html,
form,
center {
	height:100%;
	margin:0;
	padding:0;
}

div,
form {
	margin:0;
	padding:0;
}

/************************************************/
/*  All Tables, cellpadding=0, cellspacing=0	*/
/************************************************/

table{
	border-collapse:collapse;
}
td{
	padding:0;
} 

/*********************************************
/ Wrapper table
*********************************************/
@media print {
	table.wrapper {
		background-color: #ffffff;
		margin:0;
		padding:0;
		text-align:left;
		height:100%;
	}
}
@media screen {
	table.wrapper {
		background-color: #ffffff;
		width: 1024px;
		margin:0;
		padding:0;
		text-align:left;
		height:100%;
		position:relative;
		/*background-repeat:repeat-y;
		background-position:left top;
		background-image: url(../images/lines.gif);*/
	}
}

/****************************/
/*		Form tables 		*/
/****************************/

table.Form {
	border: 0px;
	padding: 2px;
	margin: 10px 0px 0px 0px;
	position:absolute;
}

table.Form td {
	border: 0px;
	padding: 2px;
	margin: 0px;
}

/*********************************************
/ Header
*********************************************/
div.header {
	width:1004px;
	height:40px;
	background-color:#EEEEEE;
	padding-top:10px;
}
div.header table.searchbox {
	width:395px;
	height:32px;
	background-image:url(../images/search_background.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 60px;
	/*padding:5px 0px 0px 25px;*/
}
div.header table.loginbox {
	width:395px;
	height:32px;
	background-image:url(../images/login_background.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 20px;
	padding:5px 0px 0px 25px;
}
div.header table.registerlink {
	font-size:8pt;
	margin-left:10px
}
div.topnav {
	float:none;
}
div.topnav table.navitems {
	width:1004px;
}
div.topnav table.navitems a {
	color:#ffffff;
	text-decoration:none;
	font-size:10pt;
}
table.navitems td {
	text-align:center;
}
table.navitems div.topnavitem {
	padding-top:60px;
}
table.navitems div.topnav_item {
	height:43px;
	margin-top:74px;
	margin-right:1px;
	padding:14px 8px 0px 8px;
	background-image:url(../images/topnav_slice.gif);
	background-repeat:repeat-x;
}
table.navitems div.topnav_over_item {
	height:43px;
	margin-top:74px;
	margin-right:1px;
	padding:14px 8px 0px 8px;
	background-image:url(../images/topnav_over_slice.gif);
	background-repeat:repeat-x;
}
div.topnav div.topad {
	margin:10px 0px 0px 235px;
	float:right;
	position:absolute;
}
/*********************************************
/ Home Content
*********************************************/
div.contentcol div.home {
	width:1004px;
	height:100%;
	margin-left:20px;
	margin-bottom:30px;
}
div.home div.mostpopular {
	width:402px;
	height:172px;
	background-image:url(../images/mostpopular_box.gif);
	background-repeat:no-repeat;
	padding-top:7px;
	margin-left:16px;
	/*position:absolute;*/
}
div.mostpopular div.mostpopularbar {
	width:372px;
	height:25px;
	background-image:url(../images/mostpopular_bar.gif);
	background-repeat:no-repeat;
	margin-left:9px;
	color:#ffffff;
}
div.mostpopular div.mostpopularlinks {
	margin:5px 0px 0px 9px;
	font-size:8pt;
}
div.toplinks {
	margin-left:4px;
	/*font-size:8pt;*/
}
/*div.toplinks a {
	color:#A30046;
	text-decoration:underline;
}*/
div.toplinks div.link {
	float:left;
	margin-right:12px;
}
div.home div.webexclusives {
	width:233px;
	/*height:340px;
	background-image:url(../images/webexclusives.jpg);
	background-repeat:no-repeat;
	padding-top:7px;*/
	margin-left:3px
}
div.webexclusives div.bar {
	width:212px;
	height:28px;
	background-image:url(../images/webexclusive_bar.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	margin-left:10px;
	margin-top:6px;
}
div.webexclusives div.webexclusivescontent {
	margin:0px 10px 0px 14px;
	font-size:9pt;
}
div.home div.AMNTblogs {
	width:237px;
	/*height:347px;
	background-image:url(../images/AMNTblogs.jpg);
	background-repeat:no-repeat;
	padding-top:15px;*/
}
div.AMNTblogs div.AMNTblogscontent {
	margin:0px 13px 0px 20px;
	
}
div.AMNTblogs div.AMNTblogscontent a {
	font-size:9pt;
	color:#0069AC;
}
div.AMNTblogs div.AMNTblogscontent table {
	margin-top:5px
}
div.AMNTblogs div.AMNTblogscontent tr {
	vertical-align:top;
}
div.home table.currentissue {
	width:390px;
}
table.currentissue div.bar {
	width:374px;
	height:28px;
	background-image:url(../images/currentissue_bar.jpg);
	background-repeat:no-repeat;
	margin-left:8px;
	color:#ffffff;
}
table.currentissue div.currentissuecontent {
	margin:6px 22px 0px 22px;

}
div.currentissuecontent img.article {
	float:left;
	margin-right:8px;
}

div.currentissuecontent table.article {
	color:#0069AC;
	width:346px;
	font-size:8pt;
	margin:5px 0px 10px 0px
}
div.currentissuecontent b.Teal {
	color:#5E8D87;
}
div.currentissuecontent b.Purple {
	color:#7C5373;
}
div.currentissuecontent b.Blue {
	color:#00467F;
}
div.currentissuecontent b.Pink {
	color:#CC3366;
}
div.currentissuecontent b.Brown {
	color:#DCBE76;
}
div.currentissuecontent b.LightBlue {
	color:#47A2BD;
}
div.currentissuecontent b.Red {
	color:#00FF00;
}
div.home div.latestpoll {
	width:183px;
	/*height:303px;
	background-image:url(../images/latestpoll.jpg);
	background-repeat:no-repeat;
	padding-top:15px;*/
}
div.home div.latestpoll div.bar {
	width:166px;
	height:27px;
	color:#ffffff;
	background-image:url(../images/latestpoll_bar.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 10px;
	font-size:8pt;
}
div.home div.latestpoll div.pollcontent {
	margin:0px 13px 0px 13px;
	font-size:8pt;
	color:#464646;
}
div.home div.latestpoll div.pollcontent ol {
	padding-left:10px;
	list-style:none;
}
div.home div.latestpoll div.pollcontent div.pollbuttons {
	margin:20px 0px 6px 35px;

}
div.home div.newsevents {
	width:184px; 
}
div.home div.newsevents div.newseventscontent {
	margin:0px 13px 0px 13px;
	font-size:7pt;
	color:#464646;
	padding-top:4px;
	height:100%;
}
div.home div.newsevents div.newseventscontent a {
	font-size:8pt;
	color:#0069AC;
}
div.home div.newsevents div.bar {
	width:166px;
	height:29px;
	background-image:url(../images/newsevents_bar.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	margin-left:5px;
	padding-left:10px;
	font-size:8pt;
}

div.home div.homerightcol {
	width:145px;
	height:765px;
	background-image:url(../images/rightcol.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}
div.home div.homerightcol div.rightads {
	margin-left:11px;
	padding-top:8px;
}
div.home div.fluwidget p {
	display:none;
}

/*********************************************
/ Content
*********************************************/
div.contentcol {
	float:left;
	width:1004px;
}
div.contentcol div.content {
	width:980px;
	margin-top:15px;
	padding-bottom:30px;
	font-size:8pt;
	float:left;
}
div.content div.copy {
	width:565px;
	margin:0px 10px 0px 10px;
	float:left;
}
div.copy div.archivesbar {
	width:514px;
	height:37px;
	background-image:url(../images/blue_header_bar.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
}
div.copy table.archives {
	margin-top:50px;
	margin-left:10px;
	width:530px;
}
table.archives a {
	text-decoration:none;
	color:#000000;
}
table.archives tr {
	vertical-align:top;
	text-align:center;
}
table.archives td {
	width:180px;
	height:170px;
	padding-right:15px;
}
div.copy div.archivesprevnext {
	text-align:center;
	margin-bottom:5px;
	width:530px;
}
div.copy div.archivesprevnext a {
	color:#000000;
	
}
div.copy table.login {
	font-size:7pt;
	margin-bottom:5px;
}
div.copy table.login td {
	padding:5px 5px 5px 0px;
}
div.content div.advertisement {
	float:right;
	width:390px;
}
div.contentcol div.advertisement {
	/*float:right;*/
	width:390px;
}
div.advertisement div.searchbar {
	width:377px;
	height:34px;
	background-image:url(../images/searchbar.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
}
div.advertisement div.mostpopular {
	width:389px;
	background-image:url(../images/mostpopular_box.gif);
	background-repeat:no-repeat;
	margin-bottom:8px;
}
div.advertisement div.subscribebox {
	width:332px;
	height:56px;
	background-image:url(../images/subscribe_box.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
} 
div.advertisement div.sidebarright {
	border: 1px solid rgb(194, 142, 57); 
	margin: 5px; 
	padding: 5px; 
	width: 368px; 
	background-color: rgb(227, 227, 210); 
}
div.verticalads {
	width:145px;
	height:100%;
	/*background-image:url(../images/rightcol.jpg);
	background-repeat:no-repeat;*/

}
div.verticalads div.rightads {
	padding-top:8px;
}
div.mostpopular div.mostpopularbar {
	width:372px;
	height:25px;
	background-image:url(../images/mostpopular_bar.gif);
	background-repeat:no-repeat;
	margin-top:6px;
	margin-left:9px;
	color:#ffffff;
}
div.content p {
	color:#000000;
}
div.content table.register {
	font-size:7pt;
	height:310px
}
div.content table.register td {
	font-size:7pt;
	padding:5px 5px 5px 0px;
}
span.required {
	color:#ff0000;
}
ul.error {
	color: #ff0000;
}
div.copy div.searchresults {
    font: 10pt;
	font-weight:normal;
	padding-left:10px;
}
div.copy div.searchresults div.searchtitle {
	font-weight:bold;
}
div.copy div.searchresults div.searchtitle a {
	color:#3b5e9d;
	text-decoration:underline;
}
div.copy div.searchresults div.searchtitle a:hover {
	color:#d57035;
	text-decoration:none;
}
div.copy div.searchresults div.searchentry {
	padding: 15px 0px 0px 10px;
}
div.copy div.searchresults div.searchentry a {
	color:#000000;
	text-decoration:underline;
}
div.copy div.searchresults div.searchentry a:hover {
	text-decoration:none;
}

.minitext {
  font: normal 1em Arial, sans-serif;
  color: Black;
}

.disable {
  background-color: #CF110C;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

/*********************************************
/ Table of Contents
*********************************************/
table.ContentList {
	
}
table.ContentList td.Article {
	padding:0px 0px 5px 25px;
	font-size:9pt;
}
div.blueheaderbar {
	width:514px;
	height:37px;
	background-image:url(../images/blue_header_bar.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	color:#ffffff;
	font-size:12pt;
	padding:8px 0px 0px 8px;
}
div.pinkheaderbar {
	width:514px;
	height:37px;
	background-image:url(../images/pink_header_bar.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	color:#ffffff;
	font-size:12pt;
	padding:8px 0px 0px 8px;
}
div.lightblueheaderbar {
	width:514px;
	height:37px;
	background-image:url(../images/lightblue_header_bar.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	color:#ffffff;
	font-size:12pt;
	padding:8px 0px 0px 8px;
}
div.brownheaderbar {
	width:514px;
	height:37px;
	background-image:url(../images/brown_header_bar.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	color:#ffffff;
	font-size:12pt;
	padding:8px 0px 0px 8px;
}
div.tealheaderbar {
	width:514px;
	height:37px;
	background-image:url(../images/teal_header_bar.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	color:#ffffff;
	font-size:12pt;
	padding:8px 0px 0px 8px;
}
div.purpleheaderbar {
	width:514px;
	height:37px;
	background-image:url(../images/purple_header_bar.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	color:#ffffff;
	font-size:12pt;
	padding:8px 0px 0px 8px;
}
div.redheaderbar {
	width:514px;
	height:37px;
	background-image:url(../images/red_header_bar.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	color:#ffffff;
	font-size:12pt;
	padding:8px 0px 0px 8px;
}
/*********************************************
/ Continuing Education
*********************************************/
div.content div.continue_edu {
	width:565px;
	font-size:10pt;
	float:left;
	margin:0px 0px 15px 0px;
}




/*********************************************
/ Footer
*********************************************/
div.footer {
	width:1004px;
}
div.footer div.searchbox {
	width:257px;
	height:50px;
	background-image:url(../images/search_background.gif);
	background-repeat:no-repeat;
	float:left;
}
div.footer div.loginbox {
	width:405px;
	height:50px;
	background-image:url(../images/login_background.gif);
	background-repeat:no-repeat;
	float:left;
}
div.footer div.footerinfo {
	float:left;
	font-size:8pt;
}
div.footer div.bluefield {
	width:1004px;
	height:379px;
	background-color:#00467F;
	padding-top:15px
}
div.bluefield table.subnav {
	margin:0px 0px 0px 30px;
	background-image:url(../images/subnav_back.jpg);
}
table.subnav td {
	color:#0069AC;
}
table.subnav a {
	color:#0069AC;
	font-size:8pt;
}
div.bluefield div.leftblock {
	width:269px;
	height:250px;
	background-image:url(../images/left_block.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin-right:70px;
}
div.leftblock div.leftblockcontent {
	margin:0px 15px 0px 15px;
}
div.leftblock div.leftblockcontent p {
	color:#ffffff;
}
div.bluefield div.centerblock {
	width:269px;
	height:250px;
	background-image:url(../images/center_block.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin-right:70px;
}
div.centerblock div.centerblockcontent {
	margin:0px 15px 0px 17px;
}
div.centerblockcontent a {
	text-decoration:none;
	color:black;
}
div.centerblockcontent a:hover {
	text-decoration:underline;
}
div.bluefield div.rightblock {
	width:269px;
	height:250px;
	background-image:url(../images/right_block.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
}
div.rightblock div.rightblockcontent {
	margin:0px 15px 0px 17px;
	color:#ffffff;
}
div.rightblock div.rightblockcontent p {
	color:#ffffff;
}
div.subfooter {
	width:1004px;
	height:143px;
	background-image:url(../images/subfooter_back.jpg);
	background-repeat:no-repeat;
	font-size:8pt;
}
div.subfooter table.subnav {
	margin:30px 0px 20px 70px;
	
}
div.subfooter table.subnav a {
	color:#679ABB;
}
div.disclaimer {
	margin:0px 30px 0px 35px;
}
div.footersearch {
	width:1004px;
	height:50px;
	background-color:#EEEEEE;
	position:absolute;	
}
div.footersearch table.searchbox {
	width:395px;
	height:32px;
	background-image:url(../images/search_background.gif);
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	float:right;
}
