/*general stuff for the template */

body {
	background-color: #006699;
	text-align: center;
	min-width: 800px;
}

#header {
	background-color: #FFCC33;
	font-weight: bold;
	font-family: arial, helvetica;
}

#container {
	text-align: left;
}

#title {
	/*font-size: 36px;*/
	margin: 0;
	padding: 1px 0 1px 10px;
}

#title h1 {
	font-size: 36px;
	padding: 0;
	margin: 0;
}

#title h3 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}


#menu {
	margin: 0;
	background-color: silver;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	font-size: 18px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 5px 5px 2px 25px;
}

#menu li {
	display: inline;
	margin: 0;
	padding-right: 5px;
	padding-left: 0;
	padding-top:0;
	padding-bottom:0;
}


#menu a {
	text-decoration: none;
	color: blue;
}

a#current {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
 } 

#menu a:hover {
	text-decoration: none;
	background-color:#E6E6E6;
}

#menu a:visited {
	color: blue;
}

#sidebar {
	float: right;
	background-color: white;
	margin-top: 7px;
	margin-right: 1px;
	border: 2px solid orange;
	font-size: 13px;
	font-weight: bold;	
	width: 171px;
	font-family: arial, helvetica;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}
#sidebar a {
	text-decoration: none;
	color: blue;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a:visited {
	color: blue;
}

.sectitle {
	font-weight: bold;
	font-size: 18px;
}

#footer {
	font-size: 14px;
	width: 150px;
	background-color: gray;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
}

/*content specific stuff */

.newsdate {
	font-weight: bold;
}

#content {
	background-color: white;
	position: relative;
	margin-top: 7px;
	margin-right: 183px;
	padding: 5px 3px 10px 3px;
	border: 1px dotted black;
	font-size: 17px;
	text-align: left;

}

#content a{
	text-decoration: none;
	color: blue;
}

#content a:visited{
	color: blue;
}

#content a:hover{
	text-decoration: underline;
}

#content h2 {
	font-size: 23px;
	text-decoration: underline;
}
 
#content h3 {
	font-size: 19px;
}

#content h3:a {
	color: black;
}

#content h4 {
	font-size: 17px;
	font-weight: bold;
}

.dllink {
	font-weight: bold;
	font-size: 18px;
}

.dllink:hover {
	background-color: yellow;
}

.code {
	font-family: Courier;
	background-color: #EEEEEE;
}
