@charset "utf-8";
/* CSS Document */
/*Red colours used: #b21616 */
/*Grey colours used: #f5f6f5 */
body{
margin:0;
background:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
h1{font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:100;}
#SpecialLink p a{color:#990000;font-weight:bold;font-size:0.7em;line-height:20px;text-decoration:none;margin:0;}
#SpecialLink p a:hover{color:#CC0000;font-weight:bold;font-size:0.7em;line-height:20px;text-decoration:none;margin:0;}
img{
border:none;
}
.clear{
clear:both;
}
.MAINWRAP{
width:100%;
margin:0 auto;
text-align:center;
background: url(../images/BodyBg.jpg) repeat-x;
}
/* HEADER SECTION */
.HeaderWrap{
background: url(../images/header_bg.gif) #FFFFFF repeat-x;
height:250px;
}
.Header{
width:1024px;
height:250px;
margin:0 auto;
text-align:center;
background-image:url(../images/top_box.gif);
}
.Logo a{
width:150px;
height:87px;
margin:0;
border:none;
float:left;
}
.TopLinks{
margin:22px 0 0 0;
padding-bottom:3px;
width:348px;
float:right;
height:68px;
}
.TopLinks p{
margin:0;
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#FFF;
text-align:right;
padding-right:20px;
padding-bottom:2px;
}
.TopLinks ul{
margin:0;
float:right;
padding-top:2px;
padding-right:10px;
}
.TopLinks ul li{
list-style:none;
display:inline;
float:left;
white-space: nowrap;
margin:0;
}
.TopLinks ul li a{
display:block;
width:98px;
height:32px;
padding:10px 0 0 0;
margin:0;
color:#FFFFFF;
font:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
background:url(../images/Top_Links_Bg.gif) no-repeat;
text-decoration:none;
}
.TopLinks ul li a:hover{
background-image:url(../images/Top_Links_Bg_Hover.gif);
background-repeat:no-repeat;
}
.HeaderBox{
width:1006px;
height:157px;
margin:0 auto;
text-align:center;
margin-top:-2px;
}
/* CONTENT SECTION */
.ContentWrap{
width:1024px;
background:url(../images/Content_Bg.gif) repeat-y;
margin:0 auto;
text-align:center;
padding-top:5px;
}
.ContentBg{
text-align:left;
padding:0 2px 15px 15px;
}
/* FOOTER SECTION */
.FooterWrap{
width:100%;
height:84px;
}
.Footer{
width:1024px;
height:84px;
background:url(../images/Footer_Bg_Box.gif) no-repeat;
text-align:center;
margin:0 auto;
}
.FooterTextWrap{
width:1010px;
margin:0 auto;
text-align:center;
}
.FooterTextL p{
float:left;
color:#666666;
text-align:left;
font:Georgia, "Times New Roman", Times, serif;
font-size:10px;
margin:0 0 10px 0;
}
.FooterTextL p a{
text-decoration:none;
color: #999999;
}
.FooterTextL p a:hover{
text-decoration:none;
color:#CCCCCC;
}
.FooterTextR p{
float:right;
color:#666666;
text-align:left;
font:Georgia, "Times New Roman", Times, serif;
font-size:10px;
margin:0 0 10px 0;
}
.FooterTextR p a{
text-decoration:none;
color: #999999;
}
.FooterTextR p a:hover{
text-decoration:none;
color:#CCCCCC;
}