
body {
	text-align: center;
	font-family: arial;
	font-size: 13px;
}

td {
	font-family: arial;
	font-size: 13px;
}

h1 {
	font-family: arial;
	text-transform: uppercase;
	color: #003777;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-family: arial;
	text-transform: uppercase;
	color: #F47121;
	font-weight: bold;
	font-size: 16px;
}

h3 {
	font-family: arial;
	text-transform: uppercase;
	color: #0093BF;
	font-weight: bold;
	font-size: 14px;
}

.h3link {
	font-family: arial;
	text-transform: uppercase;
	color: #0093BF;
	font-weight: bold;
	font-size: 14px;
}

h4 {
	font-family: arial;
	color: #F47121;
	font-weight: bold;
	font-size: 14px;
}

blockquote {
	margin: 1em 10em 0em 10em;
	color: #0093BF; 
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	/*border-left: 2px solid #0093BF;*/
	padding-left: 1em; 
}

/* LINKS */
.nav  {
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
}

 a:link.topgray,  a:visited.topgray {
	color: gray;
}



/* LAYOUT */
#container {
	width: 980px;
	height: 900px;
	text-align: left;	
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.main {
	background-image: url(images_fw/bg_main.jpg);
}

.women {
	background-image: url(images_fw/bg_women.jpg);
}

.meeting {
	background-image: url(images_fw/bg_meeting.jpg);
}

.sales {
	background-image: url(images_fw/bg_sales.jpg);
}

.performance {
	background-image: url(images_fw/bg_performance.jpg);
}

#toplinks {
	width: 980px;
	height: 40px;
	text-align: right;
}

#toplinkspad {
	padding: 2px;
}

#topheader {
	width: 980px;
	height: 210px;
}

#headerbox {
	margin-top: 90px;
	margin-left: 10px;
	width: 700px;
	height: 210px;
}


#fullsectional {
	margin-top: 0px;
	margin-right: 5px;
	width: 765px;
	/* height: 250px; */
	float: left;
}

.sectional {
	margin-top: 10px;
	margin-right: 5px;
	width: 250px;
	height: 250px;
	float: left;
}

.sectionalpad {
	padding: 5px;
	width: 240px;
	height: 240px;
}

.sectd {
	padding: 0px 10px;
}

#rightlist {
	margin-top: 10px;
	margin-left: 0px; *margin-left: 0px;
	width: 170px;
	height: 250px;
	float: left;
}

#rightlistpad {
	padding: 5px; 
	width: 180px;
	height: 240px;
}

#rightlist ul {
	margin-left: 0px; *margin-left: 10px;
	padding-left: 10px; *padding-left: 0px;
	/* list-style-image: url('images_fw/sq_or.jpg'); */
}

.bullet ul {
	margin-left: 0px; *margin-left: 10px;
	padding-left: 10px; *padding-left: 0px;
	/* list-style-image: url('images_fw/sq_or.jpg'); */
}

#rightlist li {
	margin-bottom: 10px;
	margin-left: 0px;
}

#rightlist a {
	text-decoration: none;
	text-transform: uppercase;
	*margin-left: 10px;
	color: navy;
	font-weight: bold;
	font-size: 14px;
	line-height: 80%;
}

#sublinks a {
	text-decoration: none;
	text-transform: uppercase;
	*margin-left: 10px;
	color: navy;
	/* font-weight: bold; */
	font-size: 13px;
	line-height: 100%;
}

#subLink {
	text-decoration: none;
	text-transform: uppercase;
	*margin-left: 10px;
	color: red;
	/* font-weight: bold; */
	font-size: 13px;
	line-height: 100%;
}

#rightsub {
	margin-top: 20px;
	margin-left: 15px;
	border-top: 1px solid gray; 
}

#rightsub img {
	border: 1px solid silver; 
	padding: 1px;
}


#footer {
	margin-top: 10px;
	width: 980px;
	height: 35px;
	
}

#footerpad {
	padding: 5px;
	width: 970px;
	height: 25px;
	text-align: center;
	color: gray;
}

#footerpad a {
	color: gray;
	text-decoration: none;
}

#footerpad a:hover {
	color: blue;
	text-decoration: underline;
}




