a:link{
	color : #FFE4B5;
}

a:visited{
	color : #FFE4B5;
}

a:active{
	color : #FFA500;
}

body{
	background-color : #303030;
}

body, td, th, li, p{
	font : x-small verdana;
}

table,td{
	/*only Firefox type*/
}

h1{
	font-family:arial, helvetica;
}
h2{
	font-weight:normal;
}

ul.nav{
	/*REQUIRED FOR FIREFOX*/
	color : #707070;
	margin : 0px;
	padding : 0px;
}

ul.nav a.activebtn{
	background-color : #DDDDDD;
	color : #555555;
}

ul.nav li{
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}

ul.nav li a{
	border-bottom : 1px solid #FFFFFF;
	display : block;
	font-weight : bold;
	margin-left : 0px;
	padding : 7px;
	text-decoration : none;
	width : 12em;
}

ul.nav li a.inactivebtn{
	background-color : #707070;
	color : #FFFFFF;
}

ul.nav li a.inactivebtn:hover{
	/*FULL REFERENCE PATH REQUIRED FOR FIREFOX*/
	background-color : #606060;
	color : #FFFF80;
	margin-right : -50px;
}

.photo{
	border : none;
}

table.table{
	background-color : #505050;
	color : #FFFFFF;
}

table.table td, table.table th{
	background-color : #707070;
	padding : 5px;
	text-align : left;
	border: 4px solid #505050;
	vertical-align:top;
}



#bodywrapper{
	margin : 10px;
}

#columnblock{
	margin-bottom : 10px;
	margin-top : 10px;
	width : 100%;
	display:inline;
}

#definecolumnblockbottom{
	/*DEFINES BOTTOM OF columnblock FOR POSSIBLE BACKGROUNDIMAGE TO CREATE COLUMN LINES (REQUIRES FIXED sidebar WIDTHS */
	clear : both;
}

#footer{
	color : #FFFFFF;
	font-size : xx-small;
	text-align : center;
}

#header{
	color : #FFFFFF;
	background : #000000;
	border : 1px solid #FFFFFF;
	padding-left : 10px;
}

#sidebar1, #sidebar2, #main, #footer{
	background : #000000;
	border : 1px solid #FFFFFF;
	padding : 10px;
}

#headermenu{
	position : absolute;
	right : 3em;
	top : 2em;
}

#headermenu ul li{
	display : inline;
}

#main{
	/*MARGINS ESSENTIAL TO PREVENT OVERLAP*/
	/*PEEKABOO BUG?*/
	background-color : #505050;
	color : #FFFFFF;
	
	margin-left : 15em;
	margin-right : 15em;
}



#sidebar1{
	background : #505050;
	float : left;
	width : 14em;
}

#sidebar2{
	background-image : url(../images/rightbar2.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	
	float : right;
	height : 600px;
	width : 14em;
}
table.pedigree td{
	border:1px solid white;
	color:white;
	margin:6px;
	padding:4px;
	font-style:italic;
}

.caption{
	color : #FFE4B5;
	font-size:x-small;
}

#table1 td {
	vertical-align:top;
}

#table1 th {
	vertical-align:top;
}