@charset "utf-8";
/* CSS Document */
#main {
    width:1000px;
    background-color:#000;
    margin-right:auto;
    margin-left:auto;
    font-family: Calibri, "Times New Roman";
    font-size: 14px;
    color: #CCCCCC;
    text-align: left;
    filter: alpha(opacity=90);
    -moz-opacity: .90;

}
#main img{
    border:none;
}

#content {
    width:1000px;
    background-image:url("../images/contentbg.jpg");
}

#subdiv {
    border:#B5DEF4;
    /*title colour #0d1e4c */
    border-style:solid;
    border-width:2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
}
#subdiv2 {
   
}
#titlehead {
    background-image:url("../images/Title.png");
    border:none;
    margin:0px;
    /*header colour #0d1e4c */
   
}
a:link {text-decoration: none; color:inherit;}
a:visited {text-decoration: none; color:inherit;}
a:active {text-decoration: none; color:inherit;}
a:hover {text-decoration: none; color: #0FFFFF;}

p {
    text-align:justify;
    font:18px Calibri, "Times New Roman";
    color:#C0C0C0;
    margin:10px;
}

#textlist {
    font-size:18px;
    text-align:justify;
}
h1 {
    
    font-size:24px;
    font-weight:bold;
    font-family:Calibri, "Times New Roman";
    color:#1589FF;
    margin-top:1px;
    margin-bottom:1px;
    font-variant: small-caps;
}
h2 {
    font-size:20px;
    font-weight:bold;
    font-family:Calibri, "Times New Roman";
    margin:0px;
    color:#B5DEF4;
    font-variant: small-caps;
}
h3 {
    font-size:18px;
    font-weight:bold;
    font-family:Calibri, "Times New Roman";
    margin:0px;
    color:#1589FF;
    font-variant: small-caps;
}
h4 {
    font-size:14px;
    font-weight:bold;
    font-family:Calibri, "Times New Roman";
    margin:0px;
    color:#B5DEF4;
}
body {
    /*background-image: url("../bg1.jpg");*/
    /*background-image:url("../bgtest.jpg");*/
    background-image:url("../bgimageflip.jpg");
    background-attachment:fixed;
}

#header {
    margin:5px;
}
#marqueecontainer{
	position: relative;
	width: 190px; /*marquee width */
	height: 500px; /*marquee height */
	background:none;
	overflow: hidden;
/*	border: 3px solid orange;*/
	margin:5px;
}
#news {
    font-size:16px;
    color: #c0c0c0;
    margin:0px;
    text-align:left;
}
#subp {
    color: #98AFC7;
}