
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: #EEE url(../images/background_new.jpg);
	
	color: #000000;
	font: normal 80% verdana,sans-serif;
	margin: 0;
}

p, ul{
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}


h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearIt {
	clear: both;
}

/* structure */
.container {
	
	margin: 0 auto;
	padding-bottom: 6px;
	width: 780px;
}


/* main */
.main {
	clear: both;
	padding: 0px 0px;
	
}


/* content */
.content {
         background: #FFFFFF;
	width: 780px;
	margin-top: -20px;
}


.banner { width:780px; height:100px;
             margin-bottom: -5px;}


.header { height:100px;
          background:none;
          color:#FFFFFF;
          font-size:25pt;
          font-family:Arial, Verdana, Times New Roman;
          font-weight: 100;
          }

#titleText { position:relative;
             top:40px;
             left:0px;
        
			}

#theLogo { position:relative;
           top:40px;
           left:20px;
          font-size:15pt; 
          font-family:'Bradley Hand ITC', 'BrushScript BT', Arial, Verdana; 
          color: rgb(255,255,255);
          font-weight: 700;
           }

/* Main Table */

#mainTable { font-weight:normal; 
		font-size:12px;
		font-family: Verdana, Arial, Sans-Serif;
		
		}

td#leftSide {   vertical-align:top;
		width:150px; height:450px;
		}

td#Middle {     vertical-align:top;
		width:505px; 
	        padding-left:10px; 
	        padding-top:5px; 
	        text-align:justify;}

td#rightSide { vertical-align:top;
               width:125px; }

td#bottom { text-align:center; 
            height:50px;}

/* INDEX page link table */

#squares { width:100%;
           height:100px; }

.sq { width:50%; padding:3px; vertical-align:top;  }

 img#smallSQ { float:left;
               border:0;
               padding:3px; }
               
p.small { font-size:9pt;font-weight:normal; text-align:justify; }

 a#square { text-decoration:none;
                color:black; }

 a#square:hover { text-decoration:underline;
                color:#00AAff; }

/* Side Menu */

.sideMenu ul, .sideMenuRHS ul {
	border-top: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
}
.sideMenu li, .sideMenuRHS li {
	border: 1px solid #FFFFFF;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sideMenu li a, .sideMenuRHS li a {
	color: #777;
	display: block;
	font-size: 0.8em;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
}
.sideMenu li a:hover, .sideMenuRHS li a:hover {
	color: #00AAff;
}

.sideM, .sideMRHS { font-size:8pt;
         color:#0066FF; 
         margin-bottom:-2px;
         padding-left:1px;}

}


/* Middle Formatting etc */

hr#redline { color:red;
             height:1px; }

h4#heading { color:maroon; font-size:16px;  margin-top:5px; text-align:center;
             margin-bottom:3px; }

h5#h5 { color:#0066FF; margin-bottom:2px; }

div#dated { color:gray; font-size:8px; padding-top:5px; text-align:right; }


/* TOP MENU BAR */

#newMenu { height:10px;
           margin-bottom: -5px;
           background: #FFFFFF; }


ul#tabs { font-size:12pt;
    font-weight: bold;
    list-style: none;
    height: 25px;
    background: #FFFFFF;
}

ul#tabs li {
	display: block;
    font-size:10pt;
    font-weight: bold;
    float: left;
    margin: 0;
    height: 15px;
    text-align: center;
    width: 156px;
    background:#00AAff;
}

ul#tabs a {
    display: block;
    text-decoration: none;
    color: white; 
}

ul#tabs a:hover {  background:gold;
                      color:black;
                      border-left:1px solid black;
                      border-right:1px solid black;}

/* floats */
.left {float: left;}
.right {float: right;}

ul.disc {list-style-type: disc; list-style-position: inside;}

 img#leftSide { float:left;
               border:0;
               padding:3px 10px 10px 3px;
                }

 img#rightSide { float:right;
               border:0;
               padding:3px 3px 3px 3px;   
               border: solid 1px black;
               margin-left:3px; }

a#tags { color:#0066FF; margin-bottom:5px; text-decoration:none;  }

a#tags_top { color:silver; margin-bottom:5px; text-decoration:none;  }


/* GUESTBOOK */

span#gb_name {display:block; }

span#gb_where {display:block; font-size:10pt;color:gray; }

span#gb_p {display:block; padding-top:10px;padding-bottom:10px;}

span#gb_t {display:block; font-size:8pt;color:gray; text-align: right;}

hr#gb_hr {color:#343434;}

/* Wee Box in Right Hand Menu */


div#weebox {
	    border:1px maroon solid;
	    margin:3px;
	    padding:4px;
	    text-align:center;
		}

	ul.inside 
	{ 
	font-size:1em;
	margin-top:5px;
	padding-left:20px;
	margin-bottom:5px;
	}	
	
	.inside  li 
	{ 
	list-style-type: bullet;
	}	
	
	