html{margin: 0px; padding: 0px;}
body{margin: 0px; padding: 0px;
background: #eee url(images/anitabooks-bg-soldiers.jpg) repeat-y fixed 60% 0%;}
P, body, table, td{font: 9pt Times, "Times New Roman", Georgia, Verdana, serif;color:#555;text-align:left;}
h1 {background-color: #993399;  font-family:cursive, sans-serif ;  font-size: 25px; color:#fff; text-align:center;
	word-spacing: 2px;text-transform:uppercase;margin:0em; padding: 3px 0px 3px 0px;border-top: solid 1px #cfb35b;}
h2 {background-color: #993399;  font-family:cursive, sans-serif ;  font-size: 20px; color:#fff; text-align:center;
	word-spacing: 2px;text-transform:uppercase;margin:0em; padding: 3px 0px 3px 0px;border-top: solid 1px #cfb35b;}
h3 {background-color: #ffff99;  font-family: cursive, sans-serif;  font-size: 20px; color:#000; text-align:center;
	word-spacing: 2px;margin:0em;	padding: 3px 0px 3px 0px;border-top: solid 1px #cfb35b; }
h4 {background-color:#ffff99;  font-family: cursive, sans-serif;  font-size: 15px; color:#000; text-align:center;
	word-spacing: 2px;margin:0em;	padding: 3px 0px 3px 0px;border-top: solid 1px #cfb35b;}
h5 {background-color: #ffffe5;  font-family: cursive, sans-serif;  font-size: 15px; color:#000; text-align:center;
	word-spacing: 2px;margin:0em;	padding: 3px 0px 3px 0px;border-top: solid 1px #cfb35b;}
h6 {background-color: #ffffe5;  font-family: cursive, sans-serif;  font-size: 12px; color:#000; text-align:center;
	word-spacing: 2px;margin:0em;	padding: 3px 0px 3px 0px;border-top: solid 1px #cfb35b;}
hr {clear:both; width:90%;}
 .big   {font-family:cursive, sans-serif;  font-size: 35px; color:#000;  } 
 .medium{font-family:cursive, sans-serif;  font-size: 25px; color:#000;  }
 .small {font-family:cursive, sans-serif;  font-size: 15px; color:#000;  }
 .right {float:right;}
 .thumbnail {margin: 0px 5px 10px 0px;	float: left;}
 .button  {font-size: 12px;font-family: sans serif;background: light grey;color: #555;}
 .clearleft {clear:left;}
#pager {background-color: #ffffe5;  font-family: cursive, sans-serif;  font-size: 12px; color:#000; text-align:center;
	word-spacing: 2px;margin:0em;	padding: 3px 0px 3px 0px;border-top: solid 1px #cfb35b;  }
#container{position: absolute;left: 45%;margin-left: -425px;
width: 1000px;background: transparent url(images/anitabooks-bg-bio.gif) no-repeat 750px 100px;}                                                         
#header{margin: 0px 0px 0px 197px;width: 625px;height: 175px;
	border: double 3px #76baff;background-color: #fff;}
#breadcrumbs{margin: 0px 0px 25px 197px;padding:5px;
width: 460px;background: #fff;
font: 9pt Arial, sans-serif;color: #777;}
#menu {position:absolute;	left: 72px;	top: 195px;	width:135px;}
#middle{margin: 0px 0px 0px 196px; padding: 0px;
width: 455px;border: double 3px #76baff;}
.paragraph{width: 455px;background-color: #fff; padding:5px;}
.spacer{width: 455px;height: 25px;background-color: transparent;}
#footer{margin: 0px 0px 0px 0px;padding: 5px 0px 0px 0px;width: 455px;        
text-transform: uppercase;font-weight: bold;text-align: center;word-spacing: 2px;
border-top: solid 1px #76BAFF;background: #fff;}
#rightcolumn{position: absolute;	top:195px;left: 659px;	margin: 0px;padding: 5px;
	width: 163px;	border:double 3px #76BAFF;background: #fff;
	font-size: 9pt;color: #3366cc;text-align: center;}

html>body #footer{padding: 8px 0px 0px 0px;}
#footer a:link, a:visited{font-size: 11pt;text-decoration: none;color: #ccc;}
#footer a:hover, a:active{color: #111;}

A:link, A:visited{color: #cfb35b;}
A:hover, A:active{color: #000;background: #cfb35b;}

/***Header nav***/
#headernavlist ul{margin: 0;white-space: nowrap;padding: 0;}
#headernavlist li{display: inline;list-style-type: none;}
#headernavlist a{padding: 1px 2px 3px 0px;border: 1px solid #333;background-color: #993399;}
#headernavlist a:visited{color: #EEE;text-decoration: none;}
#headernavlist a:hover{background-color: #ffff99;color: #333;}

/***Menu***/
.menulist, .menulist ul { margin: 0; padding: 0; width: 125px; list-style: none;}
.menulist ul { visibility: hidden; position: absolute; top: 0; left: 125px;}

/* All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.*/
.menulist li { position: relative; border: 2px solid #76BAFF;
 background: #fafafa; margin-bottom: -1px;}
.menulist ul>li:last-child { margin-bottom: 1px;}

/* Links inside the menu */
.menulist a { display: block; padding: 2px;
 font-size: 9pt;	color: #484848; text-decoration: none;}
/* List items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {color:#FFF;background-color:#A64;}
.menulist a.highlighted { color: #fff; background-color: #C86;}

/* If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind { float: right;}
/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li { float: left; height: 1%;}
* html .menulist a { height: 1%;}
/* End Hack */

***************************** Forms ************************************
 


.mailwrapper {
	text-align: center;
}


.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 365px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #005ABE; 
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 90%;
}
.maildiv .fmsubmit {
	float: right;
}
.maildiv .fmrequired {
	color: #005ABE;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}

