
a {
    color: #000;
}

a:hover {
    background: black;
	color: #FF9;
    text-decoration: none;
}

body {
	background: black; 				/*  header and footer background color...................................... */
	border: 10px; 					/* This removes the border around the viewport in old versions of IE....... */
	font-family: "Times New Roman", Palatino, Georgia;
    font-size: 100%;
	line-height: 125%;
    margin: 0;
	min-width: 600px; 				/* Minimum width of layout - remove line if not required......................... */
   									 /* The min-width property does not work in old versions of Internet Explorer... */
    padding: 0;
    width: 100%;
}

.centertext, .centertext th, .centertext td {
    text-align: center;
}

dt {
	font-variant: small-caps;
    font-weight: bold;
}

.flags {
    text-align: center;
}

.flags img {
	padding-bottom: 2px;
    padding-left: .1em;
    padding-right: .1em;
}

/* Footer styles...................................................................................... */
#footer {
	background-color: #D5CB8E;
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
    clear: both;
    float: left;
	text-align: center;
    width: 100%;
}

#footer p { 
    margin: 0;
	padding: 10px;
}	
	
/* highlighted text box within articles............................................................... */
.graybackground {
    background-color: #D5CB8E;
  	border: 1px solid black;
	font-size: 100%;
	line-height: 120%;
    margin: 3px;
	padding: 5px;
}

/* copyright box at end of articles..................................................................  */
.graybackground1 {
    background-color: #D5CB8E;
    font-size: 90%;
	line-height: 110%;
    margin-left: auto;
    margin-right: auto;
	padding: 3px;
    text-align: center;
}

/* Header styles....................................................................................... */
#header {
    clear: both;
  	font-variant: small-caps;
	line-height: 125%;
	text-align: center;
    width: 100%;
}

#header {
	border-bottom: 2px solid #000;
    border-top: 7px solid;
}

#header p, #header h1, #header h2 {
    margin: 0;
}

#header h1 {
    font-size: 30px;
    padding: 25px;
}

#header h2 {
    font-size: 21px;
    padding: 15px;
}

#header h3 {
    font-size: 19px;
    padding: 10px;
}

#header h4 {
    font-size: 17px;
    padding: 0;
}

/* 'widths' sub menu.............................................................................................. */
#header2 {
	background:#000;
	background-color: #999966;
	border-bottom: 3px solid #333;
	border-top: 1px solid #333;
    clear: both;
	font-size: 110%;
    font-weight: bold;
    margin: 19px;
    padding: 2px 15px !important;
	text-align: center;
}

#header2 .left {
    float: left;
}

#header2 .right {
    float: right;
}

h1, h2, h3, h4 {
	line-height: 125%;
    margin: .8em 0 .8em 0;
    padding: 0;
    text-align: center;
}

.image {
    float: right;
    margin-left: 15px;
}

.image p {
    font-style: italic;
    font-size: smaller;
	text-align: justify;
    text-indent: 0;
}

.image2 {
    float: left;
    margin-right: 15px;
}

.image2 p {
    font-style: italic;
    font-size: smaller;
	text-align: center;
    text-indent: 0;
}
/* styling for autobiography main page.................................................................................... */
.imagecarey {
	font-size: smaller;
	font-style: italic;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    text-indent: 0;
}

.imagecarey p {
    font-style: italic;
    font-size: smaller;
	text-align: center;
    text-indent: 0;
}

.image3 { 
    font-style: italic;
    font-size: smaller;
	text-align: center;
    text-indent: 0;
}

.image4 {
    width: 95%;
}

img {
    margin: 5px 0 1px;
    border: none;
}



p {
	font-family: "Times New Roman", Palatino, Georgia;
	letter-spacing: .02em;
    margin: .4em 0 .8em 0;
    padding: 0;
}

span.italic {
    font-style: italic;
}

table {
    font: normal 14px "Times New Roman", Palatino, Georgia;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: .2px;
}

