.gallerycontainer{background-color:deepskyblue;} 

body{  /* rest of the body statement in uccstyle.css - seperated for xstandard editor  */
	/*text-align:left; /* center*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* font: normal 10pt Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; */
	/* font: normal 18pt Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; */
	
	color: black;
	z-index:0;
	position: none; /*fixed shows up, absolute, relative, none*/
	

}

table {font-size:;}
img { border: 0px; margin: 0px 0px 10px 0px; } /*float:left; */
/* img.center {float: center; margin: 0px 0px 0px 0px;} */
img.left {float: left; margin: 0px 15px 10px 0px;}
img.right {float: right; margin: 0px 0px 10px 10px;}
img.home {float: right; margin: 0px 15px 10px 0px;}
p {margin: 0px 0px 10px 0px; background-color: ;}
p.indent {margin: 0px 0px 0px 20px;}
p.left {text-align: left;}
p.center {text-align: center;}
p.right {text-align: right;}

h1 
	{
	color: Black;
	font-size: 16pt;
	line-height: 22px;
	font-weight: normal;
	background-color: ;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 16px 0px;
	text-align:center;
} /* kevin modified line height because without it it did not look good */

h2 	{
	color: Black;
	font-size: 14pt;
	line-height: 16px;
	font-weight: bold;
	background-color: ;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}

h3 	{
	color: Black;
	font-size: 12pt;
	line-height: 14px;
	font-weight: bold;
	background-color: ;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}

hr /* horizontal rule */
	{
	width:100%;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 4px 0px;
	}

.clear {clear:both;}

.textright {text-align:right}  /* i don't want to edit the p. tags as those are default for xstandard.  we'll make our own for layout. */
.textleft {text-align:left}
.textcenter {text-align:center}

.content, #content 
	{
	background-color:; 
	position: relative;
	padding: 180px 5px 5px 5px; /* how far content form TOP*/
	margin: 0px 0px 0px 0px;
	width: 900px;
	float: left;
	z-index:1;
	
	}
.contentcol1of2
	{
	background-color:;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 140px;
	float: left;
	}

.contentcol2of2
	{
	background-color:;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 740px;
	float: left;
	}
	
.content a:link, .content a:visited  
	{
	/* color: #9a7421;   */
	text-decoration: underline; 
	} /* links in content section */

.content a:hover 
	{
	/* color: #9a7421;  */
	text-decoration: underline; 
	}

.security
	{
	background-color: red;
	padding: 0px 20px 0px 20px;
	}
	
.timerelease
	{
	background-color: yellow;
	padding: 0px 20px 0px 20px;
	}
	
.queryrelease
	{
	background-color: orange;
	padding: 0px 20px 0px 20px;
	}

.contentcol1of3
	{
	background-color: ;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 140px;
	float: left;
	}

.contentcol2of3
	{
	background-color: ;
	position: relative;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 416px;
	float: left;
	}

.contentcol3of3
	{
	background-color: ;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 140px;
	float: left;
	}
	

.contentcol1of2b
	{
	background-color:;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 556px;
	float: left;
	}

.contentcol2of2b
	{
	background-color: ;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 140px;
	float: right;
	}

.calloutbox
	{
	line-height: 8pt;
	font-family: Helvetica, serif;
	background-color: white;	
	margin-top: 0em;
	text-align: center;
	font-size: 9pt;
	font-style: bold;
	 /* set height of 'body' with no contnet, should be height of menu on left. */
	height: 520px; 
	}

.calloutbox ul{
		height: 0em;
		margin: 0;
		padding: 0;
		border: none;
		list-style: none;
		
	}
	
.calloutbox li{
	margin-top:1em;
	padding-bottom: 10px;
	background-color:;
	border-color: #666;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	
}

li.lastmenu {
	margin-top:1em;
	border-width: 0px 0px 0px 0px;
}
	
.calloutbox a:link, .calloutbox a:visited , .calloutbox a:hover 
	{
	margin: 0px -10px 0px -10px;
	color: darkred;
	text-decoration: none; 
	background-color:;
	} /* links in content section */

.calloutbox a:hover 
	{
	text-decoration: underline; 
	} /* links in content section */
	
.calloutboxnoborder
	{
	background-color: white;	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-color: #666;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	}


	
.boxnoborderorpadding
	{
	background-color: white;	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-color: #666;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	}

/*tests - NOT USED*/
.kevin2 {border:2px solid red;background-color:#666; color:white;}
ul.listboxbody1 {list-style-type: none; color:red; padding: 0px 2px 3px 4px; list-style-image: url(/files/home/configuration/sitegraphics/spacerwhite.gif);}
.boxheading{ border:1px solid black; height:8px; background-color:#666;  color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-indent: 8px }
.boxlist { border:1px solid black; text-align:left; color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.backgroundcolor {background-color:#E6E2D7;}
.boxlistbody {list-style-type: none; color:red; padding: 0px 2px 3px 4px; list-style-image: url(/files/home/configuration/sitegraphics/spacerwhite.gif);}

code {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ffffcc;padding-left:1px;padding-right:1px}

/*unused xstandard styles  -- please keep*/

kbd {padding:0px 1px 0px 1px;border-width:1px 2px 2px 1px;border-style:solid}
abbr {border-bottom:1px dashed;cursor:help}
acronym {border-bottom:1px dashed;cursor:help}
dfn {font-style:normal;border-bottom:1px dashed;cursor:help}
cite {font-style:normal;border-bottom:1px dashed;cursor:help}
samp {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ccffcc;padding-left:1px;padding-right:1px}
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
div.textbox {clear:both;float:left;width:150px;font-size:.8em;padding:2px 10px;border-top:1px solid gray;border-bottom:1px solid gray}
div.photo {float:right;width:auto;font-size:.8em;font-weight:bold;padding:4px}


