/*
	Main Tags Styles
*/
html,body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #121212;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #121212;
	font-size: 12px;
	line-height: 17px;
}

table,img {
	border: 0px;
}

p {
	margin-top: 0px;
}

a:link {
	color: #ec4f02;
	text-decoration: none;
}

a:visited {
	color: #ec4f02;
	text-decoration: none;
}

a:hover {
	color: #ec4f02;
	text-decoration: underline;
}

a:active  {
	color: #ec4f02;
	text-decoration: none;
}

h1 {
	color: #005983;
	font-size: 20px;
}

h2 {
	color: #005983;
	font-size: 18px;
}

h3 {
	color: #005983;
	font-size: 16px;
}

h4 {
	color: #005983;
	font-size: 14px;
	margin-bottom: 0px;
}

hr {
	color: #d8d8d8;
	height: 1px;
	background-color: #d8d8d8;
	border: #ffffff;
}

form {
	margin: 0px;
}



/*
	General Styles
*/
.formbox {
	width: 200px;
	border: 1px solid #005983;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #121212;
}

.footer {
	color: #7b6a5a;
	font-size: 10px;
}

.bd {
	font-weight: bold;
}

.sm {
	font-size: 10px;
}

.smBd {
	font-size: 10px;
	font-weight: bold;
}

.orng {
	color: #ef4e08;
}

/*
	Blocks Styles
*/

/* 1 COLUMN */
.oneColBlock {
	padding: 10px 30px 30px 30px;
	width: 900px;
}

.oneColBlockInt {
	width: 840px;
}

/* 2 COLUMNS */
.twoColBlockLeft {
	padding: 45px 20px 30px 20px;
	width: 220px;
}
.twoColBlockIntLeft {
	width: 180px;
}


.twoColBlockRight {
	padding: 10px 30px 30px 3px;
	background-color: #fff; 
	width: 680px;
}
.twoColBlockIntRight {
	width: 647px;
}

/* 3 COLUMNS */
.threeColBlockLeft {
	padding: 45px 30px 30px 30px;
	width: 220px;
}
.threeColBlockIntLeft {
	width: 160px;
}

.threeColBlockMiddle {
	padding: 10px 10px 30px 3px;
	background-color: #fff;
	width: 460px;
}
.threeColBlockIntMiddle {
	width: 447px;
}

.threeColBlockRight {
	padding: 10px 20px 30px 20px;
	width: 220px;
	background:url(../imgs/bg_right_col.gif);
}
.threeColBlockIntRight {
	width: 180px;
}

/*
	Left Menu
*/
#leftMenu td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#leftMenu a:link{ text-decoration: none; color:#005983; }
#leftMenu a:visited{ text-decoration: none; color:#005983; }
#leftMenu a:active{ text-decoration: none; color:#005983; }
#leftMenu a:hover{ text-decoration: underline; color:#005983; }

/*
	Breadcrumbs
*/
#breadcrumbs {
	text-align: left;
	margin-right: 0px;
}

img.bcSeparator {
	border: 0px;
	margin: 0px 4px;
}

.breadcrumb {
	color: #666666;
}

.breadcrumb2 {
	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.footerLink:link {
	color: #7b6a5a;
	text-decoration: none;
}

a.footerLink:visited {
	color: #7b6a5a;
	text-decoration: none;
}

a.footerLink:hover {
	color: #7b6a5a;
	text-decoration: underline;
}

a.footerLink:active  {
	color: #7b6a5a;
	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;
}
