﻿html { 
    background: #0D3954; /* for non-css3 browsers */
    background-image: -ms-linear-gradient(#0D3954, #0C0F11); /* for IE10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D3954', endColorstr='#0C0F11'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#0D3954), to(#0C0F11)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #0D3954,  #0C0F11); /* for firefox 3.6+ */        
    background-image: -o-linear-gradient(top, #0D3954, #0C0F11); /* Opera CSS3 */
}

body {
	padding: 0px;
	margin: 0px;	
	
}

#bodycont {
	width: 980px;			
	background: #CC0000;
	margin: 10px auto 0px auto;
	padding: 2px;
	border-radius: 8px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	-webkit-border-radius: 8px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 8px;  /* Firefox 1-3.6 */        
}

#backmain {
	border: 1px solid #000000;
	background: #0D3954;
	width: 950px;
	margin: 10px auto;
	min-height: 100%;
}

p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	display: block;
	color: #000000;
	text-align: justify;
}

#container_one {
	height: 1500px;
	background-color:#DBDBC8;
}

#right_one {
	margin: 0px 3px 0px 3px;
	padding: 8px;
	width: 260px;
	float: right;
	background-color:#E8E8DD;
	height: 1480px;	
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	line-height: 18px;
}

#content_one {
	margin-right: 280px;
	background-color: #F0F0E8;
	padding: 12px;
	height: 1476px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	line-height: 18px;
}

.bannar01 {
	margin: 0px auto;
	padding:6px;
 	width:604px;
	background-color:#F0F0E8;
	-moz-box-shadow: 0 0 6px #888;
	-webkit-box-shadow: 0 0 6px #888;
	box-shadow: 0 0 6px #888;
}

#footercopy {
	color: #4F4D4D;
	width: 100%;
	height: 50px;
	margin: 2px auto 0px auto;	
	background-color: #BFBFBF;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	border-top: double medium #3366FF; 
	border-bottom: solid thick #808080;
}

#sidebar {
	margin: 0px auto;
	width: 220px;
	padding: 8px;
	border: 1px solid #D1A3A3;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: -3px -3px 4px #EAA4A4 inset;
    -moz-box-shadow: -3px -3px 4px #EAA4A4 inset;
    -webkit-box-shadow: -3px -3px 4px #EAA4A4 inset;
    background-color:#F3F3F3
}

.centerSHeading {
	margin: 5px auto 5px auto;
	border: 1px solid #9797CC;
	border-radius: 4px;
	background-color: #B1B1D8;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 165px;
	height: 20px;	
}

span {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	line-height: 18px;	
}

h1 {font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 12pt; color: #663300; }

h2 {font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 10pt; color: #663300; }

.center { text-align: center; }

a { text-decoration: none; color: #2D5BBB; }

a:active { color: #FF0000; }

a:hover { text-decoration: underline; }

a:visited { color: #905D5D; }

img.sp {
	padding: 2px;
	border: 1px solid #578282;
	background-color: #D0DFDF;
}

img {border: none; }

div.hr {
	height: 1px;
	background-color: #C0C0C0;
	margin-bottom: 7px;
	width: 70%;
}

div.hr hr {
   display: none;
}

div.hrc {
	margin: 8px auto 8px auto;
	height: 1px;
	background-color: #A7C2E0;
}

div.hrc hr {
   display: none;
}

li {
	color: #000000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	margin-top: 3px;
	margin-bottom : 3pt;	
}

ul.sq	{
 	list-style-type: none;
 	padding: 0px;
 	margin: 0px;
 	
}

ul.sq li {
 	background-image: url('../images/bullblack.html');
 	background-repeat: no-repeat;
 	background-position: 0px 6px; 
	padding-left: 14px;
	margin-left: 7px;
	margin-top: 3px;
	margin-bottom : 3pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt; 
}

ul.tri	{
 	list-style-type: none;
 	padding: 0px;
 	margin: 0px;
}

ul.tri li {
 	background-image: url('../images/bulltriblack.html');
 	background-repeat: no-repeat;
 	background-position: 0px 6px; 
	padding-left: 14px;
	margin-left: 7px;
	margin-top: 3px;
	margin-bottom : 3pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt; 
}

ul.dis	{
 	list-style-type: disc;
 	padding: 0px;
 	margin: 0px;
}

ul.dis li {
 	background-repeat: no-repeat;
 	background-position: 0px 6px; 
	padding-left: 2px;
	margin-left: 40px;
	margin-top: 8px;
	margin-bottom : 7pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt; 
}

a.tip { 
    position: relative;
    background-color: #EBF1F1;        
    text-decoration: none;     
    z-index: 99; 
}
 
a.tip span { 
    display: none; 
}

a.tip:hover { 
    z-index: 100; 
}
 
a.tip:hover span { 
    position: absolute; 
    top: 20px; 
    left: -55px; 
    display: block;
    border-top-left-radius: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #C1B1F1 #9CC1C5 #9CC1C5 #C1B1F1;	
    padding: 4px 7px 7px 7px; 
    width: 200px;    
	background: #EBF1F1; /* for non-css3 browsers */
	background-image: -ms-linear-gradient(#ffffff, #EBF1F1); /* for IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBF1F1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBF1F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #EBF1F1); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(top, #ffffff, #EBF1F1); /* Opera CSS3 */ 
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 9pt;    
    box-shadow: 1px 2px #DBDBDB;
}

.buttonsp{
   margin: 10px auto;
   border: 1px solid #8ec1da;
   background-color: #ddeef6;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px #fff, inset 0 -30px #cbe6f2, 0 0 3px #8ec1da;
   -o-box-shadow: inset 0 1px 3px #fff, inset 0 -30px #cbe6f2, 0 0 3px #8ec1da;
   -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -30px #cbe6f2, 0 0 3px #8ec1da;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -30px #cbe6f2, 0 0 3px #8ec1da;
   text-shadow: 0 1px #fff;
   padding: 5px 30px;
   font-size: 10pt;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.mydomain::before { content: "\0040"; }
