/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
			width:1080px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
			margin: 0 auto;
		}
 
#container {
			padding-left: 200px;      /* LC fullwidth */
			padding-right: 250px;     /* RC fullwidth + CC padding */
			padding-top:205px;
		}
		
#container .column {
			position: relative;
			float: left;
		}
		
#center {
			padding: 10px 20px;       /* CC padding */
			width: 100%;
	font-family: Tahoma; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: White; /* Background color */
	text-align: Left; /* Align Text */
		}
#center a:link
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

#center a:visited
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

#center a:hover
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

#center a:active
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}
		
#banner{
	height:200px;
	font-family:Tahoma;
	font-size:85%;
	color:#FFF;
	font-weight:bold;
	vertical-align:text-top;
	position:absolute;
	margin-left:0px;
	top:0px;
	width:1080px;
}

#left {
	width: 180px;          /* LC padding */
	right: 240px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Tahoma; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: White; /* Background color */
	text-align: Left; /* Align Text */
		}
		
#right {
	width: 160px;             /* RC width */
	padding: 0 5px;          /* RC padding */
	margin-right: -100%;
	font-family: Tahoma; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: White; /* Background color */
	text-align: Left; /* Align Text */
		}
		
#right a:link
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

#right a:visited
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

#right a:hover
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

#right a:active
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}
		
#footer {
			clear: both;
			margin: 0 auto;
			text-align:center;
			width:1080px;
			font-family: Tahoma; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
		}
		
#footer a:link
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

#footer a:visited
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

#footer a:hover
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

#footer a:active
{
text-decoration:underline;
color:#6699FF;
font-weight:bold;
}

/*** IE Fix ***/
* html #left {
  left: 150px;           /* RC fullwidth */
}

p {
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:left;
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: disc outside;
}

p em{
	color:#6699FF;
	font-weight:bold;
	text-transform:uppercase;
}

a{
	color: #FFFFCC;
	text-decoration: none;
}

a:link{
	color: #FFFFCC;
	text-decoration: none;
}

a:visited{
	color: #FFFFCC;
	text-decoration: none;
}

a:hover{
	color: #00FF66;
	text-decoration: none;
}


/***********************************************/
/* Headlines                                   */
/***********************************************/ 

h1 {
	font-family:Tahoma;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
}

h2 {
	font-family:Tahoma;
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:left;
	margin:0px;
	padding:0px;
}

h3 {
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
}

h4 {
	font-family:Tahoma;
	font-size:9pt;
	color:#6699FF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:left;
	margin:0px;
	padding:0px;
}

h5 {
	font-family:Tahoma;
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
}

h6 {
	font-family:Tahoma;
	font-size:9pt;
	color:#6699FF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
}

.CenterContent
{
width:100%;
margin:0px auto;
font-family:Tahoma;
font-size:8pt;
color: #000000;
font-weight:normal;
font-style:normal;
text-decoration:none;
background-color: White;
text-align:center;
}

/***********************************************/
/* Include Styles                              */
/***********************************************/


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

.leftimage {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

.rightimage {
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}

.clearit{
	clear:both;
}