/* Borrowed from the CSS for lca2005.linux.org.au security miniconf
    heavily borrowed from the official lca2005 css
	Hopefully it works :-)
	
 mid blue color  #0a3a82;
 dark navy blue	#151522;

*/

#masthead {
	border-bottom: 2px solid #333333;
	width: 98%;
                  background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(mastgradient.png);
	background-position: right;
	top: 0px;
	right: 0px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
}

#masthead h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3a82;
	font-size: x-large;
	margin-left: 2em;
	margin-right: 2em;
}


#leftnavbar{
	margin: 0 78% 0 0;
	padding: 0px;
	background-color: #ffe7e7;
	border-right: 1px solid #ccc00;
	border-bottom: 1px solid #ccc00;

}

#content{
  float:right;
	width: 74%;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0;
}

body {
	font-family: Bitstream Vera Sans, Tahoma, Arial;
	color: #151522;
}

p {
	margin: 15px 0 0 20px;
}

pre {
	margin: 15px 0 0 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3a82;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3a82;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3a82;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3a82;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3a82;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3a82;
}

p.navhead {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	line-height: 0;
	color: #0A3A82;
	margin: 10px 0 10px 0;
}
A.navhead:link {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	line-height: 1.75em;
	color: #0A3A82;
}
A.navhead:visited {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px; 
	line-height: 1.75em;
	color: #0A3A82;

}

A.nav:link {
	text-decoration: none;
	padding-left: 20px;
	color: #0A3A82;
	line-height: 1.5em;

}
A.nav:visited {
	text-decoration: none;
	padding-left: 20px;
	color: #0A3A82;
	line-height: 1.5em;

}
A.nav:hover {
	text-decoration: underline;
	padding-left: 20px;
	color: #0A3A82;
	line-height: 1.5em;
}

A.new:link {
	text-decoration: none;
	color: #ff0000;
}

A.new:visited {
	text-decoration: none;
	color: #ff0000;
}

A.new:hover {
	text-decoration: underline;
	color: #ff0000;
}

A:link {
	/* text-decoration: none; */
	color: #0a3a82;
}

A:visited {
	/* text-decoration: none; */
	color: #062554;
}


#content ul {
  margin-left: 0;
}

#content ul li {
  margin-left: 0;
}

#content table#calendar {
	margin: 2em;
}

table#calendar td {
	padding: 0.4em;
	border-width: 1px;
	border-style: solid;
}

address {
	color: #0a3a82;
	margin: 15px 0 0 40px;
	
}