table body {
    margin-left: auto;
    margin-right: auto;
}

th, td {
    padding: 4px;
}

th {
    text-align: left;
    color: #000;
    background-color: #D5CB8E;
    font-weight: normal;
}

td {
    background-color: #D5CB8E;
    text-align: left;
}

td a:link, td a:visited, td a:hover, td a:active {
	padding: 3px;
    text-decoration: none;
}

td a:link {
	background: #C2C28F;
    color: black;   
}

td a:visited {
	background: #AEAE7B;
    color: black;
}

td a:hover {
	background: #999966;
    color: #FF9;
}

td .current a {
	background: black;
    color: #FF9;
}

td a:active {
	background: black;
    color: #000;
}

.titlebox {
    background-color: #D5CB8E;
    border-top: 6px solid black;
    border-right: 6px solid black;
    border-bottom: none;
    border-left: 6px solid black;
	padding-top: 14px;
    padding-right: 4px;
    padding-left: 4px;
}

ul {
	border: 0;
	font-family: "Times New Roman", Palatino, Georgia;
    list-style-type: none;
    margin: 1px;
    padding: 1px;
    width: 99%;
}

		li {
    		background: #999966;
			border: 9px solid #D5CB8E;
    		margin: 4px;
    		padding: 1px;
    		text-align: center;
}

ul a:link, ul a:visited, ul a:hover, ul a:active {
	border: 1px solid black;
    display: block;
	padding: 1px;
    text-decoration: none;
}

ul a:visited {
	background: #D5CB8E;
    color: #000;
}

ul a:hover {
    background: #FF6700;
	color: #FF9;
}

ul .current a {
	background: #FF6700;
    color: black;
}

ul a:active {
    color: red;
}

ul #current a:link { 			/*  does this work? .................................................................. */
	background: yellow;
    color: #FF9;
}

/* column container............................................................................................ */
.colmask {
	clear: both;
	float: left;
	overflow: hidden; 	/* This chops off any overhanging divs...................................................... */
    position: relative; 	/* This fixes the IE7 overflow hidden bug................................................. */
    width: 100%; 	/* width of whole page............................................................................. */
}

/* common column settings.......................................................................................... */
.colright, .colmid, .colleft {
    float: left;
	position: relative;
    width: 100%; 	/* width of page................................................................................. */
}

.col1, .col2, .col3 {
    float: left;
    overflow: hidden;
    padding: 10px 0 1em 0; /* no left and right padding on columns, we just make them narrower instead
     only padding top and bottom is included here, make it whatever value you need..................................... */
	position: relative;
}

.col1 {
    padding: 40px 0 1em 0;
}
/* 3 Column settings...................................................................................................... */
.threecol {
    background: black; /* right-column background colour...................................................................... */
}

.threecol .colmid {
	background: #A3A370; /* center-column background colour................................................................... */
    right: 25%; /* width of the right column................................................................................. */
}

.threecol .colleft {
	background: black; /* left-column background colour.................................................................... */
    right: 50%; /* width of the middle column.................................................................................. */
}

.threecol .col1 {
	background: #A3A370; 
    left: 102%; /* 100% plus left padding of center column................................................................. */
    min-height: 430px;
	width: 46%; /* width of center column content (column width minus padding on either side)................................. */
}

.threecol .col2 {
	background: black;
  	left: 31%; /* width of (right column) plus (center column left and right padding) plus (left column left padding)........... */
	width: 21%; /* Width of left column content (column width minus padding on either side)...................................... */
}

.threecol .col3 {
    background: black;
    left: 85%; /* Please make note of the brackets here:
     (100% - left column width) plus (center column left and right padding) 
     plus (left column left and right padding) plus (right column left padding)............................................... */
	width: 21%; /* Width of right column content (column width minus padding on either side)................................. */
}

/* ------------------------------------------------------------------------------------------------------------------------> */