/*  This is the style sheet for the over all web page. */

/* Set the background color of the web page. */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 9pt;
  font-family: tahoma, Verdana, Arial,
Helvetica, sans-serif;

}

#intro a {
	font-size: 1.3em;
	color: #A68064;
	text-align: center;
}

#pagebody {
	width: 945px;
	background: black;
}

/*#pagebody td {
border: 1px solid white;
}*/

a {
	text-decoration: none;
	color: white;
}


/*************************************
* Sets the format for the headers.
*************************************/

#intro {
 text-align: center;
 vertical-align: top;
}

#logo {
	margin: 0;
	padding: 0;
	/*border: 1px solid red;*/
	text-align:center;
	vertical-align: center;
}

#logo img {
	margin: 20px;
	padding: 0;
}


#add {
	width: 120px;
}

#rightadd {
	margin: 0;
	padding: 7px;
	width: 10px;
	vertical-align: top;
	font-size: 60%;
	/*border: 1px solid red;*/
} 

#rightadd hr {
	color: #A68064;
}

#rightadd a {
	text-decoration: none;
	color: white;
}

#anna {
	width: 120px;
	height: 250px;
	background: url("../images/index3.jpg");
}

/*************************************
* Sets the format for the menus.
*************************************/

.menu {
	margin: 0;
	padding: 10px 8px;
	font-size: 8pt;
    color: #cccccc;

} 

.submenu {
	margin: 0;
	padding: 3px 5px;
	font-size: 0.9em;
	text-align: center;
	color: black;
	background-image: url("../images/toolbar2.jpg");
} 

.submenu form {
	margin: 0;
	padding: 0;
}

.menu a {
	color: white;
	margin:0;
	padding: 5px;
}

.menu a:hover {
	color: #669999;
}

.submenu a {
	color: black;
}

.submenu a:hover {
	color: #669999;
}


/*--[if IE]>*/
body {
	font-size: 100%;
} 

/*<![endif]-->*/

/******** End Menu Format **********/

/*************************************
* Sets the format for the content.
*************************************/

#body {
	vertical-align: top;
	margin: 0 auto;
}

#content {
	margin: 0;
    padding: 20px;
	color: #CC9966;
    font-size: 10pt;
}

#content h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}




.pg-title {
	font-size: 12pt;
}



.title {
	font-size: small;
	text-align: center;
	color: white;
}

/* The shorts controls */
.control {
	text-align: center;
}


/* The copy right information at bottof of page. */
#footer {
	margin: 0;
	padding: 8px 0;
	height: 10px;
	max-height: -25px;
	vertical-align: bottom;
}

#foot {
	text-align: center;
	font-size: 7pt;
	margin: 0;
	padding: 0;
}


