/*
	Main Tags Styles
*/
html,body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	color: #121212;
	font-size: 12px;
}

td {
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	color: #121212;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}


table,img {
	border: 0px;
}

/*
	Main Container
*/
table.mainTable {
	width: 100%;
	padding: 0px;
}

td.main {
	width: 100%;
}

/*
	Header
*/
table.header {
	width: 100%;
	height:120px;
	padding: 0px;
	background-image: url(../imgs/t-dr.gif);
	background-repeat: repeat-x;
}

td.headerLeft {
	width: 673px;
	height: 120px;
	background-image: url(../imgs/t-l.gif);
	background-repeat: repeat-x;
}
td.headerMid {
	width: 100%;
	height: 120px;
}

td.headerRight {
	width: 92px;
	height: 120px;
	text-align: right;
}

td.footerTd {
	font-size: 11px;
	line-height: 11px;
}

td.bottomRight {
	background-color: #e4e4e4;
}

/*
	Logo and Menu
*/
table.logoAndMenu {
	width: 687px;
	height: 120px;
	padding: 0px;
}

td.logo {
	width: 320px;
	height: 120px;
	padding-left: 34px;
	vertical-align: bottom;
}

td.menu {
	width: 367px;
	height: 120px;
	background-image: url(../imgs/t-dr.gif);
	background-repeat: repeat-x;
}

div.menu {
	margin-top: 10px;
}
/*
	Banner
*/
table.banner {
	width: 100%;
	height: 180px;
	padding: 0px;
	background-image: url(../imgs/f-dr.gif);
	background-repeat: repeat-x;
}

td.bannerLeft {
	width: 280px;
	height: 180px;
}

td.bannerRight {
	width: 100%;
	height: 180px;
	text-align: right;
}

/*
	
*/

img.x74 {
	margin: 2px;
	border: 1px solid #ababab;
}

.x80 {
	margin: 5px 15px 5px 5px;
	width: 80px;
	height: 80px;
	border: 1px solid #ababab;
	background-color:#efefef;
}



a:link {
	color: #316ac5;
	text-decoration: none;
}

a:visited {
	color: #316ac5;
	text-decoration: none;
}

a:hover {
	color: #316ac5;
	text-decoration: underline;
}

a:active  {
	color: #316ac5;
	text-decoration: none;
}

h1 {
	color: #b8d848;
	font-size: 24px;
}

h2 {
	/* font-family: "Arial Narrow"; */
	color: #b8d848;
	font-size: 20px;
}

h3 {
	color: #b8d848;
	font-size: 14px;
}

h4 {
	color: #b8d848;
	font-size: 12px;
}

hr {
	color: #dadada;
	height: 1px;
	background-color: #dadada;
	border: #ffffff;
}

form {
	margin: 0px;
	padding: 0px;
}

input.login {
	width: 125px;
	border: 1px solid #878787;
 	color: #6a6a6a;
 	background-color: #ffffff;
	line-height: 18px;
	font-size: 11px;
}

input.submit {
	height: 18px;
	color: #ffffff;
 	background-color: #154a97;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #154a97;
}


ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	background: url(../imgs/bullet.gif) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}


/*
	General Styles
*/
.copyrightArea {
	color: #ffffff;
	background-color: #0e8f3d;
	font-size: 11px;
	line-height: 11px;
	height: 59px;
	padding-left: 33px;
	vertical-align: middle;
	width: 330px;
}

.copyrightAreaInt {
	width: 297px;
}

.copyright {
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-left: 33px;
	padding-right: 33px;
	text-align: left;
}

.rightFooter {
	background-color: #ffffff;
	padding: 0px 7px 0px 6px;
	width: 100%;
}

.rightFooterInt {
	border-top: solid 1px #dadada;
	height: 59px;
	background-color: #e5e5e5;
	font-size: 11px;
	line-height: 11px;
	padding-left: 8px;
}

.loginForm {
	margin: 0px;
	padding: 0px;
}

.fivePix {
	font-size: 5px;
	line-height: 5px;
}

.footer {
	color: #d8d8d8;
}

.bd {
	font-weight: bold;
}

.sm11 {
	font-size: 11px;
	line-height: 13px;
}

.sm10 {
	font-size: 10px;
}

.smBd {
	font-size: 10px;
	font-weight: bold;
}

.bdBlu13 {
	font-size: 13px;
	line-height: 13px;
	color: #4785a3;
	font-weight: bold;
}

.marginTop3 {
	margin-top:3px;
}

/*
	Blocks Styles
*/

/* 1 COLUMN */
.oneColBlock {
	padding: 25px 30px;
	width: 900px;
}
.oneColBlockInt {
	width: 840px;
}

/* 2 COLUMNS */
.twoColBlockLeft {
	padding: 30px 15px 30px 30px;
	background-color: #e5e5e5; 
	width: 330px;
}
.twoColBlockIntLeft {
	width: 285px;
}

.twoColBlockRight {
	padding: 30px 50px 30px 15px;
	width: 100%;
}
.twoColBlockIntRight {
	width: 100%;
}

/* 3 COLUMNS */
.threeColBlockLeft {
	padding: 15px;
	width: 240px;
}
.threeColBlockIntLeft {
	width: 210px;
}

.threeColBlockMiddle {
	padding: 15px;
	width: 550px;
}
.threeColBlockIntMiddle {
	width: 520px;
}

.threeColBlockRight {
	padding: 15px;
	width: 240px;
}
.threeColBlockIntRight {
	width: 210px;
}

/*
	Breadcrumbs
*/
#breadcrumbs {
	text-align: right;
	margin-right: 10px;
}

img.bcSeparator {
	border: 0px;
	margin: 0px 4px;
}

.breadcrumb {
	font-weight: bold;
	color: #666666;
}

.breadcrumb2 {
	font-weight: bold;
	color: #666666;
}

a.bc:link {
	color: #7b6a5a;
	text-decoration: none;
}

a.bc:visited {
	color: #7b6a5a;
	text-decoration: none;
}

a.bc:hover {
	color: #7b6a5a;
	text-decoration: underline;
}

a.bc:active  {
	color: #7b6a5a;
	text-decoration: none;
}


/*
	Anchor Styles
*/
a.wht:link {
	color: #ffffff;
	text-decoration: none;
}

a.wht:visited {
	color: #ffffff;
	text-decoration: none;
}

a.wht:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.wht:active  {
	color: #ffffff;
	text-decoration: none;
}

a.gr:link {
	color: #d8d8d8;
	text-decoration: none;
}

a.gr:visited {
	color: #d8d8d8;
	text-decoration: none;
}

a.gr:hover {
	color: #d8d8d8;
	text-decoration: underline;
}

a.gr:active  {
	color: #d8d8d8;
	text-decoration: none;
}
