       
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
        height:100%;
        min-height:100%;
}

}
#contents{
min-height:95%;   
margin:0; 
position:relative;
}
/* holly hack to target IE win Only \*/
* html #contents{
height:95%;
}
/* end hack */

#footer{
position:relative; 
top:-5%;
height:5%;
}
 * html #footer{ /*IE */
top:0;
}
| * > #footer{ /* Opera using CSS3 selectors that other browsers will support later, look out */
top:0;
}








a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

normtext{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

        
        
        
        
        /***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

        
        .title1
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: x-large;
            color: #000000;
        }
        .titlelinks
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: medium;
        }
        .lefttitle
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: medium;
            color: #FF6600;
            width: 183px;}

        .lefttext
        {font-family: Arial, Helvetica, sans-serif;
            font-size: 12px; color: #000000;}

        .footer
        {font-family: Arial, Helvetica, sans-serif;
            font-size: 11px; color: #000000;}

        .lefttextb

        {
            font-family: "Times New Roman", Times, serif;
            font-size: small;
            color: #000000;
        }
    
   


              .smalltitle
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: x-small;
            color: #000000;
            
        }
        
        #headlines{
    float: right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
}

        .maintext
        {
            font-family: "Times New Roman", Times, serif;
            font-size: small;
            color: #000000;
        }

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
        font-size: 11px;

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 60%;
	padding: 2px 0px 0 10px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	width: 20%;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


    }
        .style1
        {
            height: 33px;
			font-family: Arial,sans-serif;
        }


/****Twitter****/
.tweet
{
display: block;
background: #bbb;
clear: both;
padding: .6em;
margin: .3em;
overflow: hidden;
}
.tweet img
{
float: left;
margin-right: 1em;
border: 2px solid #222;
background: #444;
}
.tweet p.text
{
margin: 0;
padding: 0;
padding-left: 70px;
}
.monitter 
{
float: middle;
width: 98%px;
height: 500px;
margin: 5px;
border: 4px solid #666;
background: #fff; 
overflow:hidden;
}


    </style>



