<!--
/*      File: main.css                  //
//      Author: J.Thomas                //
//      Company: JT-Design.net          //
//                                      //
//      Site: www.jtdesign.com.au       //
//      Version: 1.03                   //
//      Last Modified: 02-10-2003       //
//                                      //
// Copywrite JT Design Solutions.       //
*/

/*
        General HTML Formatting Settings
<----------------------------------------------->
*/

/*
###############
######### BODY SETTINGS
###############
*/

body    /*Main Body Settings*/
        {
        background-color:       #2E5B89;
        margin:                 0px;
        margin-top:             120px;
        padding:                0px;
        /*background:             url(Art/Header.jpg);*/
        font:                   11px verdana, arial, helvetica, sans-serif;
        /*background-repeat:      no-repeat;*/
        }
/*
###############
######### HEADER SETTINGS
###############
*/
h1      /*Title Page Header*/
        {
        color:                  #B8B07E;
        font-family:            serif;
        font-weight:            bold;
        font-size:              45px;
        margin:                 0px 0px 0px 0px;
        padding:                0px 0px 10px 0px;
        text-align:             left;
        border-bottom:          1px double #B8B07E;
        }
        
h1      /*Content Header*/
        {
        font-family:            verdana;
        font-weight:            bold;
        font-size:              16px;
        margin:                 5px; margin-bottom:13px;
        padding:                3px;
        text-align:             center;
        color:                  white;
        border:none;
        }

h2      /*Menu Headers*/
        {
        font:                   bold 15px/18px verdana, arial, helvetica, sans-serif;
        margin:                 0px 0px 5px 0px;
        padding:                0px;
        color:                  white;
        background:             #5881AA;
        }
        
.content h2      /*Menu Headers*/
        {
        font:                   bold 15px verdana, arial, helvetica, sans-serif;
        margin:                 7px 0px 0px 0px;
        padding:                2px;
        color:                  white;
        background:             #5881AA;
        }

h3      /*Content Header*/
        {
        font-family:            verdana;
        font-weight:            bold;
        font-size:              18px;
        margin:                 0px 0px 0px 0px;
        padding:                0px;
        text-align:             center;
        color:                  white;
        }
        
h4      /*Photo Titles Headers*/
        {
        font:                   11px/20px verdana;
        margin:                 0px 0px 5px 0px;
        padding:                0px;
        color:                  #1F456C;
        text-align:             center;
        }

h5      /*Content Date Footer*/
        {
        font:                   11px/20px verdana;
        margin:                 0px 0px 5px 0px;
        padding:                0px;
        color:                  #648EB8;
        text-align:             center;
        border-bottom:          1px dotted #648EB8;
        border-top:             1px dotted #648EB8;
        }
/*
###############
######### PARAGRAPH SETTINGS
###############
*/
p       /*Paragraph Settings*/
        {
        /*<--Note- font:        [Style-Variant-Weight] [Size/Height] [family]-->*/
        font:                   11px/20px verdana;
        color:                  Black;
        color:                  #102F4E;
        padding:                0px 5px 0px 30px;
        }
        
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

p.specialItem
        {
        font:                   11px/18px verdana;
        margin:                 0px 0px 0px 0px;
        padding:                1px;
        color:                  #1F456C;
        text-align:             center;
        /*border-bottom:          1px dashed #436E9A;*/
        }
p.centered
        {
        font:                   11px/20px verdana;
        color:                  #102F4E;
        padding:                0px 10px 0px 10px;
        text-align:             center;
        }
/*
################
############ LINK SETTINGS
################
*/
a, a:visited       /*Default Links Settings*/
        {
        color:                  #B2CAEE;
        font-size:              11px;
        font-family:            verdana, arial, helvetica, sans-serif;
        font-weight:            normal;
        text-decoration:        none;
        }

a:hover
        {
        border:                 none;
        color:                  white;
        }

#menuNav a,#menuNav a:visited /*Menu Nav Links Settings*/
        {
        font-size:              11px;
        font-family:            verdana, arial, helvetica, sans-serif;
        font-weight:            600;
        color:                  white;
        text-align:             right;
        border-right:           5px solid white;
        border-bottom:          1px solid #7396BA;
        padding-right:          10px;
        }
