@charset "UTF-8";
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;
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFF;
}
#container  {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	font-family: "Arima Madurai";
	color: rgb(255,255,255);
	font-size: 12px;
} 
a {
	font-size: 13px;
	font-family: Coda;
	font-weight: normal;
	color: rgb(255,204,153);
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFFFCC;
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100%;
} 
#menu {
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 55px;
	width: 900px;
}
#menu a    {
	color: #FFFFCC;
	font-family: Oswald;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-decoration: none;
}
#menu a:hover  {
	color: #FFCC00;
}
a:visited {
	color: #FFFFCC;
}
.ptext {
	font-family: "Arima Madurai";
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	color: rgb(255,255,255);
	font-weight: normal;
	text-align: left;
}
#mainContent  {
	margin-right: 222px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent p {
	letter-spacing: 0.05em;
	font-style: normal;
	font-family: "Arima Madurai";
	font-size: 12px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-align: left;
}
#mainContent table p {
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: "Arima Madurai";
	font-weight: normal;
	text-align: left;
	color: rgb(255,255,255);
}
#mainContent table tr td a {
	font-size: 14px;
	color: #BDA9A3;
	text-decoration: underline;
	line-height: normal;
}
#mainContent a {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #FF0000;
	text-decoration: none;
}
#mainContent h1 {
	font-family: 'Cinzel', serif;
	font-size: 16px;
	line-height: 26px;
	color: #FC0;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
}
#mainContent h2 {
}
#mainContent h3 {
	font-family: 'Noticia Text', serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFC;
	margin-bottom: -8px;
	font-weight: normal;
}
#mainContainer h5 {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	background-image: none;
	padding-bottom: 15px;
	padding-left: 8px;
	margin-right: 10px;
	padding-right: 4px;
	margin-left: 10px;
}
#sidebar2 p   {
	font-family: "Arima Madurai";
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding-right: 12px;
	text-align: left;
}
#sidebar2 h2 {
	font-family: Voltaire;
	font-size: 20px;
	color: #FC0;
	font-weight: 400;
	margin-bottom: -8px;
	line-height: 22px;
}
#sidebar2 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #CCC;
	font-weight: normal;
	margin-bottom: -9px;
}
#sidebar2 h5 {
	font-size: 14px;
	font-family: Oswald;
	font-weight: normal;
}
#sidebar2 a:hover {
	color: rgb(255,153,0);
}
#sidebar2 a   {
	color: #FFCC99;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Oswald;
}
.tablep {
	font-family: "Arima Madurai";
	font-size: 13px;
	font-weight: normal;
	color: rgb(255,255,255);
	line-height: 17px;
	text-align: left;
}
.tablehdr3 {
	font-family: 'Noticia Text', serif;
	font-size: 18px;
	text-align: left;
}
#footer  {
	padding: 0 10px 0 20px;
	font-size: 9px;
	color: #666666;
} 
.txtlist {
	font-family: Oswald;
	font-size: 12px;
	line-height: 18px;
	color: #F9CF98;
	text-align: left;
	font-weight: bold;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #999;
}
.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;
	font-family: "Arima Madurai";
	font-size: 12px;
	font-weight: normal;
	color: rgb(255,255,255);
}
.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;
}
#container #mainContent .textcolright {
	float: right;
	width: 340px;
	padding-right: 5px;
	padding-left: 5px;
}
.coltext {
	font-family: "Arima Madurai";
	font-size: 16px;
	line-height: 20px;
	color: #FFEAD2;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
#container #mainContent .textcolleft {
	float: left;
	width: 340px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Arima Madurai";
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.H1 {
	font-family: Cinzel;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: rgb(255,204,0);
	text-align: left;
}
.subhd {
	font-family: "Arima Madurai";
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	color: rgb(255,212,121);
}
