
html{
	padding:0;
	margin:0;
}

body{
	background:#ebefff;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:65%;
	text-align:center;
}

h1{
	position: relative;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:5em;
	color: #fff;
	font-weight:normal;
	padding: 40px 0 0 20px;
	margin:0;
}

h3{
	font-family:geneva,arial,sans-serif;
	color: #00a682;
	font-size:1.3em;
	font-weight:bold;
	padding:5px 0 0 10px; 
	margin:0;
}

h2 span{
	text-align: left;
	background:#fff ;
	padding:5px 0 0 0;
	margin: 0;
	line-height:1.5em;
	text-transform: none;
}

h2{
	font-family: arial,sans-serif;
	font-size:1.5em;
	color:#004bbf;
	margin:20px 0 0 10px;
}

h4{
	font-family:geneva,arial,sans-serif;
	color: #00a682;
	font-size: 1.1em;
	font-weight:bold;
	font-style: italic;
	padding:5px 0 0 10px; 
	margin:0;
}
h5 {
	font-family: tahoma, arial, sans-serif;
	color: #00a682;
	font-size: 1.1em;
	padding: 5px 0 0 0;
}
p{
	color:#3366cc;
	line-height:1.8em;
}

/* Links */
a:link {
	color:#660066;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover{
	color:#330099;
	text-decoration: underline;
}

.external {
	display: inline-block;
}	
a.external:link {
	color:#660066;
	background: url(../images/external-link.gif) no-repeat 100% 0;
	padding: 0 12px 0 0;
}
a.external:visited {
	color: #990033;
	background: url(../images/external-link.gif) no-repeat 100% -100px;
	padding: 0 12px 0 0;
}
a.external:hover {
	color:#330099;
	background: url(../images/external-link.gif) no-repeat 100% -200px;
	padding: 0 12px 0 0;
}

#border{
	width:600px;
	padding:0;
	margin:-10px auto 0 auto;
	border-color:#6692ff;
	border-style:dashed;
	border-width:0 1px;
}

#container{
	font-size:1.2em;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background:#fff url(../images/header.jpg) no-repeat;
	border: none;
}
#content { 
	padding: 0 30px 0px 30px; 
	background:#fff url(../images/footer.jpg) no-repeat bottom right;
}

#header{
	width:100%;
	margin:10px 0 0 0;
}

#header h3 {
	position:relative;
	word-spacing:3px;
	letter-spacing:2px;
	top:0;
	left:0px;
	padding:5px 0 0 10px;
}

.sub{
	font-size: 1em;
	color: #fff;
	margin: -10px 0 0 10px;	
}
.small {
	font-size: x-small;
	margin: 0 10px 10px 10px ;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebefff;
}

blockquote {
	margin: 5px 15px;
	padding: 20px 30px;
	font-family: Times New Roman, "New Century Schoolbook", serif;
	font-size: 1.1em;
	color: #0033cc;
	background:#edfbfe url(../images/quote.gif) no-repeat;	
}

blockquote p {
	line-height: 1.2em;
}

.text, .film, .record {
	font-family: Geneva, Georgia, serif;
	font-style: italic;
	font-weight: bold;
	color: #00a682;
}

/* -- Main nav -- */
#header ul {
	width: 530px;
	margin: 40px 0 20px 20px;
	padding-left: 0;
	background-color: #fff;
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 2px solid #6692ff;
}

#header ul li { display: inline; }

#header ul li a {
	padding: 0.5em 1em;
	background-color: #b0e2ff;
	color: #004bbf;
	border-right: 2px solid #fff;
	text-decoration: none;
	float: left;

}

#header ul li a:hover {
	background-color: #004bbf;
	color: #fff;
}

#header ul li a.selected {
	background-color: #6692ff;
	color: #fff;
}

/* Floating menu -- right */ 
#submenu{
	float:right;
	width:175px;
	padding:10px 5px 5px 5px;
	margin:50px 0 10px 20px;
	text-align:left;
	line-height:1.6em;
	color:#dc7d47;
	font-size:.9em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	letter-spacing:1px;
	background:#fff url(../images/sidemenu.gif) no-repeat;
	border: 1px solid #6692ff;
}

