/*This is the main stylesheet for ITRA*/


/* General Tags */

body {
margin: auto;
background: #66ccff url(../images/bodyback.gif) repeat;
color: #000000;
line-height: 1.1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .9em;
text-align: center;
}

h1 {
font-size: 2em;
line-height: 1.3em;
letter-spacing: 5px;
font-weight: bold;
text-align: left;
}

h2 {
font-size: 1.5em;
color: #330099;
letter-spacing: 3px;
border-bottom: 1px #330099 solid;
padding-bottom: 3px;
font-weight: bold;
text-align: left;
}

h3 {
font-size: .9em;
color: #330099;
letter-spacing: 2px;
font-weight: bold;
line-height: 1.1em;
border-top: 1px #330099 solid;
border-bottom: 1px #330099 solid;
}

h4 {
font-size: 1.5em;
color: #000000;
letter-spacing: 3px;
font-weight: bold;
line-height: 1em;
text-align: left;
}

h5 {
font-size: .9em;
color: #330099;
letter-spacing: 1px;
font-weight: bold;}

a:link, a:visited {
color: #990000;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #cc9933;
text-decoration: underline;
font-weight: bold;
}

/* page layout divs */

#header {
background: #ffffff;
width: 760px;
height: 230px;
margin: 0;
}

#wrap {
background:#ffffff url(../images/wrapbg.gif) repeat;
color:#000000;
margin:0 auto;
width:760px;

}

#sidebar {
float: left;
width: 150px; /*150 + 5 + 7 = 162*/
text-align: left;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 2px;}


#maincol{
float: left;
width: 578px; /*578 + 10 + 8 + 2 = 598*/
padding: 5px 10px 5px 8px;
border-left: 2px #330099 double;
text-align: left;
}

#leftcol {
float: left;
width: 300px; /* 300 +5 = 305 */
padding-right: 5px;
text-align: left;
}


#rightcol {
float: left;
width: 259px;/* 259 + 5 + 1 = 265 */
padding: 0 1px 5px 5px;
text-align: left;
}

#footer {
clear: both;
background: #ffffff url(../images/footer.gif) repeat;
padding:5px 0 5px 0;
width:760px;
height: 60px;
font-size:0.8em;
line-height:1.2em;
color: #ffffff;
}

/* text and paragraph tags */

#sidebar ul {
list-style-type: none;
text-align: left;
line-height: 2.2em;
font-size: 1em;}

#sidebar p {
text-align:center;}

.checkbox {
list-style-type: square}

ul.nobullet {
list-style-type: none;
line-height: 1.1em;}

.clear {
clear: both;}

.calendar {
background-color: #66ccff;}

table {
padding: 0;}

tr {}

td {
padding: 0;}





