*{
	margin:0;
	padding:0px;
}
body {
	margin-bottom: 10px;
}
a, a:visited {
	text-decoration: none;
	color: #00FF00; 
	background: inherit;
}
a:hover {
	color: #FF0000;
	background: inherit;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	font-family: "Comic Sans MS", "Comic Sans MS Bold";
	font-weight: Bold;
	padding: 3px 0 0 0;	
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 125%;
	color: #006600;
	margin-bottom: 3px;
}
h3 {
	font-size: 95%;
	color: #666666; 
}
h4{
	font-size: 85%;
	color: #999999;
}
h5{
	font-size: 80%;
	color: #708090;
	text-transform: uppercase;
}
p {
	padding: 5px;
}
.padleft{
	padding-left: 10px;
}
table {
	margin: 2px;
}
th {
	padding-right: 12px;
	padding-left: 12px;
	background: #333333;
	height: 25px;
	text-align: left;
	margin-bottom: 1px;
}
tr {
	height: 25px
}
td {
	padding-right: 8px; 
	padding-left: 8px; 
	border: 1px solid White;
	color: #FFFFFF;
}
tr.rowlight {
	background: #FBFBFB;
}
tr.rowdark {
	background: #F1F1F1;
}
blockquote {
	margin: 5px 0 5px 20px;
	padding: 5px 5px 5px 5px;
	border-left: 5px solid #2D2D2D;
	text-align: justify;
	color: White;
}
#container{
	width: 800px;
	margin: 10px auto;
	border: 2px solid #000000;
	background-color: #333333;
}
#content{
	padding-top: 5px;
	padding-bottom: 5px;
	width:800px;
	clear: both;
}
#leftcontent{
	display:inline /*Fix IE floating margin bug*/;
	padding-left: 5px;
	padding-bottom: 1px;
	width: 155px;
	float: left;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	padding-top: 10px;
}

#rightcontent{
	display:inline /*Fix IE floating margin bug*/; 
	padding-right: 10px;
	width: 615px;
	float: right;
	font-family: "Comic Sans MS", "Comic Sans MS Bold";
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
#header{
	height:160px;
	width:800px;
	font-family: "MS Serif", "New York", serif;
}
#headtop{
	height: 15px;
	text-align: right;
	padding: 3px 0 0px 0;
	background: black;
}
#headtop a{
	font: bolder 1.0em 'Trebuchet MS', Arial, Sans-serif;
	text-decoration: none;
	color: #258ADC;
	padding-right: 10px;
}
#headtop a:visited{
	color: #258ADC; 
}
#headtop a:hover {
	color: #00FF00;
	text-decoration: underline;
}
#headbottom{
	margin: 0 auto;
	height: 135px;
	border: 2px solid #000000;
	padding: 0px 0 0 25px;
	background-image: url(images/mcd-banner.jpg);
	background-repeat: no-repeat;
}
#headbottom h2{
	display: inline;
	border-top: 2px solid #606060;
	margin-left: 51px;
 	padding: 0px 0 0 0;
	color: #333333; 
	font: bolder 1.2em 'Trebuchet MS', Arial, Sans-serif;
	text-decoration: none;
}
#menu {
	width:800px;
	height: 30px;
	background: Black;
	text-transform: uppercase;
	margin-top: -20px;
	font-family: "Comic Sans MS", "Comic Sans MS Bold";
}
#menu ul {
	white-space: nowrap;
	list-style-type:none;
}
#menu ul li{
	display: inline;
}
#menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color:White;
	border-right: 1px solid #3D3D3D;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	width: 156px;
	float: left;
	margin-left: 2px;
}
#menu ul li a:hover {
	font-weight: bold;
}
#menu ul li.current a{
	background: #00FF00;
	color: #000000;
	font-weight: bold;
}
.navigation{
	width:152px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.navhead{
	height: 23px;
	padding: 5px 0 0 15px;
	margin-bottom: 1px;
	border-bottom: thin solid #595959;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background: black;
	font-family: "Comic Sans MS", "Comic Sans MS Bold";
}
.navmenu {
	width: 150px;
	padding: 0 1px 10px 1px;
	background-color: #00FF00;
	font-size: 12px;
	color: #000000;
}
.navmenu li {
	margin-bottom: 1px;
	list-style-type: none;
	white-space: nowrap;
}
.navmenu li a {
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #333333;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 15px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left;
}
.navmenu li a:hover {
	text-decoration: none;
	background-image: url(images/marker.png);
	background-position: left;
	font-weight: bold;
}

.navmenu li a:active {
	color: #00FF00;
}

.navmenu li a:visited {
	color: #333333;
}
.posthead {
	color: #00FF00;
	padding: 5px 0 0 0px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
}
.postcontent {
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #FFFFFF;
}
.postfooter {
	padding-right: 40px; 
	/*margin: 0 5px 10px 5px;*/
	height: 25px;
	line-height: 25px;
	/*border-bottom: 1px solid #f2f2f2;*/
	font-size: 80%;	
	text-align: right;
}
.postfooter .readmore {
	padding-left: 20px;
}
.postfooter .comments {
	padding-left: 20px;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.footclear{
	clear: both;
}
#footer{
	clear: both;
	width:800px;
	height: 20px;
	text-align: center;
	background-color:#000000;
	border-top: 2px solid #272727;
}
#footer h2{
	color: #A9A9A9; 
	text-decoration: none;
   font: bold 8.0pt Tahoma, Arial, Helvetica;
	padding: 0 10px 0 0;
	line-height: 20px;
}
#footer a{color: #006600; font-weight:bold;}
#footer a:hover{color: #32CD32}
.navbottom {
	height: 5px;
	padding: 5px 0 0 15px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background: black;
	font-family: "Comic Sans MS", "Comic Sans MS Bold";
}