#submenu ul {
	list-style-type: none;
	margin: 0 3px 0 3px;
	padding-left: 9px;
}
#submenu li {
	padding-left: 9px;
	background: url(../images/sidemenu-bullet.gif) no-repeat 1px 6px; 
}
#submenu li.image {
	list-style-type: none;
	background: none;
}

#submenu a {
	border-bottom: none;
	color:#002d73;
}
#submenu a:hover {
	color:#993366;
	text-decoration: underline;
}

#submenu h3, #previous h3{
	font-family: Times New Roman, "New Century Schoolbook", serif;
	font-size: 1.4em;
	text-align: left;
	padding-left: 15px;
	color: #6692ff;
	position:static;
}
#previous {
	float:right;
	width:180px;
	padding:10px 5px 5px 5px;
	margin:50px 12px 10px 20px;
	text-align:left;
	line-height:1.4em;
	font-size:.9em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	letter-spacing:1px;
	border: 1px solid #6692ff;
}

#previous a {
	border-bottom: none;
	color:#002d73;
}
#previous a:hover {
	color:#993366;
	text-decoration: underline;
}
#previous ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}
#previous li {
	padding-left: 13px;
	background: url(../images/sidemenu-bullet.gif) no-repeat 1px 6px; 
}
/* -- Images -- */
.thumbs {
	margin: 10px 0;
	padding: 4px;
	border: 1px solid #6692ff;
	}	
	
.boxed {
	float: right;
	border: 1px solid #6692ff;
	margin: 0 10px 10px 10px;
	padding: 6px;
}

.tools {
	margin: 0;
	padding: 3px 5px 0 0;
	border: none;
}
.definition {
	border-bottom: 1px dotted #3366cc;
	cursor: help;
}
	
acronym, abbreviation {
	cursor: help;
}
 
#snapper {
        margin-top: 100px;
}
#snapper a { color:#ebefff; 
}

/* -- Comments -- */
.comment {
	font-family: arial, sans-serif;
	line-height: 1.4em;
	color: #666;
	background:#fff url(../images/comment.gif) no-repeat;
	padding: 2px 0;
	margin-bottom: -8px;
}
.answer {
	font-family: arial, sans-serif;
	line-height: 1.5em;
	color: #336699;
	background:#fff url(../images/answer.gif) no-repeat;
	padding: 2px 0;
	margin-bottom: -8px;
}
a.number {
	color: #6692ff;
	font-size: 2em;
}	
a.number:hover {
	color: #993366;
	text-decoration: none;
}
	
/* -- Footer -- */
#footer{
	position: relative;
	text-align:center;
	margin:50px auto 0 auto;
	padding-bottom: 20px;
	color:#6692ff;
	font-size:0.8em;
	letter-spacing:2px;
}
#footer span{
	background-color:#fff;
	margin: 0 0 10px 0;
	padding:1px 5px;
	border-color:#6692ff;
	border-style:solid;
	border-width:1px;
}

#footer a{
	background-color:#fff;
	text-decoration: none;
}
#footer a:link, #footer a:visited{
	color:#6692ff;
}

#footer a:hover, #footer a:active{
	color:#330033;
	text-decoration: none;
}

/* -- Form details -- */
form p { line-height: 1em; }
form label { display: block; float: left; width: 100px; margin-top: 5px; }
form input.labelspace { margin-left: 20px; }
form input { width: 180px;  margin-top: 5px; }
form input.button { width: 80px; margin-left: 100px; color: #660066; }
form textarea { width: 260px; height: 60px; margin-left: 100px; margin-top: -15px}
fieldset { width: 440px; height: 100%; margin-bottom: 20px; border: 1px solid #6692ff; padding: 10px 0px 10px 10px; }
.required { color: #990033; }
.optional { color: #6692ff; }
