/* CSS Document */
/*PAGE LAYOUT*/
body {
    background-image: url(../images/background/bg_body.jpg);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#toppage{
    width:800px;
}
#date{
    float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
    float:left; 
    width:608px; 
    height:40px; 
    background-image:url(../images/background/bg_topbar.gif);
    background-color:#CBC55C;
    background-repeat:repeat-x;
    border-right:solid 1px #999999;
}
#header{
    width:800px;
}
#content{
    width:800px;
}
#contenttext{
    float:left; width:608px; 
    background-color:#F7F7F7; 
    border-left:solid 1px #999999; border-right:solid 1px #999999; 
    border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
    min-height:360px;
}
#logo{
    float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
    
}
#pagetitle{
    position:relative; float:left; width:608px; height:110px; background-color:#F7F7F7; border-right:solid 1px #999999;
}
#title{
    position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
    float:left; width:190px; margin:0px;
}
#footer{
    width:590px; padding-right:10px; padding-left:200px;
}

/**************** Links property ****************/
a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #666600;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #666600;
}
/**************** End Links property ****************/

/*GRAY PANEL*/
.panel{
    padding:12px;
    border:solid 1px #E4E4E4;
    background-color:#EEEEEE;
    margin:10px;
    padding:10px;
    width:550px;
    overflow: hidden;
}

/*TEXT STYLES*/
.bodytext {
    font-family: verdana,arial,sans-serif;
	font-size: 12px;
    color: #666666;
}
.smalltext {
    font-family: verdana,arial,sans-serif;
	font-size: 12px;
    color: #666666;
}
.smallwhitetext {
    font-family: verdana,arial,sans-serif;
	font-size: 12px;
    font-weight:bold;
    color: #FFFFFF;
}
.smallwhitetext a{
    font-family: verdana,arial,sans-serif;
	font-size: 12px;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration:none;
}
.smallwhitetext a:hover{
    text-decoration:underline;
}
.smallgraytext {
    font-family: verdana,arial,sans-serif;
	font-size: 12px;
    font-weight:bold;
    color:#778899;
}
.smallgraytext a{
    font-family: verdana,arial,sans-serif;
	font-size: 12px;
    font-weight:bold;
    color:#778899;
    text-decoration:none;
}
.smallgraytext a:hover{
    text-decoration:underline;
}
.titletext {
    font-family: verdana,arial,sans-serif;
    font-size:36px;
    font-weight:bold;
    color: #CCCCCC;
}
.logotext {
    font-family: verdana,arial,sans-serif;
    font-size:36px;
    font-weight:bold;
    color: #999999;
}

.orangetitle {
    font: 12px Tahoma, sans-serif;
    color:#FF9900;
}
#linksmenu a{
    float:right; 
    width:183px; 
    height:20px; 
    background-color:#ABC578; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
    font-family: verdana,arial,sans-serif;
	font-size: 12px;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration:none;
    padding-top:5px;
}
#linksmenu a:hover{
    background-color:#514F1C;
}

#menuImage {
    padding-top: 50px;
    font-size: 10px;
    color: #667788;
    text-align: center;
    width: 183px;
    overflow: hidden;		
}

#imperialDirectory {
    font-weight:bold;
    color:#666600;
}