#menuNav a:hover
        {
       /* background:             none;
        text-align:             right;
        border-right:           5px solid #5881AA;
        border-bottom:          1px solid white;
        padding-right:          10px;*/
        
        font-size:              11px;
        font-family:            verdana, arial, helvetica, sans-serif;
        font-weight:            600;
        color:                  white;
        text-align:             right;
        border-right:           5px solid #5881AA;
        border-bottom:          1px solid white;
        padding-right:          10px;
        }
        
#current
        {
        font-size:              11px;
        font-family:            verdana, arial, helvetica, sans-serif;
        font-weight:            600;
        padding-right:          10px;
        border-right:           5px solid #B2CAEE;
        color:                  #B2CAEE;
        }
        
#current a:hover
        {
        padding-right:          10px;
        border-right:           5px solid #5881AA;
        color:                  #5881AA;
        }
        
.img a,.img a:visited
        {
        border:                 none;
        padding:                0px;
        }
/*
################
############ LIST SETTINGS
################
*/
ul
        {
        font:                   11px/20px verdana;
        color:                  #102F4E;
        padding:                0px 5px 0px 30px;
        }


/*
################
############ TABLE SETTINGS
################
*/
td      /*Table Data Settings*/
        {
        font:                   11px/20px verdana;
        padding:                3px 10px 3px 10px;
        border:                 1px solid #A0BDDB;
        color:                  #102F4E;
        }
tr.header
        {
        background:             #A0BDDB;
        }
/*
################
############ IMAGE SETTINGS
################
*/
img.rightBox
        {
        border:                 1px solid #45709B;
        }
/*
################
############ CONTENT SETTINGS
################
*/

.content /*Content Class Settings*/
        {
        position:               relative;
        width:                  auto;
        margin:                 0px 230px 5px 156px;
        border:                 1px solid #45709B;
        background:             #7396BA;
        background-image:       none;
        padding:                15px;
        z-index:                4;
        filter:                 alpha(opacity=50);
        /*height:                 100px;*/
        }
        
/*
        Other ID Settings Start Here
<-------------------------------------------->
*/

/* 3 Different Content ID's are used here to handle the javascript and various resizing */
#pageTitle
        {
        position:               absolute;
        top:                    0px;
        height:                 256px;
        /*width:                  1000px;*/
        width:                  100%;
        border:                 none;
        padding:                0px;
        overflow:               hidden;
        z-index:                1;
        text-align:             center;
        /*background-color:#6699ff;*/
        }

#Menu1 /*Menu Layer Settings*/
        {
        position:               absolute;
        width:                  135px;
        top:                    120px;
        left:                   5px;
        background:             #7396BA;
        border:                 1px solid #45709B;
        padding:                5px;
        overflow:               hidden;
        z-index:                3;
        text-align:             right;
        }
#Menu2 /*Menu Layer Settings*/
        {
        position:               absolute;
        width:                  135px;
        top:                    225px;
        left:                   5px;
        background:             #7396BA;
        border:                 1px solid #45709B;
        padding:                5px;
        overflow:               hidden;
        z-index:                3;
        text-align:             right;
        }
        
#Specials /*Menu Layer Settings*/
        {
        position:               absolute;
        width:                  135px;
        top:                    303px;
        left:                   5px;
        background:             #7396BA;
        border:                 1px solid #45709B;
        padding:                5px;
        overflow:               hidden;
        z-index:                3;
        text-align:             right;
        }

#LeftBox2 /*Menu Layer Settings*/
        {
        position:               absolute;
        width:                  135px;
        top:                    412px;
        left:                   5px;
        background:             #7396BA;
        border:                 1px solid #45709B;
        padding:                5px;
        overflow:               hidden;
        z-index:                3;
        text-align:             right;
        }
        
#RightBox1 /*Menu Layer Settings*/
        {
        position:               absolute;
        width:                  205px;
        top:                    120px;
        right:                  5px;
        background:             #7396BA;
        border:                 1px solid #45709B;
        padding:                6px;
        overflow:               hidden;
        text-align:             center;
        z-index:                3;
        }
#LoginForm /*Menu Layer Settings*/
        {

        width:                  115px;
        background:             #EFEDDD;
        border:                 1px solid #B8B07E;
        padding:                5px;
        padding-bottom:         0px;
        margin:                 5px;
        margin-top:             10px;
        overflow:               hidden;
        z-index:                3;
        text-align:             center;
        }
#centeredSection
        {
        text-align:             center;
        }


        
/*
        Other Class Settings Start Here
<--------------------------------------------->
*/



-->
</style>

