/*------------------------------------------------------------------

Default Stylesheet

	Created 8/21/2008

Colors

	Black #000000
	Dark Gray (Software) #98A1C4
	Light Gray (Software) #B6BCD4	
	Very Light Gray #CCCCCC	
	Dark Green (Pepper Logo) #658D3D	
	Dark Orange (Habanero) #F58020
	Light Orange (Habanero) #F8A35C
	Dark Red (Pepper Logo) #BD2027
	Light Red (Pepper Logo) #ED1F24
	White #FFFFFF

Typography

	1. Habanero Software LLC / #hstext
	2. h1 / #text
	3. p / #text
	4. ul / #text

------------------------------------------------------------------*/

span.hstext {
	color: #F58020;
	font-weight: bolder;
}

h1.text  {
	color: #000000;
	font-size: larger;
	margin-top: 1em;
}

p.text {
	color: #000000;
}

ul.text {
	color: #000000;
}

span.hge {
  font-weight: bold;
  font-family: Georgia; /* Georgia, Trebuchet MS, Verdana; */
  color: #648BC4;
}

/*------------------------------------------------------------------

Default Stylesheet

	1. Anchor
	2. Body
	3. Layout
    4. Logo
	5. Menu Bar
	6. Content
	7. Prompts
    8. Status

	A. Alignment
	B. Border
	C. Margin

------------------------------------------------------------------*/  

/* 1. Anchor */

a.simple {
  text-decoration: none;
}

a.anylink:link {
	color: #000000;
}

a.anylink:visited {
	color: #658D3D;
}

a.anylink:hover {
	color: #F58020;
}

a.textlink:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.textlink:visited {
	color: #658D3D;
	font-weight: bold;
	text-decoration: none;
}

a.textlink:hover {
	color: #F58020;
	font-weight: bold;
	text-decoration: none;
}

a.dynamicsitemenuitem:link {
	color: #000000;
}

a.dynamicsitemenuitem:visited {
	color: #000000;
}

a.dynamicsitemenu:hover {
	color: #F58020;
}

a.staticsitemenuitem:link {
	color: #000000;
}

a.staticsitemenuitem:visited {
	color: #000000;
}

a.staticsitemenu:hover {
	color: #F58020;
}

/* 2. Body */

body {
	color: #000000;
	background-color: #CCCCCC;
	font-family: Trebuchet MS; /* Georgia, Trebuchet MS, Verdana; */
}

/* 3. Layout */

div#site {
	margin: 0 auto;
	width: 950px;
}

div#siteheaderleftandright {
	height: 96px;	
	width: 950px;
}

div#siteheaderleft {
	float: left;	
	background-color: #FFFFFF;
	height: 91px;
	padding-top: 5px;
	width: 246px; /* 950 */
	/* width: 246px; 750 */	
	/* width: 246px; 480 */
}

div#siteheaderright {
	background-color: #ED1F24;
	height: 91px;
	margin-left: 246px;	
	padding-top: 5px;	
	width: 704px; /* 950 */
	/* width: 504px; 750 */
	/* width: 234px; 480 */
	position: relative;
}

div#sitenavbarandcontent {
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	height: 509px;
	widows: 950px;
}
	
div#sitenavbar {
	float: left;	
	background-color: #658D3D;
	min-height: 100%;
	width: 150px; /* 950 */
	/* width: 150px; 750 */
	/* width: 150px; 480 */
}

div#sitecontent {
	background-color: Transparent;
	margin-left: 150px;	
	height: 489px;
	overflow: auto;
	padding-bottom: 20px; 	
	padding-left: 20px; 
	padding-right: 20px; 
	text-align: justify;
	width: 760px;  /* 950 */
	/* width: 600px;  750 */
	/* width: 330px;  480 */
}

div#sitefooter {
	background-color: #FFFFFF; 
	font-size: smaller;
	/* height: 3em; */
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	position: relative;
	text-align: center;
	width: 950px; /* 950 */
	/* width: 750px; 750 */
	/* width: 480px; 480 */
}

/* 4. Logo */

img.sitelogo {
	margin-left: 5px;
}

/* 5. Menu Bar */

div.sitemenu {
	background-color: White;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 255;
}

.othersitemenu {
}

.staticsitemenu {
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-left: solid 2px white;
	border-right: none;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

.staticsitemenuitem {
	background-color: #B6BCD4;
	border-top: solid 2px white;
	border-bottom: none;	
	border-left: solid 2px white;
	border-right: none;
	font-weight: bolder;
	margin-left: 0px;
	margin-top: 0px;	
	padding-left: 6px;
	padding-right: 6px;
}

.dynamicsitemenuitem {
	background-color: #B6BCD4;
	border: solid 2px white;
	font-weight: bold;
	font-size: smaller;
	padding-left: 6px;
	padding-right: 6px;
}

/* 6. Content */

p#homeintro {
	width: 25em;
}

/* 7. Prompts */

.promptsmall
{
	width: 6em;
	text-align: right;
	vertical-align: top;
}

/* 8. Status */

.success
{
	color: Green;
	font-weight: bold;
}

.error
{
	color: Red;
	font-weight: bold;
}

/* A. Alignment */

/* B. Border */

img.noborder {
	border: none;
}

/* C. Margin */

td#postaladdress {
	background-color: #FFFFFF;
}

.tac {
  text-align: center;
}

img.nobmp {
	border: none;
	margin: 0px;
	padding: 0px;
}

img.bbb {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	width: 90px;
}

.m0 {
  margin: 0px;
}

.vam {
  vertical-align: middle;
}