﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #cccccc;
	color: #003366;
   }
#container {
	width: 780px;
	margin-left: 10px; 
	margin-top: 5px;
   }

#masthead {
	width: 780px;
}

#content {
	width: 740px;
	padding: 20px;
	border-top: 0px solid #a9a9a9;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fff;
   }
#footer {
    font-size: 10px;
	clear: both;
	width: 780px;
   }

#navigation a {
	color: #000;
	background: url('../images/left-tab.jpg') left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
}
#navigation a span {
	background: url('../images/right-tab.jpg') right top no-repeat;
	padding-right: 10px;
}
#navigation a, #navigation a span {
	height: 20px;  
	display: block;
	float: left
}
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none;
	font-size: 12px; 
	font-weight: bold;
	color:#888888;
	border-top-color: #000000;
	border-top-width: thin;
}
/* End hide */
#navigation a:hover {
	color: #ffffff;
	background: #ffa20c url('../images/left-tab-hover.jpg') left top no-repeat;
	padding-left: 10px
}
#navigation a:hover span {
	color: #ffffff;
	background: url('../images/right-tab-hover.jpg') right top no-repeat;
	padding-right: 10px
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0
}
#navigation li {
	float: left;
	margin: 0;
	height:20px;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm div
{	position: absolute;
	visibility: hidden;
	display=none;
    z-index: 1;
    width:175px;
	margin: 0;
	padding: 0;
	background: #cccccc;
	}

#sddm div a {
    position: relative;
    display: block;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    border:1px #bbbbbb solid;
    background: #cccccc;
    }

#sddm div a:hover {
    background-image: none;
    background-color: #aaaaaa;
    color: #ffffff;
    }

#tabend {
	background: url('../images/right-end.jpg') right top no-repeat;
	height: 20px;  
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
   }
#content h3 {
    font-size: 18px; 
   }

#content img {
	padding: 5px;
	border: 1px solid #808080;
   }

/* Footer Styles */
#footer p {
	color: #aaaaaa;
	margin-top: 5px;
   }
#footer td {
	color: #aaaaaa;
    font-size: 10px; 
   }
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
   }
#footer a:hover {
	color: #33627d;
	text-decoration: none;
   }

a {
	color: #5f8ea9;
	text-decoration: underline;
   }
a:hover {
	color: #33627d;
	text-decoration: underline;
   }


.style_bold {
	font-weight: bold;
   }
.style_italic {
	font-style: italic;
   }

#ticker {
	width: 740px;
    height: 22px;
	font-size:18px;
	font-family: Garamond;
	font-weight: bold;
    vertical-align: middle;
    background-color: #ffffff;
    color: #777777;
	border: 1px #dddddd solid;
	position:relative;
	top:-15px; 
}
#ticker table {
	border: 1px #dddddd solid;
}
#ticker td {
    vertical-align: middle;
}
#ticker A:link {
   color:blue;
}
#ticker A:visited {
   color: blue;
}
#ticker A:hover	{
   color : #ff9900;
}
#droptab {
	
}


#faketicker {
	width: 740px;
	height: 22px;
	font-size: 18px;
	font-family: Garamond;
	font-weight: bold;
	vertical-align: middle;
	background-color: #ffffff;
	color: #CC0000;
	border: 1px #dddddd solid;
	position: relative;
	top: -15px;
}
#faketicker table {
	border: 1px #dddddd solid;
}
#faketicker td {
    vertical-align: middle;
    text-align: center;
}


#edittable {
    background-color: #444444;
    border: 1px #cccccc solid; 
}
#edittable tr {
    height:24px;
}
#edittable td {
    border: 1px #cccccc solid; 
}
#edittable a {
   text-decoration: none;
   color: white;
}
#edittable a:hover {
   text-decoration: none;
   color: yellow;
   text-decoration: underline;
}

td.blogcomment {
	background-color: #f8f8f8;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	text-align: left;
	width:100%;
	padding-left:5px;
	padding-right:5px;
}
