/* Cascading style sheet for Labuschagne family web site - January 2005 */

body {
	background-color: #669;
	font-family: verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}
	
/*Content links*/
a{
	color: #3779b6;
	text-decoration: none;
}
	
a:link{
	
}
	
a:visited{
	color: #003366;
}

a:hover{
	text-decoration: underline;
}
	
a:active{

}
	
/*Navigation links*/
#navbox a{
	color: #ffffff;
	font-size: small;
	text-decoration: none;
	}
	
#navbox a:link{

}
	
#navbox a:visited{
	color: #bbbbbb;
}

#navbox a:hover{
	text-decoration: underline;
}
	
#navbox a:active{
	color: #6699cc;
}	

/*Appearance of linked images*/

a img, a:visited img{
	border-style: none;
}

/* Text formatting*/	
h1 { 
	font-size: medium;
	color: #333366;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
h2 {
	font-size: smaller;
	color: #3779b6;
	margin-top: 7px;
	margin-bottom: 0px;
}

p {
	font-size: smaller;
	color: #444444;
	margin: 10px 5px 5px 5px;
}

acronym {
	border: none;
}

.indent{
	margin: 10px 5px 5px 15px;
}

.center {
	width: 100%;
	text-align: center;
} /*Use for content centered in container.*/

.floatleft {
	float: left;
	padding: 10px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 10px;
} /*Use for img, positioned at right
with text flowing to the leftt.*/

.clear {
	clear: left;
} /*Use for a div where floating elements 
such as images are not allowed on the left.*/

acronym{
	font-style:normal;
	cursor: help;
}
	
.tiny {
	font-size: xx-small;
}
.small{
	font-size:x-small;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.location{
	color: #ffffff;
	font-size: xx-small;
	margin-bottom: 20px;
}

.menu {
	border-bottom: solid 1px #bbb;
	padding-bottom: 2px;
}

ul.nobullet{
	font-size: smaller;
	color: #444444;
	list-style-type: none;
}
	
ul.nobullet li{
		margin-top: 10px;
		margin-left: -20px;
}

ul.bullet{
	font-size: smaller;
	color: #444444;
	list-style-type: circle;
}
	
ul.bullet li{
		margin-top: 10px;
		margin-left: 15px;
}

table{
	font-size: smaller;
}

th{
	color: #3779b6;
	border-bottom: solid #3779b6 1px;
	text-align: left;
}

td{
	border-bottom: solid gray 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: smaller;
}

/*Layout*/	
#container{
	width: 800px;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
} /* This is the outer body container. */

#armsbox {
	background-color: #669;
	width: 140px;
	height: 130px;
	margin-bottom: 10px;
}

#titlebox {
	position: absolute;
	top: 20px;
	left: 160px;
	background-color: #669;
	color: #fff;
	font-size: 40px;
	width: 500px;
	height: 100px;
	margin-bottom: 10px;
	padding-top: 30px;
	text-align: center;	
}

#navbox {
	width: 150px;
	height: 410px;
	margin-left: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	position: absolute;
	top: 150px;
	left: 655px;
}

#navbox ul{
	margin-top:-5px;
}

#navbox ul li{
	list-style-type: none;
	font-size: smaller;
	color: #444444;
	margin-left: -28px;
	margin-top: 7px;
	margin-bottom: 5px;
}

#navbox p{
 	margin-top: 4px;
	margin-bottom: 7px;
}
	
#bodybox{
	width: 625px;
	position: absolute;
	top: 150px;
	left: 20px;
	background-color: #fff;
	border: 2px solid #000;
	padding: 5px;
}

#footer {
	width: 100%;
	font-size: x-small;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 5px;
	color: #fff;
}

#updatescript{
	color: #fff;
}