body,td,th {
	color: #cbdbae;
	font-family: Verdana;
	font-size: 13px;;
}

body {
	background-color: #a2af8b; /* light green */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x:hidden;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #a2af8b; /* light green */
	scrollbar-base-color: #a2af8b; /* light green */
	scrollbar-highlight-color: #a2af8b; /* light green */
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #a2af8b; /* light green */
	scrollbar-3dlight-color: #000000;
}

tr,td {
	background-repeat: repeat;
}

a:link, a:active, a:visited 
{
	color: #cbdbae; /* btight light green */
	font-weight: normal;
	text-decoration: underline;
}
a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}

.updatestitle {
	font-family: "Verdana";
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}

.copy 
{
	font-size: 10px;
	text-decoration: none;
}
.copy:link, .copy:visited, .copy:active
{
	text-decoration: underline; 
	color: #cbdbae;
}

.copy:hover 
{
	text-decoration: underline; 
	color: #FFFFFF;
}

.archivestitle {
	font-family: "Verdana";
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
}

.pagetitle {
	font-family: "Verdana";
	font-size: 20px;
	font-weight: bold;
	font-variant:small-caps;
}

.pagetitle-contact-success {
	font-family: "Verdana";
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	font-variant:small-caps;
}

.faqtitle {
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant:small-caps;
}

.titlemed {
	font-family: "Verdana";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant:small-caps;
}

.titlemed:link, .titlemed:visited, .titlemed:active {
	font-family: "Verdana";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant:small-caps;
	text-decoration: none;
}

.titlemed:hover 
{
	text-decoration: none; 
	color: #cbdbae;
}

.author {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	color: #2D3524;
	font-variant:small-caps;
}

.story {
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #2D3524;
	font-variant:small-caps;
}

.story:link, .story:active, .story:visited
{
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #2D3524;
	font-variant: small-caps;
	text-decoration: none;
}

.story:hover 
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 
}

.storynew {
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #CC00FF;
	font-variant:small-caps;
}

.storynew:link, .storynew:visited, .storynew:active {
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #CC00FF;
	font-variant:small-caps;
	text-decoration: none;
}

.storynew:hover 
{
	text-decoration: none; 
	color: #FFFFFF;
}

.updatessub {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	color: #2D3524;
	font-variant:small-caps;
}

.purpletitlebig {
	font-family: "Verdana";
	font-size: 17px;
	font-weight: bold;
	color: #432E62;
	font-variant:small-caps;
}

.purpletitlemed {
	font-family: "Verdana";
	font-size: 15px;
	font-weight: bold;
	color: #ae9fc3;
	font-variant:small-caps;
}

.purpletitlemed:link, .purpletitlemed:visited, .purpletitlemed:active {
	font-family: "Verdana";
	font-size: 15px;
	font-weight: bold;
	color: #ae9fc3;
	font-variant:small-caps;
	text-decoration: none;
}



/* -----------------------------------------MENU---------------------------------------------- */

#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
z-index:100;
text-decoration: none;
background-color: #CAB3F0;
width: 50px;
}

#dropmenudiv a{
display: block;
text-indent: 0px;
border:0px solid black;
padding: 0px 0;
text-decoration: none;
background-color:#CAB3F0;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CCDCA7;
}

/* -----------------------------------------MENU END------------------------------------------ */

/* -----------------------------------------FORMS--------------------------------------------- */
/* In tag input type : class="cmd" onblur="this.className='cmd'" onfocus="this.className='txt'" */
.txt {
	font-family: "Verdana";
	font-size: 11px;
	border-style: double;
	border-width: 3px;
	border-color: #2D3524;
	color: #2D3524; 
	background-color: #FFFFFF;
}
.cmd {
	font-family: "Verdana";
	font-size: 11px; /* same as .txt font-size */
	border-style: double;
	border-width: 3px;
	border-color: #2D3524; 
	color:#848F73; 
	background-color: #FFFFFF;
}
.selectbox {
	font-family: "Verdana";
	font-size: 11px; /* same as .txt font-size */
	border-style: double;
	border-width: 3px;
	border-color: #2D3524;
	color: #000000;
	background-color: #FFFFFF;
}
/* buttons */
.button {
	font-family: "Verdana";
	font-size: 11px;
	color: #2D3524;
	background-color:#FFFFFF;
	border: 3px double #FFFFFF;
}
/* -----------------------------------------FORMS END----------------------------------------- */


.affiliates img {
	border-width :2px;
	margin: 3px;
	border-color: #a2af8b;
	background-color: ;#a2af8b;
	border-style: solid;
}

.affiliates img:hover {
	border-width :2px;
	margin: 3px;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	border-style: solid;
}

h2 {
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}


/* ----------------------------------------GALLERY-------------------------------------------- */

.gallerytitle {
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

.gallerytitle:link, .gallerytitle:active, .gallerytitle:visited {
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

.gallerytitle:hover 
{
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #FFFFFF;
}

div.container { /* gallery table */
	margin: 0 auto;
	background-color: #4b774f;
	margin-top: 10px;
	width: 100%;
	border: solid;
	border-width: 0px;
	border-color:#999999;
}

p.subheader{
	margin-left: 0px;
	font-size: 12px;
}

h2.header{
	text-align:left;
	font-size:20px;
	margin-left:0px;
}

div.galleryMainPic{
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	width: 100px;
}

img.galleryMain{
	border: solid;
	border-width: 1px;
	border-color: #cbdbae;
}

div.galleryMain{ /* background categories */
	height: 122px;
	background-color:#4b774f;
	margin-left: 0px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid;
	border-width: 1px;
	border-color: #4b774f;
}
div.galleryMainhover{ /* hover background categories */
	height: 122px;
	background-color:#4b774f;
	margin-left: 0px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid;
	border-width: 1px;
	border-color: #4b774f;
}
div.galleryMainText{ /* main text*/
	margin-left: 30px;
	margin-top: 45px;
	font-variant: small-caps;
}

a.galleryMainText{ /* main text links*/
	color: #cbdbae;
	margin-left: 30px;
	margin-top: 45px;
	text-decoration:none;
	font-size: 20px;
}

a.galleryMainText:hover{
	color: #ffffff;
	margin-left: 30px;
	margin-top: 45px;
	text-decoration:none;
	font-size: 20px;
}

div.galleryBrowse{
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}

img.galleryView{
	border:solid;
	border-color:black;
	margin-bottom: 20px;
}

div.galleryView{
	margin-left:23px;
	margin-top: -20px;
}

img.galleryBrowse{
	margin: 5px;
	padding: 10px;
	border: solid;
	border-width: 1px;
	background-color:#cbdbae;
	border-color:#000000;
}

img.galleryBrowsehover{
	margin: 5px;
	padding: 10px;
	border: solid;
	border-width: 1px;
	background-color:#ffffff;
	border-color:#000000;
}

/* --------------------------------------GALLERY END------------------------------------------ */