/* CSS Document */

h3	{
	text-decoration: none;
	text-align: center;
	font-size: 130%;
	}

	
body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	margin-top: 10px;
	margin-right: 2%;
	margin-left: 2%;
	min-width: 1200px;
	}

div#overall{
	position: relative;
	padding: 1%;
	padding-bottom: 5%;
	height: 770px;
	border: 5px solid #663333;
	}
	
div#topbanner-right{
	position: absolute;
	right: 1%;
	width: 50%;
	}
	
div#topbanner-left{
	position: absolute;
	left: 1%;
	width: 40%;
	}
	
div#topset{
	position: absolute;
	text-align: center;
	top: 110px;
	float: left;
	right: 1%;
	left: 1%;
	height: 26px;
	background-color:#663333;
	}
	
div#sidemenu{
	position: absolute;
	float: left;
	top: 136px;
	padding: 5px;
	padding-top: 35px;
	width: 148px;
	height: 610px;
	background-color:#cccccc;
	}
	
div#titlebar{
	position: absolute;
	top: 136px;
	width: 98%;
	height: 26px;
	font-size: 110%;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.75em;
	font-weight: bold;
	text-align: center;
	background-color: #999999;
	}
	
div#maincontents{
	position: absolute;
	top: 180px;
	margin-left: 177px;
	width: 58%;
	padding: 10px;
	height: 550px;	
	}

div#newsbar{
	position: absolute;
	border: 1px solid #663333;
	top: 23em;
	right: 1%;
	float: right;
	width: 220px;
	padding: 10px;
	height: 250px;	
	}

div#newsback{
	position: absolute;
	border: 0px;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
	width: 210px;
	height: 30px;
	right: 1%;
	}
	
div#callbar{
	position: absolute;
	border: 1px solid #663333;
	top: 11.2em;
	right: 1%;
	float: right;
	width: 220px;
	padding: 10px;
	height: 150px;	
	}

div#callback{
	position: absolute;
	border: 0px;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	vertical-align: middle;
	color: #ffffff;
	width: 210px;
	height: 30px;
	right: 1%;
	}	
	
div#renewbar{
	position: absolute;
	border: 1px solid #663333;
	top: 41.8em;
	right: 1%;
	float: right;
	width: 220px;
	padding: 10px;
	height: 170px;	
	}

div#renewbit{
	position: absolute;
	border: 0px;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	vertical-align: middle;
	color: #ffffff;
	width: 210px;
	height: 30px;
	}		
	
div#bottombar{
	position: absolute;
	float: left;
	top: 780px;
	width: 98%;
	height: 26px;	
	line-height: 1.75em;
	text-align: center;
	background-color:#663333;
	}

div#lowerfooter{
	position: absolute;
	float: left;
	top: 810px;
	width: 97%;
	text-align: center;
	font-size: 80%;
	text-decoration: none;
	}
	
div#xbutton {
	position: absolute;
	float: left;
	border: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 70%;
	vertical-align: middle;
	width:300px;
	height:160px;
			}
			
a.lowfooter{
	color: #ffffff;
	text-decoration: none;
	}
	
a.lowfooter:hover{
	color: #00ff99;
	}
	
a.footer{
	color: #7070DA;
	text-decoration: none;
	}
	
a.footer:hover{
	color: #000000;
	}
	
.imgtick	{
	padding-right: 10px;
	border: 0px;
	}
	
.newshead{
	font-size: 110%;
	font-weight: bold;
	}
	
ul			{
			margin-top: 0;
			}
ol			{
			margin-top: 0;
			}
			
#ticker-container {
        position:relative;
        overflow:hidden;
        width: 215px;
        height: 200px;
        top: 50px;
        background-color: #ffffff;
        background-repeat: repeat;
        padding: 2px;
        }
	
#ticker {
		position:relative;
		width:150px;
	}
	
#ticker ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: small;
            font-weight: normal;
            color: #000000;
            padding-left: 2px;
			}
	
#ticker ul li a {
            font-family: arial;
            font-size: small;
            font-weight: normal;
            color: #000000;
            text-decoration: none;
            padding-left: 2px;
			}
        
#ticker ul li a:hover {
            font-family: arial;
            font-size: small;
            color: #333399;
            text-decoration: none;
            padding-left: 2px;
        		}
