/* Body Sets the Width at 100% of browser */
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #FF0000;
	font-family: Tahoma, sans-serif;
	font-size: 160%;
	text-align: center;
	}

h2 {
	color: #0099FF;
	font-family: Tahoma, sans-serif;
	text-align: center;
	font-size: 140%;
	}

h3 { 
	font-family: Tahoma, sans-serif; 
	font-size: 120%;
	color:  #0099FF; 
	margin-left: 5px
}

h4 {
	font-family: Tahoma, sans-serif;
	font-size: 110%;
	color:  #0099FF;
	margin-left: 5px
}

h5 {
	font-family: Helvetica, sans-serif;
	color: #996600;
	font-size: 100%;
} 

h6 {
	font-family: tahoma, sans-serif;
	color : #ff9900;
	font-size: 80%;
}

ul.mainpage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color : #003399;
	list-style-type: disc;
	line-height: 150%;
 }

br {
	color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
	color : #003399;
	margin: 10px
}

p.black {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
	color : #999999;
}
p.left {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
}

p.right {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 80%;
}

p.centre {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p.footer {
	color: #999999;
	font-family: Verdana, sans-serif;
/*	font-style: italic;*/
	font-size: 65%;
	font-weight: bold;
	text-align: center;
}
p.imaker {
    color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-decoration: none;	
}
p.imaker a { 
    color: #999999;
    text-decoration: none
 }

p.nav {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: center;
}

p.top {
	font-family: "Comic Sans MS",sans-serif;
	font-size: 75%;
	text-align: center;
}

/* Defines a table used in main section */
div#mainpage {
}

div#mainpage table { 
	margin-left: auto;
	margin-right: auto;
	text-align:center 
}

div#mainpage tr {  
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	color:  #0099FF;
	text-align: left; 
}

div#mainpage td {  
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	color:  #0099FF;
	text-align: left; 
}

div#mainpage a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-decoration: none;
}

div#mainpage a:hover { 
/*    color: gray;*/
	color: rgb(0,102,0);
    text-decoration: none 
 }

/* Defines the page Links */

p.pagelinks {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	font-weight: bold;
	text-align: center;
}

ul.pagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: rgb(255,255,255);
	text-decoration: none;
	list-style-type: square;
 }

ul.pagelinks a:link { 
    color: rgb(255,255,255);
    text-decoration: none
 }

ul.pagelinks a:visited { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

ul.pagelinks a:active { 
    color: rgb(255,255,153);
    text-decoration: none 
 }

ul.pagelinks a:hover { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

 /* Defines the insert panel */

h1.insert {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background: #cc0033;
	font-size: 100%;
	color: #ffffff;
}

/* Defines the news */
p.insert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: rgb(0,102,0);
	background: rgb(255,255,255);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	display: block;
	width: 100px;
	border: solid 1px;
	padding: 0.7em;
}

p.insert a:link { 
    color: rgb(0,102,0);
    text-decoration: none
 }

p.insert a:visited { 
    color: #ff0000;
    text-decoration: none 
 }

p.insert a:active { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

p.insert a:hover { 
    color: #ff0000;
/*    background: rgb(255,189,15);*/
    text-decoration: none 
 }
 
 td.insert {
	width: 120px;
	text-align: center;
	padding: 5px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-color: gray;
}
  #googleads { padding: 1em;
    }
