/*forces vertical scrollbar*/
html, body {
height: 100%;
margin: 0 0 1px;
padding: 0;
}
/*end scrollbar*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px;
}

a {
	color: #990099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}
#wrap {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}
/* h1 indent on sitename */
#logo {
	position:relative;
	height: 80px;
	width: 379px;
	float: left;
}
#logo h1 {
	background-image: url(../shared-images/logo-gynormous.gif);
	background-repeat: no-repeat;
	height: 80px;
	margin:0;padding:0;
}
#logo h1 span{
	text-indent: -5000px;
	position: absolute;
	margin:0;
	padding:0;
	font-size: 10px;
}
/* end of h1 indent on sitename */
#topnavigation {
	float: right;
	width: 379px;
	height: 80px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}
#topnavigation a {
	color: #990099;
	text-decoration: none;
	font-weight: bold;
}

#topnavigation a:hover {
	color: #666666;
	text-decoration: none;
}
#topbar {
	height: 80px;
}
#container {
	height: 253px;
	margin-top: 40px;
}
#imagecontainer01 {
	width: 230px;
	float: left;
	height: 247px;
}
#imagecontainer02 {
	float: left;
	width: 230px;
	height: 247px;
	margin-right: 34px;
	margin-left: 34px;	
}
#imagecontainer03 {
	float: right;
	width: 230px;
	height: 247px;
}
.imagenavigation {
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #990099;
	padding-top: 3px;
	background-image: url(../shared-images/arrow-05.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 1px;
}
.imagenavigation a {
	text-decoration: none;
	color: #990099;
	font-weight: bold;
}
.imagenavigation a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.caption {
	height: 14px;
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
	font-weight: bold;
	background-image: url(../shared-images/arrow-05.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 1px;
}
#content {
	color: #000000;
	margin-top: 40px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 120%;
	margin-top: 12px;
	margin-bottom: 12px;
}
ul.list li {
  list-style: none;
  line-height: 25px;
  margin: 0 0 0;
  padding: 4px 0 0;
  background-position: 0 9px;
  background-image: url(../shared-images/arrow-05.gif);
  background-repeat: no-repeat;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
  text-indent: 17px;
}
#content h2 {
	color: #666666;
	font-size: 13px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: -8px;

}
#content h3 {
	color: #990099;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -8px;
}
#bottomnavigation {
	height: 20px;
	padding-top: 7px;
	text-align: center;
	margin-top: 38px;
	background-image: url(../shared-images/dashed-line-02.gif);
	background-repeat: repeat-x;
}
#bottomnavigation a {
	text-decoration: none;
	color: #990099;
	font-weight: normal;
}
#bottomnavigation a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#footer {
	height: 20px;
	text-align: center;
	margin-top: 2px;
	line-height: 150%;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
	line-height: 120%;

}
#test {
	background-color: #FFFF00;
}
.hilight {
	color: #FF0000;
}
