/* 
	Main definitions 
*/

body, html {
	margin: 0 auto;
	height:100%;
	color:#313029;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}

a:link {
	color: #1C4E7E;
	text-decoration: none;
}

a:visited {
	color: #1C4E7E;
	text-decoration: none;
}

a:hover {
	color: #1C4E7E;
	text-decoration: underline;
}

a:active {
	color: #1C4E7E;
	text-decoration: none;
}

a.current {
  font-weight:bold;
}

a.more {
  color:#f60;
  font-weight:bold;
  font-size:11pt;
}

img {
  border:none;
}

#content {
  width:800px;
	margin: 0 auto;
}

h1 {
  margin:40px 0 20px 0;
  font-family:Georgia;
	font-size:20pt;
	line-height:28pt;
	border-bottom:1px dotted #999;
}

h2 {
  font-family:Georgia;
	font-size:16pt;
	line-height:18pt;
	margin:40px 0 16px;
	clear:left;
}

h3 {
	font-size:14pt;
	line-height:18pt;
}

h4 {
	font-size:10pt;
	font-weight: normal;
	line-height:24pt;
}

p {
  font-size:10pt;
  line-height:16pt;
  text-align:justify;
}

p.date {
  font-size:8pt;
  line-height:11pt;
}

p.footer {
  font-size:8pt;
  line-height:16pt;
	border-top:1px dotted #999;
	padding:10px 0;
	margin-top:40px;
	text-align:right;
	clear:both;
}

li {
  font-size:10pt;
  line-height:16pt;
  text-align:justify;
}

.image {
	float: right;
	margin:0 0 0 40px;
	width:240px
	height:120px;
}

.image p {
	text-align:center;
}

.image img {
	border:1px solid #999;
}

.menu {
  width:265px;
  height:240px;
  text-align:center;
  float:left;
}

.menu p {
  text-align:center;
}

.menu img {
  border:1px solid #ccc;
}

pre {
	font-family:tahoma;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	hite-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}


table.naviBar {
  padding:0;
  margin:30px 0 10px 0;
}

table.naviBar td {
	padding:0 10px 0 0;
	margin:0;
}

table.naviBar a {
}






