/* MJRiley.net CSS. */
/* Main */
body 
{
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	font-family: "Arial" ;
	margin: 0;
	padding: 0;
	border: 0;
}

table
{
margin: 0;
padding: 0;
border: 0;
}

div.menu
{
font-size: 18px ;
font-family: "Arial" ;
color:#990000 ;
}

p.headingfont
{
font-size:14px ;
font-weight: bold ;
font-family: "Arial" ;
color:#000000 ;
margin: 0 ;
}

p.mainfont
{
font-size:12px ;
font-family: "Arial" ;
color:#000000 ;
}

a 
{
font-family:  "Arial" ;
font-size: 12px ;
}

a:link {color:blue} 
a:visited {color:blue} 
a:hover {color:blue} 
a:active {color:blue} 

/* Menu configuration */

a.menu 
{
font-size: 18px ;
font-family: "Arial" ;
color:#990000 ;
text-decoration: none ;
}

a.menu:link {color:#990000} 
a.menu:visited {color:#990000} 
a.menu:hover {color: #99CC33 ; text-decoration:underline} 
a.menu:active {color:#990000} 

/* Table configuration */
.headertable
{
width:794px;
height: 110px;
background:url(header.png);
background-repeat:no-repeat;

}
.maintable
{
width: 794px;
height: 600px;
background-color:#FFFFFF;
}

.menutable
{
background-color:#FFFFFF ;
width: 794px ;
height: 35px ;
}

.menulink
{
background-color:#FFFFFF ;
width: 198px ;
height: 25px ;
text-align: center ;

}

.footer 
{ 
background: url(footer.png); 
height: 35px ;
width: 794px ;

}

.maincontenttable 
{ 
background: url(background.png);
background-color: #FFFFFF ;
background-position: bottom ;
background-repeat: no-repeat;
height: 408px;
width: 794px;
}

.contenttable
{
height: 408px;
width: 794px;
}

.bottomtable
{
height: 20px;
width: 250px;
}

/* Article 1 */

.article1
{
border-style: dashed ;
border-color: #999999 ;
border-width: 1.5px ;

height: inherit;
width: 500px;
margin-left: 45px;
margin-top: 5px ;
}

.images
{

margin-top: 5px;
margin-left: 15px;
margin-left: 15px;
border: none;
}


