.main_div {
	background-color: #D5D5FF;
	width: 750px;
	top: 0px;
	position: absolute;
}
.inner_main_div {
	background-image: url(../images/shade-2.png);
	background-repeat: repeat-y;
	padding-left: 15px;
}
.inner_main_div2 {
	background-color: #FFFFFF;
	border: 3px inset #FF9933;
}
.side_h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF9900;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9933;
	border-bottom-color: #FF9933;
	text-align: right;
}
.side_h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-align: right;
	background-color: #FFCC33;
}
.fframe-1 {
	border: 3px groove #FFCC33;
}
.content_div1 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: inset;
	border-bottom-style: inset;
	border-top-color: #990066;
	border-right-color: #990066;
	border-bottom-color: #990066;
	border-left-color: #990066;
	padding: 5px;
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #993399;
	text-align: justify;
}
.zam {
	font-weight: bold;
	color: #FF9933;
}
.c_h1 {
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-style: dotted;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	color: #FF0000;
	font-size: 16px;
}
.c_h2 {
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-style: dotted;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	color: #FF0000;
	font-size: 25px;
}
.menu_div1 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: inset;
	border-bottom-style: inset;
	border-top-color: #990066;
	border-right-color: #990066;
	border-bottom-color: #990066;
	border-left-color: #990066;
	padding: 5px;
	font-family: "Comic Sans MS";
	font-size: small;
	color: #FF0000;
	text-align: justify;
	margin: 10px;
	background-color: #FFECEC;
	text-decoration: none;
}
.link_noline {
	text-decoration: none;
}
.link_noline:link {
	text-decoration: none;
}
.link_noline:hover {
	text-decoration: underline;
}
.link_double {
	text-decoration: none;
}
.link_double:link {
	border-bottom-style: double;
}

.white-link{
font-weight:bold;
color:#FFFFFF;
}

<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

<style type="text/css">

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
 /*width: 300px; container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

</style>

<![endif]>

