/* SiteGlobal.css
  This is the complete style sheet for the company site.
body  {
	background-color: #FFFFFF;
	margin : 4px;
	padding-left: 4em;
	font-family: "Comic Sans MS";
	font-size:14px;
	background-image:url(images/Gradient_Bk.gif);
}
*/

.fontNormal {
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

.fontSideLinks {
	font-family:Impact;
	font-weight:normal;
	color:#444444;
	font-size:12px;
	letter-spacing:1px;
}

.fontHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#877D0C;
	font-size:16px;
	font-weight:bold;
}
.styleCopyright {
	font-size: 14px;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.absolute  { 
	visibility:hidden; 
}

.classSideLink A:link {color: #444444}
.classSideLink A:visited {color: #444444}
.classSideLink A:active {color: #7A8B72}
.classSideLink A:hover {color : white}

.classMainSideLink A:link {color: #4444AA}
.classMainSideLink A:visited {color: #4444AA}
.classMainSideLink A:active {color: #7A8B72}
.classMainSideLink A:hover {color : white}

.classDocu A:link {color: #30529E}				/* This is the color when the link is just on the screen */
.classDocu A:visited {color: #772200}
.classDocu A:active {color: #7A8B72}			/* This is the color when the user has clicked the link */
.classDocu A:hover {color : #1C3670}			/* This is the color when the user hovers over the link */

.classLinks A:link {color: #4444AA}				/* This is the color when the link is just on the screen */
.classLinks A:visited {color: #4444AA}
.classLinks A:active {color: #7A8B72}			/* This is the color when the user has clicked the link */
.classLinks A:hover {color : #1C3670}			/* This is the color when the user hovers over the link */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 12px Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif
}

#sddm li a
{	display: block; 
	margin: 0 0 0 0;
	padding: 2px 0px;
	width: 101px;
	background: #C6BC99;
	color: #877D0C;
	text-align: center;
	border:1px;
	border-color:#555555;
	border-style:solid;
	text-decoration: none
}

#sddm li a:hover
{	background: #EAEBD8 }

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 0px solid #5970B2}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #4444AA;
	font: 12px Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif
}

#sddm div a:hover
{	background: #49A3FF;
	color: #FFF
}
