/* Top Elements */


body
{
    background-color: #6F82A5;
    margin:0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

h1
{
    font-size:  22px;
    color: #C4A513;
}

h2
{
    font-size:  20px;
    color: #6E82A5;
    margin: 0px;
}

h3
{
    font-size:  18px;
    color: #6E82A5;
}

h4
{
    font-size:  16px;
    color: #6E82A5;
}

h5
{
    font-size:  14px;
    color: #6E82A5;
}

a:link		{ color:#233B68; font-size: 12px; font-weight: bold; text-decoration: none;}
a:visited	{ color:#233B68; font-size: 12px; font-weight: bold; text-decoration: none;}
a:hover		{ color:#6F82A5; font-size: 12px; font-weight: bold;}

a.left:link		{ color:#233B68; font-size: 10px; font-weight: bold; text-decoration: none;}
a.left:visited	{ color:#233B68; font-size: 10px; font-weight: bold; text-decoration: none;}
a.left:hover	{ color:#6F82A5; font-size: 10px; font-weight: bold;}

a.menu_current:link		{ color:#A00000; font-size: 10px; font-weight: bold; text-decoration: none;}
a.menu_current:visited	{ color:#A00000; font-size: 10px; font-weight: bold; text-decoration: none;}
a.menu_current:hover	{ color:#6F82A5; font-size: 10px; font-weight: bold;}

p
{
    margin-bottom: 5px;
}


td
{
    font-family: Verdana, Arial, sans-serif; font-size: 12px;  color: #233B68;
}

.leftBar	{ 	background-image: url(../tpl_images/leftSideBarBkgd.gif);
                                background-position: left top;	}

.rightBar	{ 	background-image: url(../tpl_images/rightSideBarBkgd.gif);
                                background-position: left top;	}

.mainText	{ 	background-color: #FFFFFF;	}

.smText		{ 	font-size: 9px;	}

.smText	a	    { 	font-size: 9px; }
.smText	a:hover	    { 	font-size: 9px;	}
.smText	a:visited   { 	font-size: 9px;	}

.lgText		{ 	color: #233B68; font-size: 14px; font-weight: bold;	}

.bottomBorder	{ 	background-color: #233B68;	}

#title_pos
{
    height: 35px;
    
    padding: 8px 0px 0px 0px;
    
    font-family: serif;
    font-size: 18px;
    font-weight: bold;
    
    background-image: url(../tpl_images/title_bg.jpg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: top left;
}

#left_credits
{
    background-color: #C9D1DF;
    font-size: 9px;
    
    padding: 0px 0px 0px 5px;
    width: 100px;
    

}

.class_none
{
}

.class_gold_box
{
   border: 1px solid #C4A513;
   padding: 5px;
}

.class_blue_box
{
   border: 1px solid #6E82A5;
   padding: 5px;
   
}
