/* CSS Document */
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, ul, li {
    margin: 0;
    padding: 0;
}

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


body{ margin:0px; background-image:url(images/bg.jpg)}
p{
	margin: 3px 5px 3px 5px;
	/*text-align: justify; */
}
label{ font-weight:bold;}

h1{
	font-family: "Trebuchet MS", Verdana;
	font-size:20px;
	letter-spacing: 3pt;
	font-weight: normal;
	color:#913000;
	background-image: url(images/piramid.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	/*text-transform: capitalize;*/
}

h2{
	font-family: "Trebuchet MS", Verdana;
	font-size:14px;
	letter-spacing: 2pt;
	color:#913000;
	background-image: url(images/piramid-small.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin: 10px;
	/*text-transform: capitalize;*/

}

h3{
	font-family: Tahoma, Verdana;
	font-size:14px;
	letter-spacing: 1pt;
	font-weight: bold;
	color:#000000;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	/*text-transform: capitalize;*/
}


h4{
	font-weight: bold;
	color:#000000;
	background-image: url(images/eye-list.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	clear: both;
}

li{
	list-style-position: outside;
	list-style-image: url(images/eye-list.gif);
	margin:5px;
	text-align: justify;
}

ul{
	margin-left: 80px;
	margin-top: 10px;
	
}

li ul {
	padding: 5px;
	margin: 2px;
}

li li {
	list-style-type: circle;
	list-style-image: none;
	}

th{
	color:#000000;
	background-color:#F6F6F6;
	border:#d5d5d5 1px solid;
	font-size:11px;
	text-align:center;
	font-weight: bold;	
	padding:5px;
}

blockquote{
	background-color: #FFFFCC;
	display: block;
	margin: auto;
	clear: both;
	width: 80%;
	border: 1px dashed #FF9900;
	padding: 10px;
}

blockquote * p{ margin:0; padding:0}


th img { vertical-align:text-bottom;}

div.hr{
	background-image: url(images/flower.gif);
	background-repeat: repeat-x;
	width: 70%;
	height: 20px;
	border: none;
	color:#FFFFFF;
	margin: auto;
	margin-top:20px;
}



marquee {
	color: #FFFFFF;
}

marquee a:link, a:visited,a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}


a:link, a:visited{
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #666666;
}
/*********************************************************************************************************/

#container
{
	width:700px;
	margin:auto;
}



#hearder{
	width:100%px;
	margin:auto;		
}


#banner
{
	background-color:#eaf6fe;
	font-weight:bold;
	border-bottom: #00699b 1px solid;
	padding:5px;
}



#content p{
	padding: 10px;
	margin-left: 32pt;
	text-align: justify;
}

#content *  p{ margin: 2px;}

#content td{
	border:1px solid #E5E5E5;
	padding: 3px;
}


#content table{
	padding: 15px;
}

#content blockquote  p{ margin:0px; padding:2px}

#footer{
	color:#666666;
	margin:auto;
	width:100%;
	background-color:#eaeaea;
	height:60px;
	margin-top:15px;
	padding-bottom:15px;
}

#footer p{
	margin:15px;
	text-align:left
}

#footer-border{
	background-image:url(images/footer-border.gif);
	height:7px;
}

#header-image{
	border:#000000 1px solid;
	margin: 4px;
}

#side{
	background-image:url(images/shape.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#title{
	font-family: "Trebuchet MS", Verdana;
	font-size:16px;
	text-align:center;
	color: #CC0000;
	font-weight: bold;
	margin:5px;
}

#slogan{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: right;	
	margin:5px;
}
#right-border{
	height: 100%;
	width: 10px;
	right: 0px;
	background-color: #000066;
}

br{
	line-height: 13pt;
}

