﻿
/***************************************************************/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	background-color:#686D18;
	background-image:url('../images/welcomeBkg2.gif');
	background-repeat:repeat-x;
	color: #333;
}

div, table{
    margin:0;
    padding:0;
    /*border:solid 1px #F00;*/
}

table, img{border:0;}

input, textarea, select
{
    font-family: Verdana, Arial, sans-serif;
	font-size:11px;
}

/** Links **/

a.blue:link{color: #3F6091; text-decoration:underline;}
a.blue:active{color: #3F6091; text-decoration:underline;}
a.blue:visited {color: #3F6091; text-decoration:underline;}
a.blue:hover{color: #3F6091; text-decoration:none;}

a.black:link{color: #666; text-decoration:none;}
a.black:active{color: #666; text-decoration:none;}
a.black:visited {color: #666; text-decoration:none;}
a.black:hover{color: #000; text-decoration:none;}

a.white:link{color: #FFF; text-decoration:none;}
a.white:active{color: #FFF; text-decoration:none;}
a.white:visited {color: #FFF; text-decoration:none;}
a.white:hover{color: #EEE; text-decoration:none;}

a.red:active {color: #D00;font-weight:bold;text-decoration:underline;}
a.red:visited {color: #D00;font-weight:bold;text-decoration:underline;}
a.red:link {color: #D00;font-weight:bold;text-decoration:underline;}
a.red:hover{color: #F00;text-decoration:none;font-weight:bold;}

/* COLORS */

.greenTxt{color:#21782D;}
.redTxt{color:#BE3737;}

/***************************************************************/

.wrapper{
    width:1000px;
    height:auto;
}

.header{
    height:287px;
    background-image:url('../images/headerBkg.jpg');
    background-repeat:no-repeat;
    width:999px;
    color:#E4E4E4;
}

.subHeader
{
    height:117px;
    background-image:url('../images/subHeaderBkg2.gif');
    /*
    height:174px;
    background-image:url('../images/subHeaderBkg.gif');
    */
    width:999px;
    background-repeat:no-repeat;
}

.content
{
    height:428px;
    width:auto;
    background-color:#2D070A;
    background-image:url('../images/contentBkg.gif');
    background-repeat:repeat-y;
    background-position:left;
}
.footer
{
    clear:both;
    height:133px;
    width:999px;
    background-image:url('../images/footerBkg.gif');
    background-repeat:no-repeat;
}


/***************************************************************/

/* Header */

.headerCnt
{
    float:right;
    margin-top:30px;
    width:700px;
    height:20px;
    font-size:13px;
    font-weight:bold;
}

.headerCnt ul, .headerCnt li
{
    margin:0;
    padding:0;
    display:inline;
    list-style-type:none;
}

.headerCnt a
{
    margin-right:40px;
    padding-top:8px;
}
    
.subHeaderCnt
{
    float:right;
    margin-top:5px;
    width:195px;
    height:20px;
}

.subHeaderCnt a
{
    margin-right:5px;
    margin-left:5px;
}

.subHeaderTitle
{
    float:right;
    margin-top:60px;
    width:845px;
    height:20px;
    font-weight:bold;
}

/* Footer */

.footerCnt
{
    float:right;
    color: #2D070A;
    font-weight:bold;
    margin-top:10px;
    width:545px;
}

/***************************************************************/

/* Content */

.contentCnt
{
    float:left;
    height:425px;
    width:255px;
    padding-left:160px;
    margin-right:16px;
}

.imageFloatLeft
{
    float:left;
    margin-left:10px;
    margin-top:15px;
}

/***************************************************************/