@charset "utf-8";
/* CSS Document */

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

img {
	border: none;
}
html {
    background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}
html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	color: #2f2f2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
}
.formBG {
	background-color: #F2F5E2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BBBAB3;
	border-bottom-color: #BBBAB3;
}
.roman {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.red {
	color: #C00;
}
.headertext {
	font-size: 16px;
	font-weight: bold;
}
.downloadtext {
	color: #575757;
	font-size: 11px;
}




#container {
	position:relative
}
#nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	height: 259px;
	width: 151px;
	position: absolute;
	left: 105px;
	top: 226px;
	padding-left: 75px;
	font-size: 20px;
	color: #535937;
}
#container #nav {
	position: absolute;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #535937;
	text-decoration: none;
}
#nav #link1 {
	position: absolute;
	top: 41px;
}
#nav #link2 {
	position: absolute;
	top: 95px;
}
#nav #link3 {
	position: absolute;
	top: 148px;
}
#nav #link4 {
	position: absolute;
	top: 201px;
}
#womenbanner {
	height: 306px;
	width: 227px;
	position: absolute;
	left: 60px;
	top: 489px;
}
#textarearesources {
	background-image: url(../images/textarea_resources.gif);
	background-repeat: no-repeat;
	height: 1160px;
	width: 485px;
	position: absolute;
	top: 256px;
	left: 350px;
	padding-top: 270px;
	padding-right: 60px;
	padding-left: 40px;
	font-size: 12px;
}
div#textarearesources {
	position: relative;
}
#textarearesources a {
	color: #575757;
	text-decoration: underline;
}
#textarearesources a:hover {
	color: #C00;
	text-decoration: underline;
}
#textarearesources #viewcart {
	position: absolute;
	top: 222px;
	right: 115px;
	width: 137px;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 299px;
	width: 931px;
	position: absolute;
	top: 1714px;
	color: #404615;
}
#container #footer {
	position: relative;
}
#footer a {
	color: #626838;
	text-decoration: none;
}
#footer a:hover {
	color: #C33C00;
	text-decoration: none;
}
#footer #sublinks {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 211px;
	font-size: 12px;
}
#footer #sublinks2 {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 551px;
	font-size: 12px;
}
#footer #bookmarks {
	width: 130px;
	position: absolute;
	left: 20px;
	top: 50px;
}
#footer #copyright {
	position: absolute;
	width: 394px;
	left: 0px;
	top: 226px;
}

