BODY
{
    font-family: Verdana;
    font-size:12px;
}

H1
{
    font-family: Verdana;
    font-size: 19px;
    font-weight:bold;
    color: #131588;
    text-align:left;
    padding-left:12px;
}

H2
{
    font-family: Verdana;
    font-size: 17px;
    color: #131588;
    text-align:left;
    padding-left:12px;
    
}

H3
{
    font-family: Verdana;
    font-size: 12px;
    color: #342623;
    text-align:left;
    padding-left:12px;
    font-weight:bold;
    
}

.linktext
{
   font-family: Calibri, Verdana, Arial;
    font-size:13px;
    color:#f68e1e;
    text-align:left;
    letter-spacing:1px; 
}

.linktext:hover
{
   color:#aa5b05; 
}


.StandardText
{
    font-family: Calibri, Verdana, Arial;
    font-size:14px;
    color:#16135b;
    text-align:left;
    padding-left:12px;
    padding-right:12px;
    letter-spacing:1px;
}


.FooterMenuText A
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#e48407; 
    text-decoration: none;   
}


.FooterMenuText a:hover
{
    color:#6d3e02; 
}


.CopyrightText
{
    font-family:Arial;
    font-size:10px;
    color:#ff9000; 
}

.MarqueeText
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#d16e03; 
}

.MarqueeText:link
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#d16e03; 
    text-decoration: underline;   
}

.MarqueeText:visited
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#d16e03; 
    text-decoration: underline;   
}


b.Rnd1{margin: 0 5px;}
b.Rnd2{margin: 0 3px;}
b.Rnd3{margin: 0 2px;}

/* Panels */
div.ContainerOne {position:static; top:10px; left:10px; width:250px; height:100px; background: #c8c7c7;} /* adjust the position, size and colour of the panel here */
div[class="ContainerOne"] {height:auto; min-height:100px;} /* adjust the minimum height of the panel here for mozilla only */
b.RndTopOne b, b.RndBottomOne b{display:block;height: 1px; overflow: hidden; background: #c8c7c7;} /* adjust the colour of the panel top and bottom here */
b.RndTopOne, b.RndBottomOne{display:block;background: #FFFFFF;} /* adjust the background colour here */
div.RPanelContentOne {position:relative; top:0px; left:0px; display:block; margin: 0 auto; margin-top:10px; margin-bottom:10px; width:160px; height:200px; text-align:left; color:#333333;} /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */
div[class="RPanelContentOne"] {height:auto; min-height:150px;} /* adjust the minimum height of the panel here for mozilla only */
b.RndTopOne b.Rnd4, b.RndBottomOne b.Rnd4{margin: 0 1px; height:2px;} 


#page_bg {
	padding: 0;
	margin-bottom: 1px;
	background: #131588 url(../images/background.png) 0 0 repeat-x;
}

.Menu
{
    background-color:#625a59;
    margin-right:7px;
}


/* Hover Menu Start */
.hovermenu ul
{
    padding-left: 0;
    margin-left: 0;
    height: 20px;
}

.hovermenu ul li{
    list-style: none;
    display: inline;
}

.hovermenu ul li a
{
    font: bold 12px arial;
    padding: 8px 0.5em;
    text-decoration: none;
    float: left;
    color: #FFFFFF;
    background-color: #090b57;
    border-bottom: 1px solid #ffffff;
    width: 160px;
}

.hovermenu ul li a:hover{
    background-color: #292ddc;
    border-style: none;
    color: #f78f1e; 
    text-decoration: none
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
    border-style: none;
}

/* Hover Menu End */

