BODY {
	margin:0px;
	background-color : #fff;
}
BODY, TD, TH {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #000;
}

DIV#header	{
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
	height:92px;
}
DIV#menuBar	{
	background-image: url('../images/menuBarBg.gif');
	background-repeat: repeat-x;
	height: 24px;
	vertical-align:middle;
	padding-right:15px;
	padding-top:3px;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-align:right;
}
DIV#bodyContent {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
TD#leftContent	{
	position:relative;
	padding-left:10px;
	width:165px;
}
TD#mainContent	{
	position:relative;
	text-align:left;
}
TD#rightContent	{
	position:relative;
	padding-right:10px;
	width:165px;
	text-align:right;
}
DIV#bottomContent	{
	position:relative;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:1px solid #000;
}
DIV#footer	{
	position:relative;
	font-size:.9em;
}
TABLE.boxTable	{
	border:1px solid #000;
}
TD.boxHeader	{
	background-image:url('../images/boxHeaderBg.gif');
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:11px;
	color:#fff;
}

TD.boxBorderRight {
	border-right:1px solid #000;	
}

TD.boxBorderBottom {
	border-bottom:1px solid #000;
}

TD.boxBorderRightBottom {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

TD.contentTitle	{
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #000;
	text-align:left;
}

.articleTitle {
	font-size:14px;
	font-weight:bold;
}

.subTitle {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

A.menuBarLink:link	{font-weight:bold;font-size:11px;color:#FFF;text-decoration:none;}
A.menuBarLink:active	{font-weight:bold;font-size:11px;color:#FFF;text-decoration:none;}
A.menuBarLink:visited	{font-weight:bold;font-size:11px;color:#FFF;text-decoration:none;}
A.menuBarLink:hover	{font-weight:bold;font-size:11px;color:#FFF;text-decoration:none;}

A.boxLink:link		{font-weight:normal;font-size:11px;color:#000;text-decoration:underline;}
A.boxLink:active	{font-weight:normal;font-size:11px;color:#000;text-decoration:underline;}
A.boxLink:visited	{font-weight:normal;font-size:11px;color:#000;text-decoration:underline;}
A.boxLink:hover		{font-weight:normal;font-size:11px;color:#000;text-decoration:underline;}
