/* Bridgeworks style sheet */

/* This first sections styles the page layout */

body{
	text-align: center;
}

.page{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	height: 300px;
	text-align: left;
}

.header{
/*	background: url("images/top_logo.gif") transparent top right; */
	width: 740px;
	top: 10px;
	overflow: hidden;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #cccccc;
}

.topmenu{
	/*position: absolute; */
	background: url("images/menu.png") #734A73;
	margin: 0px 740px 0px 0px;
	top: 91px;
	width: 740px;
	/* overflow: hidden; */
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #cccccc;
}

.bottommenu{
	/*position: absolute; */
	background-color: white;
	margin: 0px;
	top: 121px;
	width: 740px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 1.0em;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #cccccc;
}

.contentholder{
	/*position: absolute; */
	top: 138px;
	width: 740px;	
	font-family: verdana, arial, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.lowercontentholder{
	/*position: absolute; */
	top: 167px;
	width: 740px;
	font-family: verdana, arial, sans-serif;
}

.picturecontentholder{
	/*position: absolute; */
	top: 118px;
	width: 740px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	overflow: hidden;
}

.content{
	margin-top: 10px;
	overflow: hidden;
}

.picturecolumn{
	/*position: absolute; */
	float: right;
	left: 578px;
	right: 0px;
	top: 0px;
	width: 140px;
	margin: 20px 0px 10px 0px;
	overflow: hidden;
}

.homepageright{
	position: relative;
	float: right;
	right: 10px;
	top: 10px;
	width: 200px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
}

.homepageleft{
	width: 510px;
	height: 150px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
}

.footer{
	background: url("images/footer.png") #734A73;
	height: 20px;
	width: 740px;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	text-align: left;
}

.date{
	/*position: absolute; */
	margin: 0px 740px 55px 360px;
	width: 370px;
	height: 10px;
	top: 55px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	color: #ffffff;
	text-align: right;
	background-color: transparent;
}

.center{
	text-align: center;
}

/* The next section styles page content */

h1{
	font-family: verdana, arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background: transparent;
	color: #935A93;
	padding-left: 20px;
	text-align: left;
	margin-right: 180px;
}

h2{
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 10px;
	background: transparent;
	color: #935A93;
	text-align: left;
	margin-right: 180px;
}

h3{
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 10px;
	background: transparent;
	color: #935A93;
	text-align: left;

}

p{
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	background: transparent;
	color: #000000;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	margin-right: 180px;
}

p.right{
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	background: transparent;
	color: #000000;
	text-align: right;
	margin-right: 0px;
}

p.hleft{
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	background: transparent;
	color: #000000;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	margin-right: 0px;
}

p.intro{
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	color: #000000;
	background: transparent;
	text-align: justify;
	padding-left:20px;
	padding-right: 20px;
	margin-right: 180px;
}

p.picbar{
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	background: transparent;
	color: #000000;
	padding-left: 10px;
	text-align: left;
	margin-right: 0px;
}

p.quote{
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	background: transparent;
	color: #000000;
	text-align: justify;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
}


ul{
	list-style-type: disc;
	list-style-position: outside;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	text-align: left;
	background: transparent;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px 200px 10px 20px;
}

table{
	background: transparent;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	text-align: center;
	color: #000000;
	margin: 10px 20px 10px 20px;
}

td{
	background: transparent;
	border: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
	width: 80px;
}

td.wide{
	background: transparent;
	border: 1px solid #cccccc;
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
	text-align: left;
}

td.heading{
	background-color: #99ccff;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
}

img{
	border-width: 0px;
	vertical-align: middle;
}

img.right{
	padding-left: 5px;
	text-align: center;
	margin: 5px;
}

a:link {
	background: transparent;
	color: #734A73;
	text-decoration: underline;
}

a:visited {
	background: transparent;
	color: #935A93;
	text-decoration: underline;
}

a:active {
	background: transparent;
	color: yellow;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

.topmenu table{
	margin: 1px 30px 1px 30px;
	font-size: 1.0em;
	height: 100%
}

.topmenu td{
	border: 0px solid #CCCCCC;
	background: #734A73;
}

.topmenu td:hover {
	background: #935A93;
	text-decoration: none;
}

.bottommenu table{
	margin: 1px 1px 1px 1px;
	height: 100%
	width: 100%
	display: block; 
/*	border: 1px solid red;*/
	margin-left: auto;
	margin-right: auto;
}

.bottommenu tr{
	text-align: center;
}

.bottommenu td{
	width: 90px;
	border: 0px solid #CCCCCC;
}

.topmenu a:link {
	color: white;
	font-size: 1.0em;
	text-decoration: none;
}

.topmenu a:visited {
	color: #cccccc;
	text-decoration: none;
}

.titles a:hover {
	color: #dddddd;
	text-decoration: none;
}

.titles a:link {
	text-decoration: none;
}
