body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.thrColFixHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-image: url(../pic/roses-up.jpg);
	background-repeat: no-repeat;
	background-position: 55% bottom;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #EC0000;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.3em;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 35px;
}
.thrColFixHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #006600;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	letter-spacing: 0.2em;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 180px;
	padding-left: 8px;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	text-align: center;
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ******************  Left Menu  Start ************** */

h2.Nav-Head {
	padding-top : 5px;
	padding-right : 0;
	padding-bottom : 5px;
	padding-left : 10px;
	text-indent : 1em;
	background-image : url(../pic/black.png);
	color : #FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: -1px;
	margin-bottom: 0px;
	width: 165px;
}

.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 175px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.glossymenu li a{
	color: white;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	background-color: white;
	background-image: url(../pic/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	letter-spacing: 0.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #FFFFFF;
}

.glossymenu li a:hover{
	background-image: url(../pic/glossyback2.gif);
	color: #FF0000;
}
h1{
	color: #000000;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	color: #666666;
	font-size: 18px;
	text-align: left;
	letter-spacing: 0.1em;
	text-indent: 1.5em;
	padding-top: 15px;
}
h3{
	color: #BF00BF;
	letter-spacing: 0.1em;
	text-indent: 1em;
	background-image: url(../pic/mark.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-position: 42% top;
}
h4{
	color: #000066;
	letter-spacing: 0.1em;
	text-indent: 1em;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
h5{
	color: #000099;
	font-size: 14px;
	padding-top: 5px;
	text-indent: 20px;
	text-align: left;
}
h6{
	color: #006699;
	font-size: 12px;
}

p{
	text-indent: 1em;
	padding-right: 10px;
	padding-left: 15px;
}
img {
	border:none;
} 

div.item  {
	padding:  1px;
	width:  95%;
	float: none;
	text-align: center;
} 
div.item  img  {
	margin:  1px;
	float: none;
}
strong {
	color: #666666;
}

.img-l {
	float: left;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
} 
.img-r {
	float: right;
	padding-left: 10px;
} 

.breadcrumb{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	word-spacing: 0.5em;
	font-style: oblique;
}

.breadcrumb a{
	text-decoration: none; /*adjust bullet image padding*/
	color: #0000FF;
	background-color: transparent;
}

.breadcrumb a:hover{
	color: #FF0000;
}

