
body {
	background-color: #1A5756;
	background-image: url(../images2/bg.jpg);
	background-repeat:no-repeat; 
	background-attachment: fixed;
}
body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.topleft{ 
background-image: url(/images2/Top_Left.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: right bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.topright{ 
background-image: url(/images2/Top_Right.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.topcenter{ 
background-image: url(/images2/Top_Center.png); /* forward slash for the path */ 
height: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.bottomleft{ 
background-image: url(/images2/Bottom_Left.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: right bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.bottomright{ 
background-image: url(/images2/Bottom_Right.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
height: 36px; /* use you own image size; */ 
background-repeat: no-repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.bottomcenter{ 
background-image: url(/images2/Bottom_Center.png); /* forward slash for the path */ 
height: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.centerright{ 
background-image: url(/images2/Center_Right.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: left bottom; 
text-align: center; 
vertical-align: bottom; 
}
td.centerleft{ 
background-image: url(/images2/Center_Left.png); /* forward slash for the path */ 
width: 36px; /* use you own image size; */ 
background-repeat: repeat; 
background-position: right bottom; 
text-align: center; 
vertical-align: bottom; 
}

table.main {
	border-width: 0px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	border-collapse: collapse;
	background-color: #;
	border-top-color: #FFFFFF;
	background-color: #000000;
}
table.main th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	background-color: #;
}
table.main td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	background-color: #;
}
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
a:link {
	font-weight: bold;
	font-weight: bold;
	color: red;
}
a:visited {
	font-weight: bold;
	color: red;
}
a.selected {
	font-weight: bold;
	color: red;
}
a:hover {
text-decoration: underline;
color: blue;
}
.style1 {font-size: 14px; font-weight: bold; }
.style2 {font-size: 14px}
.style3 {font-size: 14px; font-weight: normal; color: #00CCFF}
.style4 {font-size: 14px; font-weight: bold; color: #66FF00}
.style5 {font-size: xx-large}
.style6 {font-size: x-large}
.style7 {font-size: large}
.style8 {font-size: medium}
.style9 {font-size: small}
.style10 {font-size: x-small}
.style11 {font-size: xx-small;
	color: #000000;
}
.style14 {color: #FFFFFF; font-weight: bold; }
.style12 {	font-size: x-small;
	color: #FF0000;
	font-weight: bold;
}
.style13 {font-size: 24px}
.style14 {color: #FFFFFF; font-weight: bold; font-size: 18; }
.style15 {color: #FFFFFF}
.style16 {	color: #FFFF00;
	font-weight: bold;
	font-size: 18px;
}
.style17 {color: #FFFF00}
.style18 {	color: #FF0000;
	font-weight: bold;
}
h1 {
	font-size: small;
	color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: medium;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: small;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#menu {
    height:41px;
    background:url(/images2/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 60px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: bold 15px Georgia, "Times New Roman", Times, serif;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(/images2/item-pointer.gif);

}
div#menu ul ul a.parent:hover span {
    background-image: url(/images2/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(/images2/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 200px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(/images2/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(/images2/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px;
}
