/* Use this page to overwrite styles found in standard1.css - do not change standard1.css */
.nav_about_box2 {
	background-color: #609;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	background-image: url(images/purplecorner-r.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 190px;
	}

#purple_bar {
	padding: 2px 0 0 80px;
	margin: 0;
	list-style: none;
	width: 670px;
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#609;
	font-size: 11px;
	float: left;
	font-weight: bold;
	background-image: url(images/purplecorner-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
/*Grey Gradient Caption*/

.caption2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 4px;
	background-image: url(images/grey_caption_gradient.jpg);
	background-position:  top left;
	background-repeat: repeat;
	padding-left: 15px;
	cursor: crosshair;
	}

#grey_caption_bottom {
	background-image: url(images/grey_caption_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	padding-bottom: 6px;
}

/*Grey Gradient Left Column*/

#grey_left_column {
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat;
	padding: 0px 3px 3px 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	width: 120px;
}

#greytop {
	background-image: url(images/grey_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

#greybottom {
	background-image: url(images/grey_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

.general_items2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #609;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	border-bottom: 1px solid #609;
	margin: 0px 8px 10px 0;
	}
	

	/*Background Image Bottom Right*/

#boundary_bottom_image {
	width: 750px;
	margin:0px auto;
	border:0;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(images/tower2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

/*News style*/

table.sn {border-width: thin thin thin thin;
             border-spacing: 2px;
             border-color: gray gray gray gray;
             border-style: solid solid solid solid;
             border-collapse: collapse;
             text-align: center;
             empty-cells: show;
             background-color: white;
             margin-left: auto;
             margin-right: auto;
             width: 540px}

td.sn-title {font-family: sans-serif;
              border-width: thin thin thin thin;
              padding: 1px 1px 1px 1px;
              border-style: solid solid solid solid;
              border-color: gray gray gray gray;
              background-color: #eee;
              color: black;
              font-size:12px;
              font-weight: bold}
td.sn-date {font-style: italic;
             font-family: sans-serif;
             border-width: thin thin thin thin;
             padding: 1px 1px 1px 1px;
             border-style: solid solid solid solid;
             border-color: gray gray gray gray;
             background-color: white;
             color: black;
             font-size:9px}
td.sn-post {font-family: monospace;
              border-width: thin thin thin thin;
              padding: 1px 1px 1px 1px;
              border-style: solid solid solid solid;
              border-color: gray gray gray gray;
              background-color: white;
              color: black;
			  text-align: left;
              font-size:12px;}