.floatLeft { float: left; }
 
.floatRight { float: right; }
 
.alignLeft { text-align: left; }
 
.alignRight { text-align: right; }
body {
	background-color: #3C3C2F;/*#EDF0F3;*/
	color:#333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
}
td {vertical-align:top;}
ul 
{
	margin: 2px 8px 20px 20px;
}
ul li
{
	list-style-image:url('../images/list-bullet.gif');
	    margin-right: 0;
    margin-top: 0;
    margin-bottom: .2em;
}

ol 
{
	margin: 2px 8px 20px 20px;
}
ol li
{
	margin:0 0 .7em 4px;
	list-style-type:decimal;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	color: #36424B;
	margin-left: 20px;
	}
h1 {
	font-size: 180%;
	margin-top: 1.8em;
	margin-bottom: 0.6em;
	font-family: Impact, "Arial Black", Arial, sans-serif;
	letter-spacing: 3px;
	color: #646464;
}

h2 {
	font-size: 140%;
	letter-spacing: 0.1em;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	letter-spacing: 0.1em;
	font-weight:bold;
}
h4 {
	font-size: 100%;
	letter-spacing: -0.03em;
	font-weight:bold;
}
h5{
	font-size: 110%;
	letter-spacing: 0.1em;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:20px;
}

p {
	margin-bottom:0.6em;
	margin-left: 20px;
	
	}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #9E883C;
	text-decoration: none;
}
a:active {
	color: #333333;
}

#hd {
	background-color:#36424B;
	height:130px;
	background-image: url(../images/banners/temp-Banner.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#topNav {
	height: 23px;
	text-align: right;
	float: right;
}
#topNav ul {
	list-style-type: none;
	margin:0;
}
#topNav li {
	display: inline;
}
#mainNav {
	color: #FFFFFF;
	text-align: right;
	margin-top: 104px;
	width: 500px;
	float: right;
}
#bd {	
    background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	padding-bottom:25px;
	}
#doc #ft {
	background-color: #36424B;
	height: 53px;
	color: white;
	background-image: url(../images/bg_ft.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.dropcap {

  
  float:left;
  color:#3C3C2F;
  font-size:300%;
  line-height:.7em;
  padding-top:2px;
  padding-right:5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.column {
	background-color: #F0F0F0;
	padding: 5px;
	border: 3px solid #fff;
}
.column h2 { margin:5px; font-size:15px;}
.column h2 a:link {text-decoration:none;}
.column h2 a:visited {text-decoration:none;}
.column h2 a:hover {text-decoration:underline;}
.column h2 a:active {text-decoration:none;}
.column p { margin:5px }
.columnBorder {
	border: 1px solid #E9E9E9;
}
#rightContent .rightImage {
margin:20px;
margin-bottom:8px;

}
#rightContent p {
font-size:90%;
margin-right:8px;
}
#rightContent h1 {
	background-image: url(../images/bg_right_header.jpg);
	background-repeat: no-repeat;
    background-color: #666666;
	margin: 0 0 12px 0;
	padding: 8px 5px 5px 15px;
	font-size: 120%;
	color: #fff;

	min-height: 28px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
}
#rightContent h3 { 
	margin-bottom:.6em; 
	margin-top:1em;
}
#rightContent ul {
   margin: 10px 8px 20px 40px;
}
#rightContent ul li
{
	margin:0 0 .7em 4px;
}

#mainContent {
	padding-bottom: 25px;
}
#mainContent ul{
 
    margin: 2px 8px 20px 40px;
}
#mainContent ul li
{
	margin:0 0 .7em 4px;
}



#ft h2 {
	font-size:105%;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: normal;
	}
#ft a:link {
color:white;
}
#ft a:visited {
color:white;
}
#ft a:hover {
color:white;
text-decoration:none;
}
#ft a:active {
color:white;
}
.imageRight {
    float:right;
    margin: 0 0 8px 8px;
    padding:5px;
    border: solid 1px #F0F0F0;
    }
/*jquery rounded corners styles* inner is the pullout, outer gets created automatically and is necessary for background colour and bordercolor sets the border */
div.rounded { margin: 0; background: #ddd; padding: 20px 15px 25px 0px; border:0; zoom:1;}
div.outer { float: right; margin: 5px; background: #fff; padding: 0px; width: 230px}
div.bordercolor {background-color:#bbb;}

blockquote.quote {
border-top:dotted 1px #f1f1f1;
border-bottom:dotted 1px #f1f1f1;
background-image: url(../images/bg_blockquote.gif);
background-color: #E3D6B8;
background-repeat: no-repeat;
padding:10px 15px 10px 25px;
margin: 0 1px 0px 7px;
font-size:14px;
color: #333326;/*#9E883C;*/
font-size:120%;
line-height:1.1em;
}

#cubicle {
    margin-top:10px;
    color:#ffffff;
    font-size:90%;
    }
#cubicle a:link {color:#ffffff;}
#cubicle a:visited {color:#ffffff;}
#cubicle a:hover {color:#ffffff;}
#cubicle a:active {color:#ffffff;}
