@charset "utf-8";
/* CSS Document pilot-3*/

/* I've specified the font type but not line height to use in the whole document */
body  {
	background-color: #B2B4BF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/* line-height: 1.6em; */
margin:0px;
}

/* Document layout */

#allcontent { margin-left: auto; margin-right:auto;  width:800px; padding-top:0px; padding-bottom:5px; background-color: #F1F2F4; }

#masthead { background: url(../images/icons/tmc-masthead.jpg)  center no-repeat; padding-left:30%; background-color: #F5F5F5; font-family:Arial, Helvetica, sans-serif; color:#FF0000; margin: 0px; height:90px; }


#navbar {
	background-color:#F1F2F4;
	margin: 0px;
	padding:0px;
	padding-left:20px;
	margin:0px;
	line-height:2em;
}


#main {
	background-color:#F5F5F5;
	padding:15px;
	margin: 20px 20px 10px 30px;
	float:left;
 }

#side {background-color:#33FF66; padding:15px; margin:0px 30px 10px 520px; }

#box { padding: 23px 60px 60px 0px; text-align:left; margin:0px 0px 20px 0px; }

#box2 { padding:20px; text-align:left; margin:20px; float:left; height:650px }

/* box for a google adbar */
#g-box {color:#FF0000; text-align:center; padding:15px; margin:10px;}

#footer { color:#FF0000; text-align:center; padding:15px; margin:10px; clear:left; }


/* orphaned corner stuff */
#feature {background: #96bf55 url(../images/top-corner.gif) no-repeat bottom left; width:220px; }
#feature dt {background: url(../images/Left_Bottom_Corner.gif) no-repeat; margin:0;}


/* headings text formatting */
.centred {text-align:center; line-height:1.8em; }

h1, h2, h3 {color:#999999; }
h1 {font-size:170%;} 
h1.toptitle {color: #993300; padding-top:40px;}

h2 {font-size:130%; }

h3 {font-size:130%; font-weight:normal; text-decoration:none; }

/* body text formatting */
p {text-align: justify ; line-height: 1.6em; }

p.comicfont { font-family:"Comic Sans MS", cursive; color:#CC3333 }

p.serif {font-family:"Times New Roman", Times, serif; }

p.italic {font-style:italic;}

p.box3 {border-color:black;
border-width:1px;
border-style:solid;
background-color:#00BF55; padding:5px; margin-left:190px;}
 
/*   This is the end   */

