body {
	background: #FCFCFB;
}
body, p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	color: #333;
}
ul, li {font-family: Geneva, Arial, Helvetica, sans-serif;
}

* html table td, * html table th {
	font-size: 76%;
	f\ont-size: 100%;
}
p {
	text-align: center;
}
/* Block Elements */
h1,h2,h3,h3,h4,h5,h6 {
	font-family: "Monotype Corsiva", "Times New Roman", Times, serif;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	clear: both;
}
h1 {
	font-size: 2.8em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	font-size: 2.4em;
	color: #009999;
}
h3 {
	font-size: 1.9em;
	color: #9966CC;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.0em;
}
img {
	border: 0;
}
#Content ol, #Content ul, #Content li {
	/*list-style: none;*/
	font-size: 1.0em;
	line-height: 1.0em;
	margin-top: 0.1em;
	margin-bottom: 0.1em; 
}
#Content dd {
	padding: .4em 4em;
	margin: auto 0;
}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
div {
	padding: 0;
}
#Content .Quotation {
	border: 1px solid #91D1EA;
	padding: .4em;
	margin-bottom: 1.8em;
	background: #fff url("Images/Common/BGQuotation.jpg") no-repeat;
	font-size: 1.1em;
}
#Content .Quotation blockquote {
	margin: 0em 1em;
}
#Content .Quotation p {
	font-size: 1.1em;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
}
#Content .Quotation cite {
 display: block;
 text-align: right;
 padding: 0;
 margin: -.4em 1em 0 1em;
 font-style: normal;
}
#Content .Subtitle {
	clear: both;
/*	font-family: "Monotype Corsiva", "Times New Roman", Times, serif;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: -1em 0em -2em 0;
	padding: 0em 0em 0em 0em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	color: #666666;
}
#Content .Alert {
	border: 3px solid #ff0000;
	padding: 0em;
	clear: both;
	background: #8BC8FA url(Images/Common/BGAlert.jpg);
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#Content .Alert p{
	color:#000000;
}
#Page {
	text-align: justify;
}
li p, dl p{
	text-align: left;
}
#Header {
	background: #FCFCFB url("Images/Common/UIHeader.jpg") top left no-repeat;
	z-index: 100;
}
#Header h1 {
	text-align: center;
	margin: 0.5em 0;
}


/*  APPLE BACKGROUND IMAGE NOT LOADED - from 13.08.2007

#Content {background: #FCFCFB url("Images/Common/UIBGContent.jpg") center center no-repeat}

* html #Content {background: #FCFCFB url("Images/Common/UIBGContent.jpg") center center fixed no-repeat}

*/



#Content #PageModified {
}
#Content #PageModified p {
	text-align: right;
	font-size: .8em;
	padding-bottom: 4em;
}
#Footer {
	background: #FCFCFB url("Images/Common/UIFooterBG.gif") no-repeat;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Navigation */
#Nav {
	background-color: transparent;
	z-index: 101;
	text-align: center;
	padding: 0;
}
#Nav ul { /* all lists */
	width: 50em;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
}
#Nav ul ul {
	height: auto;
}

#Nav li { /* all list items */
	float: left;
	padding: 0 0.6em;
	width: auto; /* width needed or else Opera goes nuts */
	background-color: transparent;
}

#Nav li li {
	width: 12em; /* width needed or else Opera goes nuts */
	background-color: #01C1CE;
	padding: 0;
	margin: 0;
}

#Nav li ul { /* second-level lists */
	position: absolute;
	padding: 0;
	background: #006977;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#Nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 12em;
}
* html #Nav li ul ul {
	margin: -2em 0 0 6em;
}
#Nav li:hover ul ul, #Nav li.sfhover ul ul {
	left: -999em;
}
#Nav li:hover ul, #Nav li li:hover ul, #Nav li.sfhover ul, #Nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* Nav Hyperlinks */
/* Main Buttons */
#Nav :link, #Nav :visited {
	display: block;
	width: auto;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
