body {
        PADDING-RIGHT: 0px;
        PADDING-LEFT: 0px;
        PADDING-TOP: 0px;
        BACKGROUND: url(../images/main-bg.jpg) #dddddd;
        PADDING-BOTTOM: 10px;
        FONT: 75%/150% Arial, Tahoma;
        MARGIN-LEFT: auto;
        COLOR: #333333;
        MARGIN-RIGHT: auto;
}

A {
 	COLOR: #000077;
        TEXT-DECORATION: none;
}

A visited {
	COLOR: #000077;
        TEXT-DECORATION: none;
}
A:hover {
	COLOR: #ee8833;
        TEXT-DECORATION: underline;
}

img {
	border: none;
        margin: 5px;  
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100%  Arial, Tahoma;
	color: #000099;
}
h1 a, h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	color: #000099;
	text-decoration: none;
}
h2 {
	color: #000099;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 26px Arial Narrow, Tahoma;
	padding-bottom: 3px;
        text-align: center;
        font-weight: bold;
}
H2 A {
	COLOR: #000055;
        TEXT-DECORATION: none;
}
H2 A:visited {
	COLOR: #000055;
        TEXT-DECORATION: none;
}
H2 A:hover {
	COLOR: #000055;
        TEXT-DECORATION: none;
}
H3 {
	MARGIN: 10px 0px 5px;
        FONT: 140%/100% Arial Narrow, Tahoma;
        COLOR: #000055;
}
h4 {
	font: normal 130%/100%  Arial, Tahoma;
	color: #000099;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
        BACKGROUND: white url(../images/page-bg.jpg);
        MARGIN: 0px auto;
        WIDTH: 940px; 
}


/* header area */
#header {
        BACKGROUND: url(../images/header.jpg) #88aaee no-repeat;
        WIDTH: 940px;
        height: 176px;
}

/*========= TOP NAVIGATION =========*/

.nav1{
	width:100%;
	height:35px;
	
}
.nav1 li{
	float: left;
}
.nav1 li {
	color: #FFFFFF
}
.nav1 LI {
        DISPLAY: block;
        PADDING-LEFT: 0px;
        FONT-WEIGHT: Normal;
        FONT-SIZE: 18px;
        FLOAT: left;
        PADDING-BOTTOM: 10px;
        PADDING-TOP: 10px;
        FONT-FAMILY: Arial Narrow;
        TEXT-ALIGN: center;
}

.nav1  { list-style: none; margin: 0px; padding: 0px;}




/* content area */
#content {
        margin-right: auto;
        margin-left: auto;
        MIN-HEIGHT: 600px;
        width: 800px;
        background-color: white;
        margin-bottom: 20px;
}

.post {
	clear:both;
	padding-top: 10px;
        padding-right: 40px;
        padding-left: 20px;
}
.entry {
	float:left;
	width: 100%;
}

.post-content {
	clear: both;
	padding-top: 10px;
	text-align:justify;
}

.tick {
 list-style-image: url(../images/tick.gif);
}



/* footer area */
#footer {
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
        CLEAR: both;
        height: 100px;
        FONT-SIZE: 95%;
        BACKGROUND: url(../images/footer.jpg) #88aaee repeat-x;
        COLOR: #acd7ee;
        LINE-HEIGHT: 130%;
        z-index: 1;
}


#footer-contact {
        position: absolute;
        bottom: 70px;
        left: 40px;
        FONT: 20px Bold Arial Narrow, Tahoma;
        COLOR: #006;
	width: 100px;
        z-index: 5;
}
                  
#footer-text{ 
           position: absolute;
           bottom: 40px;
           LEFT: 200px;
           Z-INDEX: 5; 
           WIDTH: 600px;
           FONT: 14px Normal Arial Narrow, Tahoma; COLOR: #006;
}

#footer A {
	FONT: 14px Normal Arial Narrow, Tahoma; COLOR: white;

}
#footer A: visited {
	FONT: 14px Normal Arial Narrow, Tahoma; COLOR: white;
}

#footer h4 {
	font: normal 146%/100%  Arial, Tahoma;
	color: #9cdbfb;
	margin: 10px 0px 5px;
	
}

/* credits */
#credits {
	FONT-SIZE: 85%;
        MARGIN: 0px auto;
        WIDTH: 700px;
        COLOR: #7a9299;
        padding-top: 10px;
}

#credits a, #credit a:visited {
	color: #55d;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
img.gallery {
        border: 6px solid #ddddff;
}

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.copy a:active,
.copy a:visited,
.copy a:link {
	color: #727272;
	text-decoration:none;
	font-size:11px;
	}

.copy a:hover {
	color: #727272;
	text-decoration: underline;
	}

