

body {
    background-image: url("images/bg.jpg");
}
p {
    font-size: 125%; text-align:justify;
}

#header {
	width: 990px;
	height: 36px;
	margin: 0 auto;	
	padding: 0px 0px 0px 0px;	
}
#header1 {
	width: 990px;
	margin: 0 auto;
	padding: 0px 0 0 0px;
	height: 20px;	
}
#header1 ul {
	float: right;
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;
}

#header1 li {
	display: inline;
}

#header1 a {
	display: block;
	float: center;
	padding: 0 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;	
	color: #FFFFFF;
}

#header1 a:hover {
	text-decoration: underline;
}
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }


/* Menu */

#menu {
	float:left;
	width: 990px;
	height: 36px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 22px;
	padding: 10px 0px 5px 0px;
	background: url(images/img044.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: url(images/img033.gif) no-repeat left top;
	text-decoration: none; 
}

#menu .current_page_item a {
	background: url(images/img033.gif) no-repeat left top;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #8a8a8a;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #797979;
text-decoration: underline;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #797979;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}


.blye-text-underline {
color: #007ca2;
text-decoration: underline;
}

.blye-text-regular {
color: #FF0;
text-decoration: none;
}

.yellow-text-regular {
color: #db9a00;
text-decoration: none;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #f17e22;
text-decoration: none;
}

.orange-text-underline {
color: #f17e22;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8a3c53;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}
.lightclr-text-regular {
color: #e2fefd;
text-decoration: none;
}
.lightclr-text-underline {
color: #FFF;
text-decoration: underline;
}

.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #00617b;
text-decoration: none;
}

.green-text-underline{
color: #00617b;
text-decoration: underline;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: -150px; /* means the pop-up's top is 50px away from thumb's top */
	left: 50px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 100px; /* enter desired thumb width here */
	height : 80px;
}


.current-text{
color: #800000;
text-decoration: none;

}

<style>
.super {text-decoration: blink; text-align: center}
</style>
</style>