#Nav :link:focus, #Nav :visited:focus {
	color: #FF9933;
}
#Nav :link {
	color: #FFFFFF;
}
#Nav :visited {
	color: #FDF5BD                                                                                                            ;
}
#Nav :link:hover, #Nav :visited:hover {
	color: #FF6600;
}
#Nav :link:active, #Nav :visited:active {
	color: #FF9933;
}
/* Dropdowns */
#Nav li li :link, #Nav li li :visited {
	display: block;
	border: .13em outset teal;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
#Nav li li :link:focus, #Nav li li :visited:focus {
	color: #FF9933;
}
#Nav li li :link {
	color: #FFFFFF;
}
#Nav li li :visited {
	color: #FDF5BD                                                                                                            ;
}
#Nav li li :link:hover, #Nav li li :visited:hover {
	border: .13em inset teal;
	color: #FF6600;
}
#Nav li li :link:active, #Nav li li :visited:active {
	color: #FF9933;
}
/* Sub Navigation */
#SubNav {
	background: #FCFCFB url("Images/Common/UISidebar.gif") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#SubNav ul {
	/*background: transparent url("../Images/KarunaSubNavBottom.gif") bottom left no-repeat;*/
}
#Quotes {height: 250px;
	margin-top: -2em;
	background: #FCFCFB url("Images/Common/UISidebarBottom.gif") top left no-repeat;
	text-align: center;
	color: #009999;
}
#Quotes * {margin: 0 6px 0 6px;
	padding: 0;
}
#Quotes blockquote {padding: 4px;padding-top: 40px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif
}
/* Sub Hyperlinks */
#SubNav :link, #SubNav :visited {
	display: block;
	width: auto;
	background: transparent url("Images/Common/UISubNavBG.png") no-repeat;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
