html	{
		font:small/1.5 Arial,Helvetica,sans-serif;
		}
body
	{
	font-size:98%;
	margin-top:0;
	background-image:url(../images/bg.jpg)
		}
h1,h2,h3,h5,h6	{
					margin-left:18px;
					padding-right:20px; padding-left:18px;
					border:1px solid #2474BD;
					border-radius:10px;
					width:95%;
					}
h1,h2 	{
	 color:green; 
	padding: 1px 1px 1px 24px;
	font-family: "Times New Roman", Times, serif;
	}
h3 {
	border:none;
	font-size:17px; color:green;
	}	
h4 	{
	margin:0;
	padding:0; padding-left:15px;
	border:0;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align:left;
	}


#wrapper	{
		text-align:left;
		margin:0 auto;
		width:960px;
		height:100%;
		background:white;
		border:1px solid #2474BD;
		}

#header	{
		width:960px;
		height:180px;		
		}		
.clearboth {
    margin: 0;
    padding: 0;
    clear: both;
}
 
#nav {
   	width:960px; height:30px;
}
 
#nav ul {
    margin: 2px 0 0 3px;
    padding: 0;
    list-style: none;
}
 
#nav a:link,
#nav a:visited {
	display:block;
	width:158px;
	height:30px;
	text-align:center;
	padding-top:13px;
	text-decoration:none;
    background:#2474BD;
	color:white;
	font-weight:bold; font-family:Verdana, Geneva, sans-serif; font-size:13px; text-transform:capitalize;
}
#nav a:hover, a:active {
	background:#FFF;
	border:1px solid #2474BD;
	color:#2474BD;
	}
 
#nav a {
    display: block;
}
 
#nav li {
    float: left;
    background-color: #000000;
    margin-right: 1px;
    position: relative;
}
 
#nav li li{
    width: 158px;
    margin-top: 1px;
	
} 
#nav ul ul  {
    position: absolute;
    visibility: hidden;
}

#nav li:hover > ul {
	z-index:9999;
    visibility: visible;
}

#myslideshow { 
    margin: 10px auto; 
    position: relative; 
    width: 930px; 
    height: 360px; 
    padding: 10px; 
    box-shadow: 0 0 10px rgba(0,0,0,0.4); 
} 
#myslideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
.content	{
	margin: 10px 0 1px;
	width: 638px;
	padding-top: 2px;
	float: left;
			}
.article {
	margin:5px 5px 15px;
	width:625px;
	background:#EBF3FC;
	border:1px solid #2474BD;
	border-radius:15px;
	overflow:hidden
	}
.article p {
	text-align:justify; margin-left:1px; padding:5px;
}
.article p img { 
	margin:5px; margin-top:0; padding:0 8px 8px 0;
	max-width:55%; max-height:55%;
}
.table {}
.table th{ background:#fffdfa url(th.gif) repeat-x 0 0; color:#818181; text-align: left; padding:7px 10px; border-bottom:solid 1px #d2d1cb;}
.table td{ background:#fbfcfc;  border-bottom:solid 1px #e0e0e0; padding:8px 10px; }
.table tr.odd td{ background:#f8f8f8; }
.table tr:hover td{ background:#fff9e1; }
.table a.ico{ }

#sidebar{
	margin: 10px 0 1px;
	padding: 0;
	width: 318px;
	float: left;
}

.downarrowdiv{
background: #990000;
color:white;
padding:2px;
position:relative;
word-wrap:break-word;
margin-bottom:1em;
}
.downarrowdiv:after{ /*arrow added to downarrowdiv DIV*/
content:'';
display:block;
position:absolute;
top:100%; /*should be set to 100% */
left:10px;
width:0;
height:0;
border-color: #990000 transparent transparent transparent; /*border color should be same as div div background color*/
border-style: solid;
border-width: 7px;
}	
.curlycontainer{
margin:8px 5px 15px;
border: 1px solid #b8b8b8;
width: 300px;
}

.curlycontainer .innerdiv{
background: transparent url(../images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 1px;
padding: 1px 4px 5px 5px;
}
.roundbox {
	width:280px;
	border:1px solid #436045;
	background:#28392B;
	border-radius:8px;
	color:white;
	margin:8px;
	padding:5px 4px 7px 10px;
}
.text {
 font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    color: #FFF;
    margin: 5px auto;
    width: 265px;
}

div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

#footer {
	font-size: 10px;
	text-transform: capitalize;
	color: #fff;
	background-color: #2474BD;
	width: 960px;
	clear: both;
	height: 50px;
	text-align: center;
}
#footer p {
	margin-top:10px; padding-top:15px;
	font-size:12px;
}
#footer p a {
	color:white;
}