
body {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#EFDFC5;
//	background-image: url(images/weightloss-bg.png);
}

/* building block elements for the page */
#wrap {   
	width: 750px;
	line-height:130%;
	margin-left: auto;
	margin-right:auto;
	background-color:#FFFFF6;
}

#headerimg {
	margin: 0;
	width: 750px;
	background-image:url(images/weight-loss-header.jpg);
	background-repeat:no-repeat;
	height: 153px;
}

#headerimg h1 {
	font-size:24px;
	width:470px;
	height:50px;
	margin:0px 0 0 20px;
	padding:60px 5px 5px 120px;
	text-align:left;
	border: 0px;
}


#content{
	float:left;
	width: 470px;
	padding:10px;
	margin-top:0px;
}

#content ol li{
	padding-bottom: 5px;
}

#content ul li{
	padding-bottom: 5px;
}


#avmenu {
	margin-top: 18px;
	margin-left:490px;
	padding-left:6px;
	padding-top:10px;
	width:245px;
	font-size: 14px;
	background-color:#F0E1C4;
	border:1px solid #674D1B;
}

#footer {
	clear: both;
	background-image:url(images/weightloss-footer.png);
	width: 750px;
	height: 70px;
	padding-top:4px;
	text-align: center;
	font-size: 0.8em;
}

/* end of block elements for the page */

/* defining specific HTML tags */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	padding: 10px;
	border-top-color:#000099;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#000099;
	border-bottom-style:solid;
	border-bottom-width:thin;
	line-height:130%;
	text-align:center;
}

h2 {
	margin-bottom: -10px;
	line-height:130%;
}


#avmenu ul {	
	list-style: none;
	width: 240px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 11px;
}	

#avmenu li {
	margin-bottom: 4px;
}

#avmenu li a {
	font-weight: bold;
	text-decoration: underline;
	color: #0000CC;
	display: block;
	padding: 6px 0 0 0;
}	
	
#avmenu li a:hover {
	background: #ffffff;
	color: #990000;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
}

a {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a:visited {
	text-decoration: underline;
	color:#000099;
}

a:visited:hover {
	color: #CC0000;
}

a img {
	border: 0;
}


#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	text-decoration: underline;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.gavban {
	float:left;
	width: 140px;
}

// drop down menus

.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
//	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #009900; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	margin:-20px 0 0 20px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #FFFFF6;
	width: 240px;
	visibility: hidden;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #EBF7FF;
}