a:link
{
	text-decoration: none;
	color: #516E91;
}
a:visited
{
	text-decoration: none;
	color: #516E91;
}
a:hover
{
	text-decoration: none;
	color: #6E98C9;
}
a:active
{
	text-decoration: none;
	color: #516E91;
}


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

img { border: 0; margin: 1px; }

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/*=========================================*/
/*Main Container						   */
/*=========================================*/

#container {
	margin: 0 auto;
	width: 95%;
	height: 100%;
	background-color: #333333	;
}

#containerPad {
	margin-left: 1px;
	margin-right: 1px;
	background-color: #646464;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 16px;
	border-left: 1px solid #767676;
	border-right: 1px solid #767676;
}

/*=========================================*/
/*Navigation							   */
/*=========================================*/

#navigation {
	height: 44px;
	float: left;
	background-image: url("navigation_middle.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 100px;
}


#navigation .naviLeft {
	height: 44px;
	width: 20px;
	float: left;
	background-image: url("navigation_left.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#navigation .top {
	width: 144px;
	height: 20px;
	background-image: url("sidebar_top.gif");
	text-align: center;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
	padding-top: 4px;
	
}

/*=========================================*/

#navigation .link
{
	height: 44px;
	float: left;
	background-image: url("navigation_link.gif");
	background-position: right -44px;
	background-repeat: no-repeat;
}

#navigation .link a {
	height: 32px;
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("navigation_link.gif");
	background-position: right 0;
	color: #446937;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
}

* html #navigation .link a { width: 112px; text-align: center; padding-left: 0; padding-right: 0; } /*lousy IE6 hack to fix a major display error*/

#navigation .link a:hover { background-image: none; color: #5e784f; }

/*=========================================*/
/*Sidebar								   */
/*=========================================*/

#sidebar {
	float: left;
	width: 144px;
}

#sidebar .top {
	width: 144px;
	height: 20px;
	background-image: url("sidebar_top.gif");
	text-align: center;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
	padding-top: 4px;
	
}

#sidebar .middle {
	padding-left: 4px;
	background-color: #ededed;
	width: 140px;
	font-size: 11px;
}

#sidebar .bottom {
	width: 144px;
	height: 8px;
	background-image: url("sidebar_bottom.gif");
	margin-bottom: 16px;
	background-repeat: no-repeat;
}

#sidebar p { margin: 0; padding: 4px; }

#sidebar h1 { 
	color: #b6b6b6; 
	margin: 0; 
	font-size: 11px; 
	font-weight: bold;
	text-align: center; 
}

#sidebar .divider {
	margin-top: 4px;
	margin-bottom: 0;
	height: 2px;
	background-image: url("sidebar_divider.gif");
	background-repeat: repeat-x;
}

#sidebar .subtitle { font-size: 10px; }

/*=========================================*/

#sidebar .link
{
	width: 144px;
	height: 32px;
	background-image: url("sidebar_link.gif");
}

#sidebar .link a {
	display: block;
	height: 24px;
	padding-left: 16px;
	padding-top: 8px;
	background-image: url("sidebar_link.gif");
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #b6b6b6;
}

#sidebar .link a:hover {  color: #b4c3d2; background-position: 0 -32px; }

/*=========================================*/
/*rightbar								   */
/*=========================================*/

#rightbar {
	float: right;
	width: 144px;
}

#rightbar .top {
	width: 144px;
	height: 20px;
	background-image: url("sidebar_top.gif");
	text-align: center;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
	padding-top: 4px;
	
}

#rightbar .middle {
	background-color: #ededed;
	width: 140px;
	font-size: 11px;
	padding-left: 4px;
}

#rightbar .bottom {
	width: 144px;
	height: 8px;
	background-image: url("sidebar_bottom.gif");
	margin-bottom: 16px;
	background-repeat: no-repeat;
}

#rightbar p { margin: 0; padding: 4px; }

#rightbar h1 { 
	color: #b6b6b6; 
	margin: 0; 
	font-size: 11px; 
	font-weight: bold;
	text-align: center; 
}

#rightbar .divider {
	margin-top: 4px;
	margin-bottom: 0;
	height: 2px;
	background-image: url("sidebar_divider.gif");
	background-repeat: repeat-x;
}

#rightbar img {
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #a5a5a5;
	margin-top: 8px;  
}

#rightbar .subtitle { font-size: 10px; }

/*=========================================*/

#rightbar .link
{
	width: 144px;
	height: 32px;
	background-image: url("sidebar_link.gif");
}

#rightbar .link a {
	display: block;
	height: 24px;
	padding-left: 16px;
	padding-top: 8px;
	background-image: url("sidebar_link.gif");
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #b6b6b6;
}

#rightbar .link a:hover {  color: #b4c3d2; background-position: 0 -32px; }

/*=========================================*/
/*Content								   */
/*=========================================*/

#content { 	margin-left: 160px;
		margin-right: 160px;
	 }
#contentEnd { clear: both; } /* needed so the container doesn't cut off unexpectedly*/

#content .divider {
	margin: 8px 0;
	height: 2px;
	background-image: url("content_divider.gif");
	background-repeat: repeat-x;
}

