/* Design & Code (c) PowerUser Inc. */


/* ---- Color Ref <<<----------- */
/*	blue background: #006699
	purple: #990099
	yellow: #FFCC66	
*/
/* -------------------------------------- */
html {/*Scroll fix*/
height: 100%;
margin-bottom: 1px;
}
body
{
	font-family: "Trebuchet MS", Arial, Geneva;
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
	background-image: url(images/bkgd-slice.gif);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 16px;
	margin: 0px;
}
/* Headings H1-H6
--------------------------------------------------------------------------------------- */

h1, h2, h3,	h4,{
	font-weight:normal;
	letter-spacing:-1px;
}

h5, h6	{
	letter-spacing:-1px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h1 {
	font-size: 2.5em;
	color: #000000;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 15px;
	}
h2 {
	font-size: 1.7em;
	line-height: 36px;
	}
h3 {
	font-size: 1.4em;
	}
h4 {
	font-size: 1.2em;
	}
h5 {
	font-size: 1.0em;
	}
h6 {
	font-size: 0.9em;
	}

/* Paragraph and Link Styles
--------------------------------------------------------------------------------------- */
p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding-top: 0px;
	padding-right: 1.7em;
	padding-bottom: 1.75em;
	padding-left: 1em;
	text-align: justify;
	line-height: 18px;
	}
	
a {
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 26px;
	}
a:link, a:hover, a:focus, a:active {
	outline: none;
	}
a:link {
	}
a:visited {
	color: #000000;
	}
a:active {
  }
a:hover {
	color: #990000;
	text-decoration: underline;
	}	
		
/* Lists and Navigation
--------------------------------------------------------------------------------------- */

ol, ul, li {/*
	list-style: none;*/
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 1em;
	margin-left: 1.2em;
	list-style-type: disc;
	}
li > p {
	margin-top: 0.1em;
	}
/* Common Elements
--------------------------------------------------------------------------------------- */
img {
	border: 0;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
small {
font-size:0.9em;
}

sup {
position:relative;
bottom:0.3em;
}

sub {
position:relative;
bottom:-0.2em;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/* Forms 
--------------------------------------------------------------------------------------- */

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
	line-height:1.25;
	width: 600px;
	height: 480px;
	margin: 0;
	padding: 0;
}

label {
cursor:pointer;
}

/* Forms 
--------------------------------------------------------------------------------------- */
.clear 			{
	clear:both;
	text-align: center;
}

.float-left 	{
	float:left;
	margin-top: 0px;
	margin-right: 8px;
}
.float-right 	{
	float:right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }
.small			{ font-size: .9em;}
.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/* Browser Fixes
--------------------------------------------------------------------------------------- */
* { behavior: url(iepngfix.htc) }

/*** Clearfix  ***/
.clearfix:after {
    content: "."; 
    height: 0;
    clear: both; 
	overflow:hidden;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*** End Clearfix  ***/

/*** IE 6.0 PNG Fix ***/
#regular_logo
{
    background:url('test.png'); width:150px; height:55px;
}

/* \ */
* html #regular_logo
{
    background:none;
    float:left;
    width:150px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png', sizingMethod='scale');
}


.color_a {
background:#c9ba65;
color:#fff;
}
.color_b {
background:#d4d8bd; 
color:#000;
}
.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}
.slim
{
	text-shadow: 0 0 0 #000;
	color:#0066CC;
}
.inverted
{
	background-color: #FFFFFF;
	color: #0066CC;
}
/* Drop Cap
--------------------------------------------------------------------------------------- */
#cap	{
font-size: 50px;
color: #006699;
font-weight: bold;
float: left;
height: 34px;
line-height: 34px;
margin-top: 2px;
margin-right: 1px;}
