/* general specs for HTML tags - i.e. elements */

html {
height: 100%;  /* NB for FooterStick */
}

body {
 color: #010080;
 font-family: Verdana, Tahoma, Arial, sans-serif;
 font-size: 12px;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
 background-color: #000042;
 /* specify own: top right bottom left */
 height: 100%; /* NB for FooterStick */
}

 body h1 {
/* for the top of page google text */
font-size: 9px;
background: transparent;
letter-spacing: normal;
color: #a4a4a4;
margin: 0 auto; 
font-weight: normal;
text-align: left;
padding:4px 0 0 37px;
height: 20px;
background-image: url(images/bkbar8m.gif);
background-repeat: repeat-y;
width:780px;
}

a:link, a:visited {
	color: #a4a4a4;
	text-decoration: none;
	font-weight: normal;
	/* or, specify own  */
}

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

p {
 padding: 0 5px 0 0;
 margin: 8px 0;
 font-size: 13px;
 line-height: 18px;
 text-align: justify;
}

h1, h2, h4, h3 {
 margin:0 0 10px 0; 
 padding: 5px 0 5px 0;
 font-size: 12px;
 letter-spacing: 2px;
 background: #FFF url(images/divider_gold.gif) no-repeat bottom left;
  height: 28px; /* NB when using image background */
 }

h1 {
font-weight: normal;
font-size: 12px;
color: #fff;
height: 34px;
}

h2 {
margin:0 0 0 0; 
 padding: 5px 0;
 font-size: 13px;
 letter-spacing: 2px;
 font-variant: small-caps;
}
 	
img {
	padding:0;
	margin:0;
	border:0;
}

ul, ol {
	margin: 0; 
	padding: 0 0 0 4px;
}

li {
display: list-item;
list-style-position: inside;
font-size: 12px;
line-height: 20px;
margin-left: 5px;
}

li li {
	list-style: square inside;
	margin-left:0;
	
}

form {
	font-size: 12px;
	line-height: 20px;
}


/* own defined div tags i.e. IDs */
#wrapper {
	padding: 0 0 0 0;
	width: 780px;
	/*  border:1px solid aqua; */
	/* border-right: 3px solid #FFD610;*/
	height: 100%; /* NB For IE & FooterStick */ 
	min-height: 100%; /* NB For Modern Browsers & FooterStick */ 
	height: auto !important; /* NB For Modern & FooterStick */ 
	position: relative; /* NB for FooterStick */
	margin: 0 auto;  /* to center the DIV & for FooterStick -  bottom margin to allow for footer height*/

}

#content {
	position: relative;
	width: 780px;
	min-height: 100%; /* For Modern Browsers & FooterStick */ 
	height: auto !important; /* NB For Modern Browsers & FooterStick */ 
	height: 100%; /* NB For IE  & FooterStick */
	padding: 0 0 -20px 0; /* For IE  & 38px FooterStick */
	margin:0;
}

#content h1 {
/* color: #40150a; */
color: #000;
}

#colleft {
position: absolute;
top: 0; 
left: 0;
width: 180px;
height: 100%;
font-size: 11px;
min-height:100%;
padding: 0 10px 8px 45px;
margin: 0 0 0 0;
color: #ffd610;
background-image: url(images/bkbar8m.gif);
background-repeat: repeat-y;
}

#colright {
margin-left: 240px;
/* to provide space for colleft */
padding: 5px 20px 0 20px;
font-size: 11px;
width: 530px;
height: 100%;
/* border-top: 3px solid #FFD610; */
/* border-left: 3px solid #FFD610; */
background-color: White;
}

#footer {
text-align: top right;
font-size: 10px;
line-height: 15px;
background: #fff;
color: #a4a4a4;
width: 500px;
border-top: 1px solid #a4a4a4;
padding: 5px 5px 0 0;
/* e.g. 18px on right for side border image*/
margin: 0 0 0 0;  
/* for footer-stick center not required - within content which is centered*/
position: relative; /* NB for footer-stick */
height: 0; /* NB for footer-stick */
}

/* own defined CLASSES used within own specified DIVs -  or new empty  DIVs*/

.spanbottom {
font-size: 9px;
margin: 0 auto; 
color: #a4a4a4;
padding:4px 0 0 38px;
height: 20px;
background-image: url(images/bkbar8m.gif);
background-repeat: repeat-y;
width:780px;
} 

.phototext {
width: 150px;
text-align: center;
font-size: 10px;
margin: 0;
padding: 0 0 7px 0;
}

.picframe {
	border-top: 3px inset #FFFE03;
	border-right: 3px outset #FFFE03;
	border-bottom: 3px inset #FFEF00;
	border-left: 3px outset #FFEF00;
}

.imgcntr {
margin: 0 auto; 
}

.button {
	background: #C1C188;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #696BA6;
	height:20px;
}

.input{
background: #C1C188;
border: 1px solid #000;
}

/* to be used with equal.js */
.container { 
     border: 0; 
} 

.button {
	background: #C1C188;
	color: #121727;
	border: 1px solid #242D4A;
	font-weight: normal;
	font-size: 11px;
}

.frame {
	border: 3px double gray;
	padding: 3px;
}

