/* greg.css - Style Sheet for silverelvis.ca */

/* Global Styles */

body	{
   color: #99ccff;
   font-size: 13px;
   font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
   background-color: #080c0e;
		}

a         {
   color: #cccccc;
   text-decoration: underline;
   font-weight: bold;
          }

a:visited {
   color: #99ccff;
   text-decoration: underline;
   font-weight: bold;
          }

a:hover   { 
   color: #99ccff;
   text-decoration: none;
          }

td        {
   color: #99ccff;
   font-size: 13px;
   font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
          }

p         {
   color: #99ccff;
   font-size: 13px;
   font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
          }

/* ID Styles */

#navigation a {
	color: #CCCCCC;
	font-size: 12px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: .3em;
	}
	
#navigation a:hover {
	color: #000000;
	background: #CCCCCC;
	}

#padding {
	padding:4px;
	}

/* Class Styles */

.bodyText {
	line-height: 26px;
	color: #99CCFF;
	}
	
.pageName {
	font-size: 18px;
	color: #cccccc;
	letter-spacing: .2em;
	line-height: 28px;
	}
	
.subHeader {
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .1em;
	}
	
.navText {
	font-size: 12px;
	color: #cccccc;
	letter-spacing: .2em;
	border-style: solid;
	border-color: #666666;
	border-width: 2px;
	}
	
.sidebarText {
	font-size: 12px;
	line-height: 14px;
	color: #99ccff;
	}

.logo {
	font-size: 24px;
	color: #1f3e5d;
	letter-spacing: .3em;
	}

.tagline {
	font-size: 13px;
	color: #990000;
	letter-spacing: .4em;
	line-height: 26px;
	}
	
.sidebarHeader {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: .2em;
	}

.leftBord {
	border-style: solid;
	border-color: #99ccff;
	border-width: 2px;
	border-bottom-width: 8px;
	}

.rightBord {
	border-style: solid;
	border-color: #99ccff;
	border-width: 2px;
	border-bottom-width: 8px;
	}

.topBord {
	border-style: solid;
	border-color: #99ccff;
	border-width: 2px;
	}

.copyText {
	line-height: 26px;
	color: #1f3e5d;
	font-weight: bold;
	}