#main {
	margin: auto;
	border: 1px solid #cccccc;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	background-color: #003399;
}



input, textarea {
    border: 1px solid #aaa;
}


#caption{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}



#source{
  text-align:right;
  
  padding-right:10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 1px;
	float: left;
	padding-right: 1px;
	font-size: small;
}
#dateformat .navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#dateformat .navigation a {
   background: #BEBEBE; /* the background of each navbox will be this color. red */
   color: black; /* this is going to be the text color */
   display: block; /* this displays the navbar in a block format */
   width: 145px; /* the width of the navbar  */
   margin-bottom: 1px; /* the margin between each of the nav boxes */
   padding-left: 10px; padding-top:4px; padding-bottom:4px; /* the distance between the left boarder and the text */
   border-style: solid; /* says that the boarder around the nav boxes is solid. */
   border-color: #000000; /*displays the boarder color */
   border-width: 1px 1px 1px; /* the width of the boarders on the top, bottom, and right */
    font-size:11px;
        line-height:16px;
        text-decoration: none;
}

/* This will change the navbar when your mouse goes over it */
#dateformat .navigation a:hover {  
   background: #919191; /* the background of each navbox will be this color. blue */
   color: white; /* this is going to be the text color */
   text-decoration: none; /* makes sure that when you hover the nav bar that there isn't understrike, overline, line-through, blinks. */
   border-style: solid; /* says that the boarder around the nav boxes is solid. */
   border-color: #000000; /*displays the boarder color */
   border-width:1px 1px 1px; /* the width of the boarders on the top, bottom, and right */
    font-size:11px;
} 

div.title { /* the background of each navbox will be this color. red */
	color: blue; /* this is going to be the text color */
	display: block; /* this displays the navbar in a block format */
	width: 145px; /* the width of the navbar  */
	margin-bottom: 1px; /* the margin between each of the nav boxes */
	padding-left: 10px; /* the distance between the left boarder and the text */
	border-style: solid; /* says that the boarder around the nav boxes is solid. */
	border-color: #000000; /*displays the boarder color */
	border-width: 1px 1px 1px; /* the width of the boarders on the top, bottom, and right */
	font-size:11px;
}

#dateformat .navigation .here {
        background-color: #0000CC;
     line-height:16px;
         color: blue; /* this is going to be the text color */
   display: block; /* this displays the navbar in a block format */
   width: 155px; /* the width of the navbar  */
   margin-bottom: 1px; /* the margin between each of the nav boxes */
   padding-left: 10px; /* the distance between the left boarder and the text */
   border-style: solid; /* says that the boarder around the nav boxes is solid. */
   border-color: #000000; /*displays the boarder color */
   border-width: 1px 1px 1px; /* the width of the boarders on the top, bottom, and right */
    font-size:14px;}




td{
 font-size:11px;
}

a{color:#ffffff}
a:hover{color:#6F6F6F}
a:visited {
 color: #990033;
}
a:active {
 color: #339999;
}
a:link {
 color: #FF0000;
}
