/* CSS Document */

/* Page Attributies  */



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F4A83;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.3;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000000;
	margin-top: 4px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F4A83;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: small;
	line-height: 1.3;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F4A83;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.3;
	color: #000000;

}



a:link {
	color: #2F4A83;
	text-decoration: underline;
}

a:visited {
	color: #2F4A83;
}
a:hover {
	color: #0099FF;
}


/* Layout Blocks  */

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 8px;
}



/* Top Area */

#logo {
	width: 162px;
	height: 144px;
	float: left;
	background-image: url(images/fbtclogo.jpg);
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
	background-repeat: no-repeat;
	background-color: #1B3979;
}

#toprightbar {
	width: 785px;
	height: 144px;
	float: right;


}

#topbar {
	height: 118px;
	width: 785px;
	background-image: url(images/top_bg.jpg);
}

#navbar {
	width: 785px;
	height: 24px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
	background-image: url(navigation/nav_bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 20px;
	text-align: left;
	padding-top: 3px;
}

#navbar li {
    display: inline;
    list-style-type: none;
    margin-right: 25px;
    text-decoration: none;
}

#navbar a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#navbar a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#navbar a:hover {
	color: #FFFFFF;
}

#navbar a:active {
	color: #333333;
}

#belownav {
	height: 7px;
	background-color: #486FBD;
	width: 950px;
	clear: both;
	margin-bottom: 9px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}

/* Main Col */

#leftcol {
	width: 643px;
	float: left;
	clear: left;
	margin-bottom: 8px;
	padding-left: 12px;
}


/* Right Col */

#rightcol {
	width: 280px;
	float: right;
	clear: right;
	margin-bottom: 8px;
}


#rightcol h1 {
	background-color: #2F4A83;
	width: 273px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 6px;
	padding-top: 4px;
	margin-bottom: 2px;
}


#login {
	background-color: #EEEEEE;
	width: 255px;
	height: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #2F4A83;
	margin-bottom: 12px;
	padding-left: 4px;
	padding-right: 12px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: bold;
}

#adminlink {
	background-color: #EEEEEE;
	width: 255px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #2F4A83;
	margin-bottom: 12px;
	padding-left: 4px;
	padding-right: 12px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: bold;
}

#adminlink p {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.8;
	border: 0;
	padding: 0;
	margin: 0;
}


#feed {
	width: 271px;
}

#feed a:link{
	font-weight: bold;

}

#feed a:visited {
	font-weight: bold;
}

#feed a:hover {
	font-weight: bold;
	color: #0099FF;
}

#feeddate {
	font-style: italic;
	color: #666666;
}

#rightlowerleft {
	width: 157px;
	float: left;
	clear: left;
	height: 112px;
	margin-top: 16px;
}

#rightlowerright {
	width: 121px;
	float: right;
	clear: right;
	height: 112px;
	margin-top: 16px;
}

/* Bottom */


#lowerbar {
	height: 12px;
	width: 950px;
	clear: both;
	background-color: #2F4A83;
	margin-top: 12px;
}

#footer {
	height: 24px;
	width: 942px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 4px;
}

#footer a:link {
	text-decoration: none;
}


#footerleft {
	clear: left;
	float: left;
}

#footerright {
	clear: right;
	float: right;
	text-decoration: none;
}

#footerlower {
	width: 942px;
	clear: both;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

#lvg {
	color: #666666;
	font-size: 10px;
	text-align: center;
}

#welcome {
    background-color: #EEEEEE;
    width: 255px;
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    border: 1px solid #2F4A83;
    margin-bottom: 12px;
    padding-left: 4px;
    padding-right: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
}

#welcome strong {
	color: #2F4A83;
}

#cashbook {
    background-color: #EEEEEE;
    width: 255px;
    height: 95px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    border: 1px solid #2F4A83;
    margin-bottom: 12px;
    padding-left: 4px;
    padding-right: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
}



/* Styles */


.imageleft {
	padding-right: 10px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

.imageright {
	text-align: right;
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}


.membershipcost {
	font-size: 14px;
	font-style: normal;
	text-align: center;
	padding: 5px;
	border: 2px solid #1B3979;
	margin-top: 5px;
	margin-right: 150px;
	margin-bottom: 12px;
	margin-left: 150px;
	color: #FFFFFF;
	background-color: #486FBD;
	font-weight: bold;
}  

.ourjob {
	font-size: 13px;
	font-style: normal;
	text-align: center;
	padding: 5px;
	border: 2px solid #1B3979;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 12px;
	margin-left: 30px;
	color: #FFFFFF;
	background-color: #486FBD;
	font-weight: bold;
}

.red {
	color: red;
}

.adidate {
	font-style: italic;
	color: #666666;
}

/*Reorder List*/

.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(../images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.reorderList li {
	list-style:none;
	margin:2px;
	background-repeat:repeat-x;
	color:black;
	background-image:url(images/bg_nav.gif);

}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}


