@charset "utf-8";
/* CSS Document */

html {
	height:100%;	

}

body {	
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#dc0002;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}



.container {
width: 988px;
height:100%;
padding:0px;
background-color:#FFFFFF;
}


#logo {
background-image:url(../images/banner.png);
background-position:left;
background-repeat:no-repeat;
height: 120px;
width:990px;
}

#iaith{
width:80px;
margin-left: 870px;
margin-top:-25px;
font-size:14px;
border-bottom:1px;
border-bottom-style: dashed;
border-bottom-color:#333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
}

#iaith a{
color: #333333;
text-decoration:none;
}

#iaith a:hover{
color: #CC0000;
}

#content{
position:relative;
float:right;
width:730px;
margin-top:10px;
margin-right:5px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
color: #666666;
line-height:1.4em;
font-size:0.9em;

}

#leftside{
position:relative;
float:left;
margin-top:10px;
margin-left:2px;
width:250px;
background-color:#fff;
}

#navigation{
background-color:#fff;
padding-left:20px;
padding-top:5px;
width:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}


.navText{
background-color:#808080;
display:block;
color: #414141;
padding-top:15px;
height:22px;
width:150px;
background-color:#009933;
text-indent:5px;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#414141;
}

.navBox{
display:block;
padding-top:15px;
color:#414141;
height:22px;
text-indent:5px;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#414141;
}

.navBox a{
color:#414141;
text-decoration:none;
}

.subnav{
display:block;
background-color:#CCCCCC;
height:22px;
padding-top:15px;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#414141;
padding-left:5px;
}

.subnav a{
color:#333333;
text-decoration:none;
}

.navBox a:hover{
display:block;
height:22px;
color:#FFFFFF;
background-color: #666666;
text-decoration:none;
}

#subNav{
width: 170px;
margin-top: 10px;
background-color:#CCCCCC;
color: #333;
font-size:12px;

}

#footer{
background-image:url(../images/footer.gif);
background-position:left;
background-repeat:no-repeat;
margin-top:20px;
float:right;
position:relative;
width: 988px;
background-color:#fff;
font-size:9px;
padding-top:50px;
}

.copyright{
margin-left:15px;
margin-top:-26px;
width:190px;
height:20px;
}


.design{
margin-left:800px;
width:150px;
margin-top:-20px;
text-align:left;
}

.design a{
color:#333333;
text-decoration:none;
}
