@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
background: #000;
color: #fff;
}

img {
border: none;
}

#nav{
color: #D3E6F3;
width: 100%;
margin: auto;
padding: 0px;
font: 21px "Times New Roman", Times, serif;
}

#nav ul {
margin: 0px 0px 0px 0px;
padding: 0px;
 }

#nav ul li { display: inline; }

#nav ul li a
{
padding: 7px 25px  8px 25px;
color: #000;
text-decoration: none;
float: left;
font-weight: bold;s
}

#nav ul li a:hover
{
background-color: #D22626;
background-image: url(images/nav_off.gif);
color: #fff;
}

#nav li a#current
{
background-color: #D22626s;
background-image: url(images/nav_off.gif);
color: #fff;
}

H1 {
margin: 0px;
font: 24px "Times New Roman", Times, serif;
font-weight: bold;
}

.redspan {
color: #FE0007;
}

p.plaintext {
margin: 0px 15px 0 0;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
font-weight: bold;
}

.red_bold_text {
font: 26px "Times New Roman", Times, serif;
color: #FA0203;
}

#leftimg {
float: left;
margin: 0px 20px 10px 0;
}

#footer_pra {
margin: 0px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 17px;
}

a.linkw2b, a.linkw2b:visited
	{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	}
	
a.linkw2b:hover
	{
	color:#fff;
	text-decoration: underline;
	}
	
	
a.linkw2b1, a.linkw2b1:visited
	{
	color:#DFDFDF;
	text-decoration: none;
	font-size:14px;
	
	}
	
a.linkw2b1:hover
	{
	color:#DFDFDF;
	text-decoration: underline;
	}
	
a.linkr2r, a.linkr2r:visited
	{
	color:#FA0203;
	text-decoration: none;
	}
	
a.linkr2r:hover
	{
	color:#FA0203;
	text-decoration: underline;
	}
	
	
.createdby h3 {
margin: 0px;
text-decoration: none;
background: inherit;
}

.createdby h3 a{
	display:block;
	width: 215px;
	height: 24px;
	text-decoration: none;
	color: #000;
	background: url(images/createdby1.png) no-repeat;
	cursor: pointer;
}

* html .createdby h3 a {
back\ground-color: transparent;
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/createdby1.png',sizingMethod='scale');
}


.gallery img{
border: 2px solid #fff;
padding: 2px;
}

.gallery1 img{
border: 1px solid #fff;
padding: 1px;
}

.gallery:hover img{
border: 2px solid #CA1E1E;
}

.gallery:hover{
color: red; /* Dummy definition to overcome IE bug */
}

/* menu bar */

 #dropmenudiv{
position:absolute;
border-bottom-width: 0;
line-height:18px;
z-index:10000;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
text-decoration: none;
font-weight: bold;
color: #000;
height: 27px;
line-height: 22px;
/*background: #CA0005;*/
background: url(images/nav_bg.gif);
}

#dropmenudiv a:hover{
background-color: #FFAAAC;
color: #fff;
}

#scroller_bor {
border: 1px solid #C4C4C4;
padding: 2px;
}