body
{
    text-align: center;
    background: #789;

    /*background: #fff;
    font-family: "Lucida Handwriting Italic", "Apple Chancery", "Comic Sans MS", cursive;*/
}


div.page
{
    background: #fff;
    padding: 0px;
    margin: 30px;
    border: 1px solid #000;
}

div.outer {width: 650px; background: #fff; padding: 10px;}


div.banner
{
    width: 650px;
    text-align: center;
    /*background: #998;*/
    /*background: #000 url(images/banner.jpg) fixed center no-repeat; */
    letter-spacing: 3px;
    color: #000;
    font-size: 32pt;
	text-decoration: underline;
    /*font-family: "Lucida Handwriting Italic", "Apple Chancery", "Comic Sans MS", cursive;
*/
}
div.subTitle 
{
	font-family: "Comic Sans MS", "Arial Narrow", Arial;
}

div.menuBar
{
    background: #456;
    text-align: center;
    width: 600px;
    margin-top:10px;
	padding: 2px 0px;
    border-top: 3px solid #ccc;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #666;
    border-right: 3px solid #666;


}

div.menuBar a
{
    color: #fff;
    width: 100px;
    height: 20px;
	padding: 2px 10px;
    text-decoration: none;
}

div.note
{
	padding-top: 20px;
	font-family: "Comic Sans MS", "Arial Narrow", Arial;
}
div.content
{
    padding-top: 25px;
    width: 650px;
    text-align: left;
    
}

div.block
{
	clear: both;
	margin-top: 20px;
}
div.content a
{
    color: #234;    
}



div.content p.para
{
    padding: 10px;
    /*bbpadding-left: 15px;*/
}

div.content p.para a
{
	color: #00f;
}

div.pictureLeft
{
    float: left; margin-right: 15px;
}

div.pictureRight
{
    float: right; margin-left: 15px;
}

div.contact
{
	clear: both;
    text-align: center;
	margin-top: 45px;
	padding: 0px 10px;
    /*border: 1px solid #000;*/
    
	
	border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;


}

div.subBanner
{
	text-align: center;
    font-size: 14pt;
    font-weight: bold;
 
    margin-bottom: 20px;
}

h4
{
    width: 100%;
    background: #456;
    color: #fff;
	padding: 4px 0px;
    text-align: center;
}

div.contact a
{
    color: #00f;
}


div.links
{
    height: 500px;
     

}

div.links span
{
    font-size: 14pt;
     

}