BODY {
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #0e0e0e;
	background-image: url('../graphics/bgtile.png');
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.header {
	text-align: center;
	height: 84px;
	background-image: url('../graphics/headertile.png');
	background-position: top;
	background-repeat: x-repeat;
}

.frame {
    background-image: url('../graphics/frame-middle-tile.png');
	background-position: top;
	background-repeat: y-repeat;
	width: 1120px; 
	margin: 0px auto; 
	position: relative;
	margin-top: 10px;
}

.frame .top {
   
	height: 10px;
}

.frame .flash {
	height: 430px;
	background-color: #0e0e0e;
	margin: 0px 11px 0px 11px;
}

.frame .path {
	border-top: 1px #FFFFFF solid;
	padding-top: 5px;
	padding-left: 5px;
	height: 20px;
	background-color: #949494;
	margin: 0px 11px 0px 11px;
	font-size: 12px;
}

.frame .path a {
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.frame .path a:hover {
	text-decoration: underline;
}

.frame .content {
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
	padding: 5px;
	background-image: url('../graphics/static/bg3.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

.frame .footer {
	
	background-image: url('../graphics/frame-bottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	vertical-align: absmiddle;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}

.frame .footer A {
	color: #000000;
	text-decoration: none;	
}

.frame .footer A:hover {
	text-decoration: underline;	
}

.articleLink
{
	font-size: 12px;
	color: red;
	text-decoration: none;	
}

.articleLink:hover
{
	text-decoration: underline;	
}
