/* CILT main css file */

body {
color: #000000;
background-color: #ffffff;
font-family: Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-align: left;
text-decoration: none;
text-transform: none;
margin: 0px;
}

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

h1,h2,h3,h4,h5,h6 {
font-family: Times, serif;
color: #000066;
}

h1 {font-size: 24px}
h2 {font-size: 18px}
h3 {font-size: 14px}
h4 {font-size: 12px}
h5 {font-size: 10px}
h6 {font-size: 9px}

.left {text-align: left}
.right {text-align: right}
.center {text-align: center}

.small {font-size: 75%}
.big {font-size: 125%}

.padten { padding: 10px; }

.padtwenty { padding: 20px; }

.padfive { padding: 5px; }

.padbody {
padding-left: 15px;
padding-right: 15px;
padding-top: 0px;
padding-bottom: 5px;
}

a:link {
color: #336699;
font-family: Arial, sans-serif;
text-decoration: underline;
}

a:visited {
color: #336699;
font-family: Arial, sans-serif;
text-decoration: underline;
}

a:active {
color: #990000;
font-family: Arial, sans-serif;
text-decoration: none;
}

a:hover {
color: #ffffff;
background-color: #336699;
text-decoration: none;
}

/* Used for the top navigation bar */

a.topmainmenu:link {
color: #ffffff;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

a.topmainmenu:visited {
color: #ffffff;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

a.topmainmenu:active {
color: #ffcc33;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

a.topmainmenu:hover {
color: #ffcc33;
font-size: 16px;
font-weight: bold;
background-color: #000000;
text-decoration: none;
}

a.topselectedmenu:link {
color: #ffcc33;
font-size: 16px;
font-weight: bold;
font-weight: bold;
text-decoration: none;
}

a.topselectedmenu:visited {
color: #ffcc33;
font-size: 16px;
font-weight: bold;
font-weight: bold;
text-decoration: none;
}

a.topselectedmenu:active {
color: #ffffff;
font-size: 16px;
font-weight: bold;
font-weight: bold;
text-decoration: none;
}

a.topselectedmenu:hover {
color: #ffcc33;
font-size: 16px;
font-weight: bold;
font-weight: bold;
background-color: #000000;
text-decoration: underline;
}

strong.topmainmenu {
font-size: 16px;
font-weight: bold;
font-weight: bold;
color: #ffcc33;
}

/* Additional styles */

.help {
cursor: help;
}

.hidden {
display: none;
}

/* Color styles */

.blackbg {
background-color: #000000;
}

/* Image styles */

ul { 
list-style-image: url('http://cilt.org/global-images/gold-bullet.gif');
}

li { padding-bottom: 5px; }

/* Additional Netscape Kludges */

td, li, p, dl, dt, dd {
font-family: Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