#content h1 {
	margin: 0;
	font-size: 16px;
	color: #597ca6;
}

#content h2 {
	margin: 0;
	font-size: 16px;
	font-variant: small-caps;
	color: #597ca6;
}

#content h3 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

#content .quote {
	margin: 16px;
	padding: 12px;
	background-color: #e3e3e3;
	background-image: url("content_quote.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #b8b8b8;
	color: #646464;
}

#content li { margin-bottom: 10px; }
#content a { color: #516e91; text-decoration: none; }
#content a:hover { color: #6e98c9; }

/*Misc. font-related definitions for use wherever*/
#content .red { color: #a94848; }
#content .green { color: #6f9151; }
#content .blue { color: #597ca6; }
#content .strike { text-decoration: line-through; }

/*=========================================*/

#content .top
{
	height: 24px;
	background-image: url("content_topMiddle.gif");
	background-repeat: repeat-x;
}

#content .logo_top
{
	height: 8px;
	background-image: url("LogoTM.gif");
	background-repeat: repeat-x;
}

#content .logo_top_left {
	float: left;
	height: 8px;
	width: 8px;
	background-image: url("LogoTL.gif");
	background-repeat: no-repeat;
}

#content .logo_top_middle {
	float: left;
	padding-top: 4px;
}

#content .logo_top_right {
	float: right;
	height: 8px;
	width: 8px;
	background-image: url("LogoTR.gif");
	background-repeat: no-repeat;
}

#content .topLeft {
	float: left;
	height: 20px;
	width: 8px;
	background-image: url("content_topLeft.gif");
	background-repeat: no-repeat;
}

#content .topMiddle {
	float: left;
	padding-top: 4px;
}

#content .topMiddle h1 {
	margin: 0;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
}

#content .topRight {
	float: right;
	height: 20px;
	width: 8px;
	background-image: url("content_topRight.gif");
	background-repeat: no-repeat;
}

/*=========================================*/

#content .middle {
	padding: 8px 16px;
	background-color: #ededed;
	
}

#content .logo {
	padding: 8px 16px;
	background-color: #c0c0c0;
	background-image: url("loop.jpg");	background-repeat: repeat-x;
	
}

* html #content .middle { margin-right: 3px; } /*Fixes a minor display glitch in IE6*/

/*=========================================*/

#content .bottom {
	height: 8px;
	background-color: #ededed;	
	margin-bottom: 16px;
}

#content .logo_bottom {
	height: 8px;
	background-color: #c0c0c0;	
	margin-bottom: 16px;
}

#content .logo_left {
	height: 8px;
	width: 8px;
	float: left;
	background-image: url("LogoBL.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .logo_right {
	height: 8px;
	width: 8px;
	float: right;
	background-image: url("LogoBR.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

* html #content .bottom { margin-right: 3px; } /*fixes a minor display glitch in IE6*/

#content .bottomLeft {
	height: 8px;
	width: 8px;
	float: left;
	background-image: url("content_bottomLeft.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .bottomRight {
	height: 8px;
	width: 8px;
	float: right;
	background-image: url("content_bottomRight.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*=========================================*/

#content .commentBox {
	margin: 16px 0;
	padding: 8px;
	background-color: #e3e3e3;
	border: 1px solid #b8b8b8;
	text-align: right;
	font-size: 10px;
	line-height: normal;
	color: #646464;
}

#content .newBox {
	margin: 8px 0;
	padding: 2px;
	background-color: #e3e3e3;
	border: 1px solid #b8b8b8;
	text-align: left;
	font-size: 14px;
	line-height: normal;
	color: #646464;
}

/*=========================================*/
/*Footer								   */
/*=========================================*/

#footerTop
{
	font-size: 10px;
	text-align: center;
	line-height: normal;
}

#footerTop a { color: #b6b6b6; text-decoration: none; }
#footerTop a:hover { color: #b4c3d2; }

#footerBottom
{
	margin: 0 auto;	
	width: 95%;
	height: 16px;
	background-image: url("footer_middle.gif");
	margin-bottom: 16px;
}

#footerBottom .left {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("footer_left.gif");
}

#footerBottom .right {
	float: right;
	width: 16px;
	height: 16px;
	background-image: url("footer_right.gif");
}

/* blockquote styles */
blockquote
{
	background-color: #dbffd1;
	border-top: 1px dotted #a1d97e;
	_border-top: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	border-bottom: 1px dotted #a1d97e;
	_border-bottom: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	padding: 12px;
	padding-left: 36px;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote.info, blockquote.error, blockquote.allgood
{
	background-position: 10px center;
}

blockquote.info
{
	background-image: url(blockquote_info.gif);
}

blockquote.error
{
	background-image: url(blockquote_error.gif);
	background-color: #ffded5;
	border-top: 1px dotted #d99d80;

	border-bottom: 1px dotted #d99d80;
}

blockquote.allgood
{
	background-image: url(blockquote_allgood.gif);
}

blockquote p, #content blockquote p
{
	margin: 0px;
	text-indent: 0px;
}

/* end of blockquote styles */
