body, html {
	margin:0;
	padding:0;
	color:#000;
	font-family: Verdana;
	font-size: 14px;
}

body {
	min-width:750px;
	background-image:url(../images/background.gif)
}

P {
	margin: 5px 0px;
	padding: 5px 0px;
}

H1, .pageheadertxt {
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 20px;
	font-size: 22px;
	/*color: #A72A12;*/
	color: #000000;
	font-weight: bold;
	font-family: "Arial Narrow";
	text-transform:uppercase;
	background: url(/images/redtri.gif) no-repeat bottom left;
	background-color:#FFFFCC;
}

H2 {
	font-size: 18px;
	color: #A72A12;
	font-weight: bold;
	font-family: Tahoma;
	/*text-transform:uppercase;*/
	margin-bottom: 0px;
}

H3 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-family: Tahoma;
	/*text-transform:uppercase;*/
	margin-bottom: 0px;
}


.reddate {
	font-family: Tahoma;
	font-size: 13px;
	color: #FF0000;
}
/* TWO COLUMN IDEA FROM
http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/
*/

/* =============  COLUMN LAYOUT  ============ */
#wrap {
background:#FFF;
margin:4px auto;
padding: 4px;
width:855px;
}

#main {
background:#FFF;
float:left;
width:200px;
}
#main h2, #main h3, #main p {
padding:0 10px;
}
#column2 {
float:right;
width:640px;
padding: 3px 5px;
}
#column2 ul {
margin-bottom:0;
}
#column2 h3, #column2 p {
padding:0 10px 0 0;
}
#footer {
width: 100%;
background:#FFF;
clear:both;
text-align:center;
font-size: 13px;
}

#footer p {
padding:5px;
margin:0;
}
/* =============  END COLUMN LAYOUT  ============ */

.line { 
	background: url(/images/hr.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 15px;
}

/*HR { 
	border: 0;
	color: #A72A12;
	background-color:#A72A12;
	height:2px;
	text-align:left;
}*/

IMG {
	margin: 4px;
}

/* to create a break bigger than <BR> but smaller than <P> */
 .smallbreak {margin-top: 5px;}

  .newsitem {
  	font-size: 16px; color:#93c;font-weight:900;text-transform: uppercase;
  }

INPUT.text {
	background-color : #FCC;
	border-style : inset;
	border-width : 2px;
	height: 15px;
	font-size: 11px;
}
INPUT.button {
	background-color : #EEEEEE;
	border-style : outset;
	border-width : 2px;
	height: 20px;
	font-size: 12px;
	cursor: hand;
}

TEXTAREA.text {
	background-color : #FCC;
	border-style : inset;
	border-width : 2px;
	font-size: 12px;
}

td {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	padding: 0;
	margin: 0;
}

#navtitle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #AAA;
	text-align: center;
	width: 80%;
	margin: 1em;
	letter-spacing: .1em;
}

/*==============   DROP DOWN MENU STYLES  =================== */
#menu {
width: 100%;
background: #eee;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10.08em;
float: left;
}

#menu a, #menu h2 {
font: 12px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

/* top-level menu items */
#menu h2 {
color: #fff;
background: #A72A12;
text-transform: uppercase;
text-align:center;
}

/* top level anchor */
#menu .tla {
font: 12px/16px arial, helvetica, sans-serif;
color: #fff;
background: #A72A12;
text-transform: uppercase;
text-align:center;
padding: 0;
border: 0;
margin: 0;
/*display:block;*/
}

/* top level anchor */
#menu .tla:hover {
color: #fff;
background: #A72A12;
border: 0;
}

/* first level drop down */
#menu a {
color: #000;
background: #efefef;
text-decoration: none;
text-transform:uppercase;
font-size: 11px;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {display: none;}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;}
/*==============   END DROP DOWN MENU STYLES  =================== */

