/*==============================================CSS for NCUIA */
/*===============A project completed by Tiger Two Ltd in collaboration with Websushi Ltd */
/*======================================info@tigertwo.co.uk */
/* COLOURS: Magenta #ed008c */


/*======================================preamble */

* {
margin: 0;
padding: 0;
}

body {
font-size: smaller;
font-family: Arial, Helvetica, sans-serif;
background:#8EDD45 url(../images/bgtop.jpg) repeat-x top left;
}

/*=====================================layout */

#container {
width: 820px;
margin: 0 auto 0 auto;
position: relative;
}

#navcolumn {
float: left;
width: 180px;
}

#navigation {
width: 165px;
margin-left: 12px;
background: url(../images/navmiddle.jpg) repeat-y;
}

#navtop {
width: 165px;
height: 20px;
margin-left: 12px;
margin-top: 30px;
background: url(../images/navtop.jpg) no-repeat;
}

#navbottom {
width: 165px;
height: 20px;
margin-left: 12px;
background: url(../images/navbottom.jpg) no-repeat;
}

#head {
width: 626px;
height: 138px;
background: url(../images/bodyheader.jpg) no-repeat;
float: right;
}
#main{
width: 626px;
background: url(../images/bodybg.jpg) repeat-y;
float: right;
}
#foot {
width: 626px;
height: 89px;
background:url(../images/bodyfooter.jpg) no-repeat;
float: right;
text-align:center;
}

/*=======================================images */

#navcolumn img {
margin-left: 10px;
margin-top: 3px;
}

#main img {
float: left;
padding-right: 10px;
padding-bottom: 10px;
}


/*======================================lists */

#navigation ul.nav {
list-style-type:none;
margin-left: 20px;
}

#navigation ul.nav li {
line-height: 2.3em;
font-weight:bold;
}

#navigation ul.nav li.sub {
line-height: 2.3em;
font-weight:normal;
font-size: 90%;
text-indent:7px;
line-height: 1.3em;
}

ul {
margin-left: 50px;
}

/*======================================links */

a:link {color:#0000CC;}
a:visited {color:#0000CC;}
#navcolumn a:hover {color:#0000CC;}
#navcolumn a:active {color:#0000CC;}

#navcolumn a:link {color: #000000; text-decoration:none;}
#navcolumn a:visited {color: #000000; text-decoration:none;}
#navcolumn a:hover {color: #98cb65; text-decoration:none;}
#navcolumn a:active {color: #000000; text-decoration:none;}

/*====================================paragraphs */

#main p {
margin: 10px 20px 10px 20px;
}

#foot p {
font-size: 80%;
margin-top: 10px;
}

/*=====================================headings */

h1.top {
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 140%;
text-transform:uppercase;
margin-top: 100px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 140%;
color: #ed008c;
margin-left: 20px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 130%;
color: #ed008c;
margin-left: 20px;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 110%;
color: #98cb65;
margin-left: 20px;
}

h4 {
font-size: 100%;
color: #98cb65;
margin-left: 20px;
}

h5 {
color: #ed008c;
}

#main img {
float: left;
margin: 2px 2px 2px 20px;
}