/* Common Color Related */
/* White */
body { background-color : #FFFFFF; }

/* Tan */
.PrimaryColor { color : #EFE2C8; }
.PrimaryBgColor { background-color : #EFE2C8;}

/* Maroon */
.S1_SecondaryColor { color : #7F0D26; }
.S1_SecondaryBgColor { background-color : #7F0D26; }
.S1_SecondaryBorderColor { border-color : #7F0D26; }
a.S1_SecondaryLinkColor:link  { color : #7F0D26; }
a.S1_SecondaryLinkVColor:visited { color : #7F0D26; }


/* Blue */
.S2_SecondaryColor { color : #6495ED; }
.S2_SecondaryBgColor { background-color : #6495ED; }
.S2_SecondaryBorderColor { border-color : #6495ED; }

/* Picture Formatting */
.MainBodyPic {
	width : 250px;
	height : 188px; }
.FullSizePic {
	width : 500px;
	height : 375px; }
.MainThumbPic {
	width : 125px;
	height : 194px; }
.GalleryThumbPic {
	width : 188px;
	height : 141px; }

/* Common formatting */
p.Top { margin-bottom : 0px;}
.Heading1 { 
	font-size : x-large;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
.Heading2 { 
	font-size : large;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }

.MenuItem { 
	font-size : larger;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
.ContactEntry { width:98%;}


.Center { text-align : center; }
.Bold { font-weight : bold; }
.Larger { font-size : larger ; }
.Smaller { font-size : smaller ; }
.Middle { vertical-align : middle; }
.Italic { font-style : italic; }

.Red { color : red; }

table.List { 
	border-collapse : separate;
	border-style : solid;
	border-width : thin }
.RowHead { border-bottom: thin solid; }
td.List { 
	padding : 5px;
	border-bottom : solid thin; }
td.LastRow { border-bottom:none; }
td.DetailList { border-bottom : 1px solid; }

.MouseOver {
	cursor : pointer;
	cursor : hand; }
.MouseOut { cursor : default; }