body {
	background: #F7E9C6 url(images/bg.jpg) repeat-x top;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color: #683496;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	background color: #ffffff;
	color: #683496;
	margin: 0px 0px 0px 0px;
	font-family: Pristina, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: #683496;
}

h3 {
	color: #683496;
}

/*seven chakra colors*/
.red {
	color: #9D3C45;
}

.orange {
	color: #C35641;
}

.yellow {
	color: #B1A13F;
}

.green {
	color: #576F5F;
}

.blue {
	color: #436694;
}

.purple {
	color: #39345D;
}

.pink {
	color: #926D96;
}

.required {
	color: #FF0000;
}

td {
	vertical-align: top;
}

li {
	list-style-image: url(images/bullet_candle.gif);
}

.smaller {
	font-size: smaller;
}

.heading {
	font-family: Pristina, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#container {
	position: relative;
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	color: #000000;
	border: 5px solid #683496;
}

#header {
	position: relative;
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*dropdown menu start*/
/*code for dropdown menu*/
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 210;
	left: 0;
	z-index:100;
	background: #D0D3B6 url(images/nav_bg.jpg) repeat-x top;
	width: 100%; /* precision for Opera */
}

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#menu dl {
	float: left;
	width: 110px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #D0D3B6 url(images/nav_bg.jpg) repeat-x top;
	border: none;
	/*margin: 1px;*/
	padding: 1px;
	font-size: 12px;
	height: 28px;
}

#menu dd {
	display: none;
	position: absolute;
	border: 1px solid gray;
}

#menu li {
	text-align: left;
	background: #fff;
	font-size: 12px;
	border-bottom: 1px solid #683496;
}

#menu li a, #menu dt a {
	color: #683496;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu dt a:hover, #menu dt a:focus {
	/*background: #D0D3B6 url(images/nav_bg.jpg) repeat-x top;*/
	background-color: #683496;
	color: Yellow;
}

#menu li a:hover, #menu li a:focus {
	background: #683496;
	color: Yellow;
}
/*end code for dropdown menu*/
/*dropdown menu end*/

#content {
	position: relative;
	width: 760px;
	background: #F7E9C6 url(images/bg_inner.jpg) repeat-x top;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 40px 10px 5px 10px;
}

#twoColumn {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td.contentLeft {
	width: 40%;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

td.contentRight {
	width: 60%;
	background-color: #ffffff;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

#footer {
	position: relative;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background: #D0D3B6 url(images/nav_bg.jpg) repeat-x top;
	color: #000000;
	text-align: center;
	font-size: 12px;
}

#copyright {
	position: relative;
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #F7E9C6;
	color: #683496;
	text-align: center;
	font-size: smaller;
}