﻿<!--
body {
	background-color:black;
	height:94%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
#d_body {
width:100%;
height:100%;
}
#d_outerbox {
width:780px;
}
#header { /* the header of the page */
width:780px;
height:140px;
padding:20px 0 0 10px;
margin:0;
background-image:url(template_img/ntotop_small.jpg);
}
#d_contentbody {
padding:6px;
}
#d_contentbody_left {
float:left;
width:500px;
background-color:white;
}
#d_contentbody_right {
	float:right;
	left:508px;
	width:248px;
	padding:6px;
	background-image:url(template_img/bg_box.gif);
	background-repeat:repeat-x;
	background-color:white;
	border-bottom:solid 1px #e2e1e1;
	border-right:solid 1px #e2e1e1;
	z-index: 1001;
}

.d_blog {/* class for the blog entries */
position:relative;
padding:6px;
background-image:url(template_img/bg_blog.gif);
background-repeat:repeat-x;
}

.d_blog img {/* if you want a CSS class on images contained within blog content, borders and such */
}
h1,h2,h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
}
h3 {
font-size:1.1em;
}


.style34 {
	font-size: large;
}
      .style33 {
	font-size: x-small;
}
.style35 {
	text-align: center;
	
}
.style36 {
	text-align: left;
}
.style26 {
	font-size: xx-small;
}
.style24 {
	color: #000080;
	}
      .style12 {
	color: #000080;
	font-size: x-small;
}
.style19 {
	color: #000080;
	font-size: xx-small;
}
      .style23 {
	color: #000080;
	font-size: x-small;
}
      .style37 {
	border-width: 0px;
}
      		
	td {
      font-family: verdana, sans-serif;
        font-size: 12px;
        }
      

.style2 {
	font-family: Verdana;
}
	
	.style27 {
	font-family: Verdana, Verdana, Verdana, sans-serif;
	font-size: xx-small;
}
      .style15 {
	font-family: Verdana, Verdana, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}
                  
.style38 {
	padding: 2px 8px;
	text-align: center;
	border-left-style: groove;
	border-left-width: 2px;
	border-top-style: groove;
	border-top-width: 2px;
	border-right-style: groove;
	border-right-width: 2px;
}
                  

/* header styles */
.content_header { /* header for blogs */
	font-size:1.3em;
	font-weight: bold;
}
.content_date { 
	font-size:1em;
	font-style:italic;
	font-weight:normal;
}
div.content_content {
margin-left:25px;
}
ul.content_linkrow li {
display:inline;
padding-left:15px;
}
ul.content_linkrow li.author {
background-image:url(template_img/person.png);
background-repeat:no-repeat;
}
ul.content_linkrow li.comments {
background-image:url(template_img/comments.png);
background-repeat:no-repeat;
}
ul.content_linkrow li.plink {
background-image:url(template_img/plink.png);
background-repeat:no-repeat;
}

/* style for polls */
.pollName { /* header */
	font-size: 11px;
	font-weight: bold;
}
.poll { /* poll */
	font-size: 11px;
}




/* link styles */
/* generic links style */
A:link    { color: #000000 }
A:active  { color: #000000}
A:visited { color: #000000}
A:hover   { color: #CCCCCC; text-decoration:underline  }
/* links within Blog content */
.b_content A:link    { color: #000000; text-decoration:underline }
.b_content A:active  { color: #000000}
.b_content A:visited { color: #000000}
.b_content A:hover   { color: #000000}
/* links within Blog subtext */
.b_subtext A:link    { color: #000000; text-decoration:underline }
.b_subtext A:active  { color: #000000}
.b_subtext A:visited { color: #000000}
.b_subtext A:hover   { color: #000000}
/* links within Comments  */
.c_content A:link    { color: #000000; text-decoration:underline; font-weight:bold }
.c_content A:active  { color: #000000; font-weight:bold }
.c_content A:visited { color: #000000; font-weight:bold }
.c_content A:hover   { color: #000000; font-weight:bold }



/* calendar begin */



}

table#calendar {
	font-size:10px;
	width:100%;
}
table#calendar caption {
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #CCE;
	font-size:1em;
	font-weight: bold;
	padding: .3em 1px;
}
table#calendar tr#title th {
	font-size: 1em;

}
table#calendar td {
	width: 10px;
	height: 10px;
	color: #777;
	text-align: center;
	vertical-align: top;
	padding:3px;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	width: 10px;
	text-align:center;
	padding:0 3px 0 3px;
}
table#calendar th a {
	font-weight: bold;
}


table#calendar .today {
	background-color: #f1f1f1;
	border:solid 1px #CCCCCC;
}
table#calendar p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}

/* calendar ends */
-->