/*#######################################################################################
-----------------------------------------------------------------------------------------
>> main_css.ccs
Author: Michael D. Baughman, Baughman Media Productions (http://www.bmg.springwellofhope.org)
Copyright: 2008
It is unlawful to use without permission, distribute, sell, trade, download to any
computer program, upload to any source whatsoever, or otherwise possess or have possession
of any material herein.
-----------------------------------------------------------------------------------------
#######################################################################################*/

/* CONTENT TEXT */

/* =================== body ====================== */
body {
        background-image:  url("images/bg/beige066.jpg");
	background-repeat: repeat;
	background-color: #ffffdd;
	height:100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* =================== header ====================== */

#top_header01{
        background-image:  url("images/top_menu05.gif");
        background-repeat: no-repeat;
	width: 748px;
	height: 60px;
        padding-right: 0px;
        padding-bottom: 0px;
        font-family: Arial, Helvetica, sans-serif, times new roman;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
        border-top: 5px ridge;
        border-color: #ffffff;
}
#head_left{
	vertical-align: center;
	background-color: #ffffff;
	width: 200px;
        height: 120px;
	padding-top: 0px;
	padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        border-top: 5px ridge;
        border-bottom: 5px ridge;
        border-color: #ffffff;
}

#head_center{
        vertical-align: center;
        horizontal-align: middle;
        background-color: #ffffff;
	background-repeat: no-repeat;
	width: 348px;
	height: 120px;
        font-family: times new roman;
        text-decoration: italics;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: blue;
        padding-top: 0px;
	padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        border-top: 5px ridge;
        border-bottom: 5px ridge;
        border-color: #ffffff;
}

#head_right{
        background-color: #ffffff;
	background-repeat: no-repeat;
	width: 200px;
	height: 120px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #6F787C;
        padding-top: 0px;
	padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        border-top: 5px ridge;
        border-bottom: 5px ridge;
        border-color: #ffffff;
}

#menu_header{
        horizontal-align: center;
        vertical-align: center;
        background-color: #ffffff;
        background-repeat: repeat;
	width: 748px;
	height: 26px;
        padding-top: 8px;
        padding-right: 0px;
        padding-bottom: 0px;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
        border-bottom: 5px ridge;
        border-color: #ffffcc;
}

/* =================== body ====================== */

#frame_full{
        horizontal-align: center;
        vertical-align: center;
        background-color: #ffffff;
	width: 748px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#frame_left_01{
        background-color: #ffeece;
	width: 150px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
}
#frame_large_01{
        background-color: #ffffcc;
	width: 575px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        border: 2px solid blue;
}
#frame_large_02{
        horizontal-align: center;
        vertical-align: center;
        background-color: #ffffff;
	width: 550px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
}
#frame_right_01{
        background-color: #ffffff;
	width: 538px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        border-left: 4px ridge #ffffff;
}
#frame_right_02{
        background-color: #ffffff;
	width: 550px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
}

/* =================== footer ====================== */

#footer_01{
        background-color: #ffffff;
	width: 738px;
	height: 36px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
        border-top: 4px ridge;
        border-bottom: 4px ridge;
        border-color: #ffffff;
}

/* =================== text ====================== */

P{
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   margin-top: 2px;
   margin-right: 2px;
}
.p_2_footer{
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #000000;
   margin-top: 2px;
   margin-right: 2px;
}


p.article:first-letter 
{
color:#ff0000;
font-size:xx-large;
}

.p_links {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

/* =================== linking ====================== */

a.menu_link{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

a:link {color:blue}    /* unvisited link */
a:visited {color:red} /* visited link */
a:hover {color:green}   /* mouse over link */
a:active {color:purple}  /* selected link */
