itiweb.css
/**********************************************/
/*ITI Website's style Page*********************/
/**********************************************/
/*HTML Tags************************************/                                   
* {
margin: 0;
padding: 0;
}

body {
background: #f6f6f6;
font: 12px Tahoma;
color: #52575D;
}

h2 {
padding-left: 10px;
padding-top: 4px;
margin: 10px 4px 0 4px;
height: 22px;
font-size: 14px;
background: #27D url(../images/h2.gif);
color: #eee;
border: 1px solid #B4BAC2;
border-bottom: none;
}

h2 img {
margin-top: -4px;
margin-left: -10px;
}

h3 {
font-size: 12px;
color: #146DD2;
padding-left: 20px;
background: #fff url(../images/h3.gif) 0px 2px no-repeat;
}

#content a {
padding-left: 30px;
background: #fff url(../images/arrow.gif) 3px 3px no-repeat;
color: red;
}

li {
list-style-type: none;
margin-top: 5px;
}

#content p {
margin-top: 12px;
}

#container {
background: #fff;
width: 780px;
margin: 0px auto;
border-left: 1px solid #bbc;
border-right: 1px solid #bbc;
}

#header {
height: 113px;
background: #fff url(../images/header.jpg) no-repeat;
}

#navbar {
height: 37px;
background: #fff url(../images/navbar.gif) repeat-x;
padding-top: 6px;
padding-right: 10px;
}

#navbar li {
display: inline;
padding:3px 0 14px;
background: transparent url(../images/sep.gif) no-repeat center left;
margin: 0px;
}

#navbar li a {
font-weight: bold;
color: #fff;
}

li a:link, li a:visited {
text-decoration: none;
}

li a:hover {
text-decoration: underline;
}

#sidebar {
width: 272px;
}

#sidebar div img {
margin-left: 4px;
}

#sidebar .block img {
margin-left: -4px; 
margin-right: 10px;
}

#sidebar span {
color: red;
font-size: 11px;
}

#sidebar p {
margin-top: 5px;
}

#sidebar td.left {
width:100px;
padding-top: 15px;
}

#login {
background: #EDF5FE;
height: 158px;
padding-left: 15px;
}

#login input {
margin-left: 10px;
border: 1px solid #B4BAC2;
}

.block {
margin: 0 4px 5px 4px;
padding: 6px 10px;
border: 1px solid #B4BAC2;
}

#footer {
height: 46px;
background: #B4BAC2;
font-size: 11px;
padding-top: 5px;
color: #fff;
}

#footer p {
margin-top: 10px;
color: #52575D;
}

#footer li {
display: inline;
}

#footer li a {
color: #fff;
}

.spacer {
height: 20px;
}

#photo {
height: 75px;
}
