.BlueBackg .NW,
.BlueBackg .NE,
.BlueBackg .SW,
.BlueBackg .SE
{
    background-repeat: no-repeat;
}

.BlueBackg .W,
.BlueBackg .E
{
    background-repeat: repeat-y;
}

.BlueBackg .N,
.BlueBackg .S
{   
    background-repeat: repeat-x;
}

.BlueBackg .N,
.BlueBackg .NW,
.BlueBackg .W
{   
    background-position: left top;    
}

.BlueBackg .NE
{
    /* Begin fix to ensure header background is correctly displayed */
    min-height:7px;
    height: auto !important;
    height: 7px;
   /* End fix to ensure header background is correctly displayed */
}

.BlueBackg .SE
{
    /* Begin fix to ensure footer background is correctly displayed */
    min-height: 7px;
    height: auto !important;
    height: 7px;
    /* End fix to ensure footer background is correctly displayed */
}

.BlueBackg .NE,
.BlueBackg .E
{   
    background-position: right top;
}

.BlueBackg .SW,
.BlueBackg .S
{
    background-position: left bottom;
}

.BlueBackg .SE
{
    background-position: right bottom;
}
.BlueBackg .NW {
	background-image:url(NWgb.jpg);
}
.BlueBackg .N {
	background-image:url(Ngb.jpg);
}
.BlueBackg .NE {
	background-image:url(NEgb.jpg);
}
.BlueBackg .W{
	background-image:url(Wgb.jpg);
}
.BlueBackg .E{
	background-image:url(Egb.jpg);
}
.BlueBackg .SW{
	background-image:url(SWgb.jpg);
}
.BlueBackg .S{
	background-image:url(Sgb.jpg);
}
.BlueBackg .SE{
	background-image:url(SEgb.jpg);
}
.BlueBackgContent {
	padding:5px 0px 0px 10px !important;
}
.BlueBackg {
	margin:0px 0px 10px 0px;
	background-color:#99cccc;
}
.blog_body p 
{
    font-size:0.95em;
}
.blog_head h2 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    font-weight:bold !important;
}
.BlueBackg h2 
{
    padding:5px;
    font-size:1em;
}
