/* CSS Document */
#articles{
	width: 990px;
	margin: 30px 0px 0px;
	height: auto;
}
#articleMain{
	font-family: Arial, sans-serif;
	font-size: 14px;
	height: auto;
	color: #000000;
}
#articleMain UL{
}
#articleMain LI{
	padding: 5px;
	list-style-position: outside;
	list-style-type: square;
}
#articleMain a:link {
text-decoration: underline;
font-weight: normal;
color: #0000ff;

}
#articleMain a:visited { 
text-decoration: underline;
font-weight: normal;
color: #0000ff;
}
#articleMain a:hover { 
text-decoration: underline;
font-weight: normal;
color: #0000ff;
}
#articleMenuHeader
{
	background-color: #003366;
	width: 158px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#articlelist
{
	width: 160px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;

}

#articlelist li
{
list-style: none;
margin: 0;
padding: 0.25em;
font-size: 13px;
font-family: Arial, sans-serif;
font-weight: normal;
}

#articlelist li a:link {
text-decoration: underline;
font-size: 13px;
font-family: Arial, sans-serif;
font-weight: bold;
color: #0000ff;

}
#articlelist li a:visited { 
text-decoration: underline;
font-size: 13px;
font-family: Arial, sans-serif;
font-weight: bold;
color: #0000ff;
}
#articlelist li a:hover { 
text-decoration: underline;
font-size: 13px;
font-family: Arial, sans-serif;
font-weight: bold;
color: #0000ff;
}

#articlesLeftTable{
	height: 600px;
	width: 160px;
	border-right: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	border-left: 1px dashed #333333;
	background-color: #CCCCCC;
	color: #4e4e4e;
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}
#articlesRightTable{
height: auto;
width: 160px;
border-right: 1px dashed #333333;
border-bottom: 1px dashed #333333;
border-left: 1px dashed #333333;
background-color: #CCCCCC;
color: #4e4e4e;
font-family: Arial, sans-serif;
font-weight: normal;
padding-left: 1px;
}

