p.no_margin
	{
	margin: 0; padding: 0;
	}
/* IE 6.0 3px jog hack*/
* html p
	{
	height: 1%;
	}

body
	{
	background-color: #eeeeee;
	}

div.main
	{ 
	background: url(images/ana_background.gif) left repeat-y;
	padding: 0;
	margin: 0 auto 0 auto;
	max-width: 1000px; width: expression(document.body.clientWidth > 1000? "1000px": "auto" );
	border: none;
	position: relative;
	}

div.nav
	{
	border-collapse: collapse;
	width: 134px;
	border: none;
	margin: 12px;
	overflow: hidden;
	}


div.nav a:link
	{
	font-family: "Bodoni MT", "Times New Roman", Serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	width: 128px;
	}


div.nav a:visited
	{
	font-family: "Bodoni MT", "Times New Roman", Serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	width: 128px;
	}

div.nav a:hover
	{
	font-family: "Bodoni MT", "Times New Roman", Serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: black;
	width: 128px;
	}

.main_content
	{
	width: 770px;
	background-color: #ffffff;
	margin: 0 4px 0 4px;
	overflow: hidden;
	}

table.master_layout_table td
	{
	border-collapse: collapse;
	}


table.master_layout_table td
	{
	vertical-align: top;
	margin: 0;
	padding: 0;
	}


.footer
	{ 
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	}

.page_title
	{
	font-size: 12pt;
	position: absolute;
	left: 50%;
	top: 125px; 
	width: 328px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	 }

/*
	User content entered in CkEdit
*/
div.user_content {
		}

.subtitle
	{
	font-weight: bold;
	}

.link_inside_border
	{
	border-style: outset;	border-color: #BBBBBB;
	padding-left: 6px; padding-right: 6px; padding-bottom: 2px;
	border-width: 4px;
	text-decoration: none;
	color: #EEEEEE;
	background-color: #EEEEEE;
	margin-top: 6px;
	margin-bottom: 6px;
	}

.redbold 
	{
	color: #CD0A3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}

table.std_spacing td
	{
	padding-left: 6px;
	padding-right: 6px;
	}

tr.header_row td
	{
	vertical-align: bottom;
	}

.ana_tabs
	{
		float:left;
		width:100%;
		background:#ffffff url("images/bg.png") repeat-x bottom;
		font-size:80%;
		line-height:normal;
	}
.ana_tabs ul
	{
		margin:0;
		padding:10px 10px 0;
		list-style:none;
	}
.ana_tabs li
	{
		display:inline;
		margin:0;
		padding:0;
	}
.ana_tabs a
	{
		float:left;
		background:url("images/left_both.png") no-repeat left top;
		margin:0;
		padding:0 0 0 9px;
		border-bottom:1px solid #765;
		text-decoration:none;
	}
.ana_tabs a span
	{
		float:left;
		display:block;
		background:url("images/right_both.png") no-repeat right top;
		padding:5px 15px 4px 6px;
		font-weight:bold;
		color:#765;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.ana_tabs a span {float:none;}
/* End IE5-Mac hack */
.ana_tabs a:hover span
	{
	color:#333;
	}
.ana_tabs .current_link a
	{
	background-position:0 -150px;
	border-width:0;
	}
.ana_tabs .current_link a span
	{
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
	}
.ana_tabs a:hover
	{
	background-position:0% -150px;
	}
.ana_tabs a:hover span
	{
	background-position:100% -150px;
	}

ul.link_reorder li {
	cursor: move;
}
