@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images\\headback.jpg);
	background-size:100%;
	background-attachment:fixed;
}
#menu a
{
	background-image: url(images\\button.jpg);
	width:115px;
	height:33px;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	color:#960;
	display:block;
	line-height:33px;
	float:left;
	border-right:1px  #996633 solid;
}
#menu a:hover
{
	background-image:url(images\\over.JPG);
	color:#FFF;
}
#content
{
	width:625px;
	float:right;
	margin-right:20px;
	border:1px #CCCCCC solid;
	margin-top:15px;
	margin-bottom:20px;
	background-color:#f0f1f1;
}
#side
{
	width:230px;
	
	margin-left:25px;
	
	margin-top:15px;
	border:1px #CCCCCC solid;
	background-color:#f0f1f1;
}
.sidehead
{
	background-image:url(images\\titlehead.JPG);
	height:31px;
	line-height:31px;
	color: #600;
    font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding-left:10px;
}
.headtitle
{
	background-image:url(images\\titlehead.JPG);
	height:31px;
	padding-left:10px;
	line-height:31px;
	color: #600;
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	
}
#sidetxt
{
	padding-left:15px;
	padding-right:10px;
	margin-top:8px;
	color:#333333;
	
}
#sidetxt marquee a
{
	text-decoration:none;
	color:#663;
	line-height:22px;
	text-align:center;
	border-bottom:1px dotted #999999;
	display: block;
}
#sidetxt marquee a:hover
{
	color:#000000;
}
#botmenu a
{
	color: #960;
	font-size:11px;
	text-decoration:none;
}
#botmenu a:hover
{
	color:#993300;
	text-decoration:blink;
}
.botombox
{
	width:500px;
	float:left;
	margin-left:5px;
	line-height:20px;
}
#copyrights
{
	font-size:10px;
	color:#996600;
	margin-top:5px;
}
#contenttxt
{
	width:580px;
	margin-left:20px;
	line-height:22px;
	margin-top:20px;
	text-align:justify;
	color: #666;
}
h3
{
	background-image:url(images\\j.PNG);
	font-family:"Times New Roman", Times, serif
	;
	 color: #960;
}

.rounded-list a{
				position: relative;
				display: block;
				padding: .4em .4em .4em 2em;
				*padding: .4em;
				margin: .5em 0;
				background: #ddd;
				color: #444;
				text-decoration: none;
				-moz-border-radius: .3em;
				-webkit-border-radius: .3em;
				border-radius: .3em;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;	
			}

			.rounded-list a:hover{
				background: #eee;
			}

			.rounded-list a:hover:before{
				-moz-transform: rotate(360deg);
			  	-webkit-transform: rotate(360deg);
			    -moz-transform: rotate(360deg);
			    -ms-transform: rotate(360deg);
			    -o-transform: rotate(360deg);
			    transform: rotate(360deg);	
			}

			.rounded-list a:before{
				content: counter(li);
				counter-increment: li;
				position: absolute;	
				left: -1.3em;
				top: 50%;
				margin-top: -1.3em;
				background: #87ceeb;
				height: 2em;
				width: 2em;
				line-height: 2em;
				border: .3em solid #fff;
				text-align: center;
				
				-moz-border-radius: 2em;
				-webkit-border-radius: 2em;
				border-radius: 2em;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;
			}

ol{
				counter-reset: li;
				list-style: none;
				*list-style: decimal;
				
				
				margin-bottom: 4em;
				text-shadow: 0 1px 0 rgba(255,255,255,.5);
			}
.gal img
{
	width:160px;
	height:90px;
	padding:9px;
	margin-right:8px;
	
	border:1px dotted #666666;
}
.col
{
	color:#600;
}
.linecol
{
	color:#999;
}
.col2
{
	color: #690;
}
#sidetxt a
{
	color:#003366;
	text-decoration:none;
	line-height:20px;
}
#sidetxt a:hover
{
	color:#666666;
	
}
#download a
{
	background-image:url(images\\download.PNG);
	background-repeat:no-repeat;
	display:block;
	line-height:40px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
 
	text-align:center;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	width:180px;
	height:40px;
	margin-top:10px;
}
#download a:hover
{
	background-image:url(images\\downloadhover.png);
	color:#960;
	
}#onlinead a
{
	color:#FFFFFF;
}