/* Start IE Transparent PNG Fix \*/
* html #SubNav :link, * html #SubNav :visited {
	background-image: none;  /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/Common/UISubNavBG.png', sizingMethod='crop');
}
* html #SubNav :link:hover, * html #SubNav :visited:hover {
	filter: none;
}
/* End IE Transparent PNG Fix */
#SubNav :link:focus, #SubNav :visited:focus {
	color: #FF9933;
}
#SubNav :link {
	color: #FFFFFF;
}
#SubNav :visited {
	color: #FDF5BD;
}
#SubNav :link:hover, #SubNav :visited:hover {
	color: #FF6600;
	background: transparent none;
}
#SubNav :link:active, #SubNav :visited:active {
	color: #FF9933;
}
/* Page Hyperlinks */
:link, :visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
}
:link:focus, :visited:focus {
/*	color: #FF9933; */
	color: #D11102;
}
:link {
/*	color:#FF6600; */
	color: #FF371C;
}
:visited {
/*	color: #FFCC99; */
	color: #FF850C;
}
:link:hover, :visited:hover {
/*	color: #33CC99; */
	color: #333333;
}
:link:active, :visited:active {
/*	color: #FF9933; */
	color: #D11102;
}
/* Layout */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
html>body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
}
html>body #Page {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 996px;
	min-width: 780px;
}
html>body #Header {
	position: absolute;
	top: 0;
	left: 164px;
	right: 0;
	height: 120px;
}
#Header h1 {
	position: absolute;
	top: 0;
	left: 150px;
	right: 0;
	height: 80px;
	display: none;
}
#Nav {
	position: absolute;
	height: 30px;
	top: 84px;
	left: 164px;
	right: 0;
}
#SubNav {
	position: absolute;
	top: 0px;
	bottom: 24px;
	left: 0;
	width: 164px;
	height: auto;
	padding-top: 60px;
}
#SubNav ul {
	position: relative;
	margin-top: 100px;
	padding-bottom: 27px;
}
* html #SubNav ul {
	margin-top: 160px;
}
#SubNav ul li {
	margin: 0 6px -11px 6px;
}
#SubNav ul li a {
	line-height: 36px;
	height: 40px;
}
html>body #Content {
	position: absolute;
	top: 120px;
	bottom: 40px;
	left: 164px;
	right: 0;
	overflow: auto;
	height: auto;
	margin-right: 4px;
	padding: 1.6em;
}
/* IE All */
* html {
	padd\ing: 120px 0 40px 0;
}
* html body {
	p\osition: relative;
	t\op: -120px; /* heights of all fixed height elements above first percentage height element + v-border + v-padding + v-margin */
	padding: 0px;
	o\verflow: visible;
	text-align: center;
}
* html #Page {
	position: relative;
	height: 100%;
	padding: 120px 0px 40px 0px; /* IE4 */
	width: 996px;
	padd\ing: 0px;
	text-align: left;
}
* html #Header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 100%;
	margin-left: 164px;
	p\osition: static;
	w\idth: auto;
}
* html #Content {
	position: relative;
	height: 100%;
	margin-left: 164px;
	margin-right: 4px;
	overflow: auto;
	margin-right: 4px;
	padding: 0 1.6em;
}
* html #Footer {
	position: absolute;
	width: 100%;
	height: 40px;
	padding: 0px 8px 0 14px;
	p\osition: relative;
	z-index: 300;
	w\idth: auto;
}
/* End IE All */
html>body #Footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	padding: 0px 8px 0 14px;
}
#Footer * {
	line-height: 2.5em;
	float: right;
	padding: 0;
	margin: 0;
	margin-left: 12px;
	font-size: 1em;
}
#Copyright {
	float: left;
	margin-left: 10px;
	color: #1F337A;
	font-size: 1em;
	font-weight: bold;
}
#frmSearch {
	margin-top: 3px;
}
#frmSearch, #TellAFriend, #BookWithUs, #GetUs {
	float: right;
	display: inline;
}
#frmSearch *, #TellAFriend *, #BookWithUs *, #GetUs * {
	float: left;
	height: 12px;
	margin: 3px 2px;
	padding: 1px;
}
#frmSearch #btnSearch {
	height: 23px;
	width: 104px;
	padding: 1px;
	margin: 2px;
	border: 0 #000 solid;
	background: transparent url("Images/Common/UIFooterButtonBG.png") no-repeat;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#TellAFriend a, #BookWithUs a, #GetUs a {
	display: block;
	width: 104px;
	height: 23px;
	line-height: 23px;
	margin-top: 5px;
	padding: 0;
	background: transparent url("Images/Common/UIFooterButtonBG.png") no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* Start IE Transparent PNG Fix \*/
* html #frmSearch #btnSearch {
	background-image: none;  /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/Common/UIFooterButtonBG.png', sizingMethod='crop');
}
* html #TellAFriend a, * html #BookWithUs a, * html #frmSearch #btnSearch, * html #GetUs a {
	background-image: none;  /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/Common/UIFooterButtonBG.png', sizingMethod='crop');
}
/* End IE Transparent PNG Fix */
#Search {
	width: 134px;
	height: 21px;
	line-height: 21px;
	padding: 3px 3px;
	background: transparent url("Images/Common/UIFooterTextfieldBG.png") no-repeat;
	border: 0 #000 solid;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
/* Start IE Transparent PNG Fix \*/
* html #Search {
	background-image: none;  /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/Common/UIFooterTextfieldBG.png', sizingMethod='crop');
}
/* End IE Transparent PNG Fix */
#Content #BoardAd, #Content #ImgColonicAd {
	border: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 3em;
}
.split {
	position: relative;
	display: inline;
	width: 46%;
	margin: 0 1%;
	float: left;
	clear: none;
}
div#OneStat {float:left}
#pageCopyright {width:98%;clear:both;font-size:0.8em;color:#444;text-align:center;margin-top:1em}
#w3validator {border:none; padding-left:2em; width:100px; float:left}
#w3validator img {height:31px; width:88px; border: none}


