/* box model */

.event-icon {
	border: 0;
	float: left;
	margin-top: 6px;
	margin-right: 12px;
	width: 40%;
	}

body {
	margin-right: 1em;
	margin-left: 5%;
	}

h1 {
	padding: 0.3em 0.5em 0.3em 0.5em;
	position: relative;
	}

h2 {
	padding: 0.1em 0.5em 0.2em 0.5em;
	}

h3 {
	padding-left: 0.6em;
	}

h4 {
	padding-left: 0.8em;
	}

img {
	margin-right: 12px;
	}
	
p.link {
	margin-top: 4px;
	margin-bottom: 0px;
	}

.link img, dt img {
	top: -5px;
	}

pre {
	margin-left: 10%;
	}

li pre {
	margin-left: 5%;
	}

/* fonts */
body {
	font-family: verdana, arial, sans-serif;
	}	

.summary {
	font-style: italic;
	}
	
.function {
	font-family: 'trebuchet MS', arial, sans-serif;
	font-size: 144%;
	font-weight: normal;
	font-variant: small-caps;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet MS', arial, sans-serif;
	}

h1 {
	font-size: 300%;
	font-weight: bold;
	}

h2 {
	font-size: 144%;
	font-weight: normal;
	text-transform: capitalize;
	font-variant: small-caps;
	}
	
h2 a:link {
	text-decoration: underline;
	}
	
h2 a:visited {
	text-decoration: none;
	}
	
h2 a:hover {
	background-color: #369;
	}

h3 {
	font-size: 120%;
	font-weight: normal;
	}

h4 {
  font-size: 100%;
  font-weight: bold;
}

/* colors */
body {
	background: white;
	color: black;
	border: 0px none white;
	}
a:link, a:active  { color:#0000FF }
a:visited         { color:#00008B }
a                 { text-decoration:none }

h1 {
	width: 95%;
	}

h1, h2 {
        background: #00008B;
        color: #ffffff;
	}
	
h2 a:link {
	color: #ffffff;
	}
	
h2 a:visited {
	color: #ffffff;
	}

hr {
	color: #8b;
	background: #8b;
	}

img, a:link img, a:visited img, a:hover img, a:active img, #link-up img, #link-top img {
	border: 0px none white;
	background: transparent;
	}

a:link {
	color: #636;
	background: transparent;
	border: 0px none white;
	}

a:visited {
	border: 0px none white;
	}

a:active {
	border: 0px none white;
	}

a:hover {
//	color: #636;
//	background: #9F9;
//	background-color: #369;
	border: 0px none white;
	}

/* text */

h2, h3 {
	text-transform: capitalize;
	}

a {
	text-decoration: none;
	}

#link-top, #link-up {
	text-align: right;
	}


.copy {
	font-size:smaller;
	text-align:right
}


#navcontainer ul {
	list-style-type: none;
	text-align: right;
	}

#navcontainer ul li { 
	display: inline; 
	}

#navcontainer ul li a {
    border: none;
	text-decoration: none;
	padding: .2em 1em;
	color: #ffffff;
	background-color: #00008B;
	}
	
#navcontainer ul li a:hover {
	color: #fff;
	background-color: #369;
	}
	
#navcontainer ul li.selectedTab {
	border-top: solid thin #00008B; 
	padding-top: .15em; 
	padding-left: .5em; 
	margin-right: .5em;
	}
	
#navcontainer ul li.selectedLeftmostTab {
	border-top: solid thin #00008B;
	border-left: solid thin #00008B; 
	padding-top: .15em; 
	padding-left: .5em; 
	margin-right: .5em;
	}
	
#navcontainer ul li.selectedRightmostTab {
    border-right: solid thin #00008b;
	border-top: solid thin #00008B;
	padding-top: .15em; 
	margin-left: .5em; 
	padding-right: .5em;
	}

#footer {
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 5px 7px 7px 10px;
	text-align: left;
	clear: both;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
	}

html>#footer	{
	font-size: x-small;
	} 

#footer p	{
	margin: 10px 0;
	padding: 0;
	}

#footer ul	{
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#footer li	{
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
	text-align: left;
	border: 0;
	}	
