ul, li, body, html, input {
    margin : 0;
    padding : 0;
    list-style-type: none;
}

a img, :link img, :visited img {
    border : none;
}

body {
    font : 100% verdana;
    text-align : left;
    margin-left : 0px; 
    color : #555;
   
}

#banner_txt {
    color : #ffffff;
    font : 100% verdana;
}

#banner {
    padding : 10px;
    color : #ffffff;
    font : 120% verdana;
    background: #cd5151;
}

form {
 /*   width : 390px;
    margin-left : 20px; */
}

fieldset {
    padding : 10px;
    border : 1px dotted #cccccc;
    background : #eee;
    
    color : #000;
    margin-top : 5px;
    margin-left : 0;
		
}

.fieldsetpopup { 
    width: 97%; 
    height: 130px; 
    padding: 8px;
    border : 1px dotted #cccccc;
    background : #eee;
    visibility:hidden;
}

.fieldsetpopup1 { 
    width: 550px; 
/*    height: 100px; */ 
    padding: 8px;
    border : 1px dotted #cccccc;
    background : #fff;
    visibility:hidden;
    font : 80% verdana;
    position:absolute;
}

input.submit {
    margin-top : 10px;
}

iframe {
	width : 100%;
	height : 420px;
	margin : 5px 0 0 0; 
	border : 1px solid #808080;
	
}

hr {
    border : 1px solid noshade #CD5151;
    size: 1px;
    margin:10px;
    color: #cd5151;
}

.pageContainer {
  /*  width : 70%; */
    margin : 35px 10px;
    background : #ffffff;
    text-align : left;
    margin-left: 10px;
    
}

.pageContent {
    color : #cd5151;
    font : 100% verdana;
  /*  margin-left: 12%; */
    
}

.pageNews{
    width: 20%;
    float : right;
    border : 1px solid #cd5151;
    font : 80% verdana;
}


.pageNewsHeader {
    background: #cd5151;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.pageNewsContent{
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 5px;
}

.pageHeading {
    width : 10%;
    float : left;
    font: 80% verdana;
    
}

#projects_menu ul, #projects_menu li {
    font-weight:normal;
    border:0;
    border-top:1px solid #eee;
}

#projects_menu a{
    color : #cd5151;
}

#projects_menu a:hover{
    background : #cd5151;
    color : #fff;
    text-decoration : none;
}

#footer {
    text-align : center;
    color : #aaa;
}

.cls {
    clear : both;
}

.link{
    color : #cd5151;
    border-bottom : 1px dotted #cd5151;
    text-decoration : none;
    cursor: hand;
}
.link:hover {
    background : #cd5151;
    color : #fff;
    text-decoration : none;
    cursor: hand;
}

.link2{
    color : #cd5151;
    text-decoration : none;
    cursor: hand;
    font : 80% verdana;
}
.link2:hover {
    background : #cd5151;
    color : #fff;
    text-decoration : none;
    cursor: hand;
    font : 80% verdana;
}

.table2 {
    color : #555;
}

h3 {
    color : #5;
}

.checkboxtext {
    margin: 5px;
    color : #555;
    font : 80% verdana;
}

.centering {
    text-align: center;
}
