/* --- Style sheet for style Standard --- */


/* --- Custom css starts here --- */

body.main
{
	margin: 0 0 20px 0;
	background-Image:url('../Images/background.jpg');	
/*	height: 100%; */
	width: 100%;
	text-align: center;
}

#border
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #FDFAE1;
	text-align: left;
	width: 640px;
	margin: 0 auto 0 auto;
/*	height: 100%; */
}

#content
{
	padding: 20px 0px 20px 20px;
	position: relative;
	width: 600px;
}

.sep
{
	color: #8b2d2d;
	margin: 0 4px 0 4px;
}

.left
{
	float: left;
	width: 200px;
}

.right
{
	float: left;
}

.clear
{
	clear: both;
}

p
{
	padding: 0;
	margin: 0;
}


/* --- Custom css ends here --- */



/* --- Page style Standard style starts here --- */

/* Heading */
BIG {
   color: #8b2d2d;
   font-family: Verdana, geneva, arial, charcoal, helvetica, sans-serif;
   font-weight: bold;
   font-size: 14px;
   line-height: 16px
}

/* Heading */
.BIG {
   color: #8b2d2d;
   font-family: Verdana, geneva, arial, charcoal, helvetica, sans-serif;
   font-weight: bold;
   font-size: 14px;
   line-height: 16px
}

/* Subheading */
STRONG {
   color: #8b2d2d;
   font-family: Verdana, geneva, arial, charcoal, helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   line-height: 16px
}

/* Subheading */
.STRONG {
   color: #8b2d2d;
   font-family: Verdana, geneva, arial, charcoal, helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   line-height: 16px
}

/* Caption */
SMALL {
   color: #000000;
   font-family: Tahoma, Verdana, charcoal, geneva, arial, helvetica, sans-serif;
   font-size: 9px;
   line-height: 16px
}

/* Caption */
.SMALL {
   color: #000000;
   font-family: Tahoma, Verdana, charcoal, geneva, arial, helvetica, sans-serif;
   font-size: 9px;
   line-height: 16px
}

/* Text */
.norm {
   color: #000000;
   font-family: Verdana, geneva, arial, charcoal, helvetica, sans-serif;
   font-size: 11px;
   line-height: 16px
}

/* Paragraph Link */
A {
   color: #8b2d2d;
   font-family: Verdana, geneva, arial, charcoal, helvetica, sans-serif;
   font-size: 11px;
   line-height: 16px
}

A {
   text-decoration: underline
}

A:visited {
   color: #8b2d2d;
   text-decoration: underline
}

A:hover {
   color: #8b2d2d;
   text-decoration: underline
}

A:active {
   color: #8b2d2d;
   text-decoration: underline
}

/* --- Page style ends here --- */



/* --- Navigation style starts here --- */

/* Navigation Level 1 */
.navniv1 {
   color: #8b2d2d;
   font-family: Verdana, geneva, arial, charcoal, helvetica, sans-serif;
   font-size: 11px;
   line-height: 16px
}

A .navniv1 {
   text-decoration: none
}

A:visited .navniv1 {
   color: #8b2d2d;
   text-decoration: none
}

A:hover .navniv1 {
   color: #8b2d2d;
   text-decoration: none
}

.navniv1  .sel{
   color: #e04949;
   text-decoration: underline
}

A:active .navniv1 {
   color: #8b2d2d;
   text-decoration: none
}



/* Navigation Level 2 */
.navniv2 {
   color: #8b2d2d;
   font-family: Verdana, geneva, arial, charcoal, helvetica, sans-serif;
   font-size: 11px;
   line-height: 16px
}

A .navniv2 {
   text-decoration: none
}

A:visited .navniv2 {
   color: #8b2d2d;
   text-decoration: none
}

A:hover .navniv2 {
   color: #8b2d2d;
   text-decoration: none
}

.navniv2  .sel{
   color: #e04949;
   text-decoration: underline
}

A:active .navniv2 {
   color: #8b2d2d;
   text-decoration: none
}

/* --- Navigation style ends here --- */



/* --- Shorthand for colours starts here --- */

.red {
   color: #ff0000
}

.orange {
   color: #ff9900
}

.yellow {
   color: #ffff00
}

.green {
   color: #009900
}

.turquoise {
   color: #33cccc
}

.blue {
   color: #0000ff
}

.purple {
   color: #990099
}

.white {
   color: #ffffff
}

.grey {
   color: #999999
}

.black {
   color: #000000
}

/* --- Shorthand for colours ends here --- */