/* For navigational elements */
.leftnav {
	width: 150px;
	list-style-image: url(http://www.dstsacramentoalumnae.com/images/gray_bullet.jpg); 
	margin: 1em;
	padding-left: 2em;
}

div#clear { clear: both; }

A {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #0000FF;
}
/* OLD  LINK INFO. REPLACED BY STANDARD BLUE 11/27/07 
A {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #A72A12;
}*/

A.nav {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}


A:hover {
	color: #0000ff;
}

#navbar {
position : relative;
} 

.box {
	border: solid 2px #A72A12;
	font-size:inherit;
	padding: 5px;
	margin: 5px;
}
.lbl
{
	font-family:Verdana;
	font-size: 9pt;
}
.txt-home-links {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-home-links a:link{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-home-links a:active{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-home-links a:visited{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-home-links a:hover{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.txt-album-links {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-album-links a:link{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-album-links a:active{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-album-links a:visited{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-album-links a:hover{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.txt-album-links-sel {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-album-links-sel a:link{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-album-links-sel a:active{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-album-links-sel a:visited{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.txt-album-links-sel a:hover{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.1em;
}


.txt-photo-links {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	letter-spacing: .05em;
}
.txt-photo-links a:link{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	letter-spacing: .05em;
}
.txt-photo-links a:active{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	letter-spacing: .05em;
}
.txt-photo-links a:visited{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	letter-spacing: .05em;
}
.txt-photo-links a:hover{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	letter-spacing: .05em;
}

.txt-hdr-links {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
.txt-hdr-links a:link{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
.txt-hdr-links a:active{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
.txt-hdr-links a:visited{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
.txt-hdr-links a:hover{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}


.txt-hdr {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
}


.txt-home-descr {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	color: #666F77;
	text-decoration: none;
	letter-spacing: .05em;
	padding-top: 15px;
}

.txt-home-data {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	color: #79838D;
}

.verticle-band-home {
	background-color: #79838D;
	width: 145px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	cursor: hand;
}

.verticle-divider-home {
	width: 13px;
}

.horiz-band-home {
	background-color: #EDEDED;
	height: 180px;
	width: 146px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	cursor: hand;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.thumbnail {
	border: 1px solid #FFFFFF;
}

.home-logo {
	background-attachment: fixed;
	background-image: url(images/home-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.photo-logo {
	background-attachment: fixed;
	background-image: url(images/photo-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.verticle-divider-home-bg {
	background-attachment: fixed;
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.left-column-width-home {
	width: 182px;
	height: 112px;
}

.nav-column-width {
	width: 222px;
}

.nav-highlight-width {
	width: 150px;
}

.nav-text {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #790000;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-left: 14px;
}

.red-horiz-line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.page-num-field
{
	border-right: #990000 1px solid;
	padding-right: 3px;
	border-top: #990000 1px solid;
	padding-left: 3px;
	font-size: 10px;
	border-left: #990000 1px solid;
	width: 20px;
	color: #990000;
	border-bottom: #990000 1px solid;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	height: 17px;
}

.navphotos {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
	text-transform: capitalize;
	line-height: 110%;
}
.nav-selected {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	padding: 2px 5px 2px 15px;
	margin: 5px 0px 5px 0px;
	font-size: 12px;
	background-color: #79838d;
	color: #ffffff;
	text-transform: capitalize;
}
.nav td {
	margin: 0;
}
.nav td a {
	display: block;
	padding: 2px 5px 2px 15px;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
	color: #820000;
	text-decoration: none;
	width: 100%;
}
.nav td a:hover {
	background-color: #ededed;
	color: #820000;
}

.nav-home {
 font-size: 11px;
 text-transform: uppercase;
 width: 150px;
 line-height: 110%;
 font-family: Arial, Helvetica, sans-serif, Verdana;
 background-color: #ffffff;
 letter-spacing: .2em;
 font-weight: bold;
}

td.photo-thumbnail
{
	padding: 10px
}

td.photo-title
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 20px;
}
