/*
	Main Tags Styles
*/
html,body {
	background: #7b629e;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #363636;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}

table,img {
	border: 0px;
}

ul {
	list-style-image: url(../imgs/bullet.png);
	list-style-type: square;
	margin-right: 4px;
	padding-right: 10px;
}

li {
	vertical-align: middle;
	padding-right: 7px;
}

p {
	margin-top: 10px;
}


a:link {
	color: #ab93cb;
	text-decoration: underline;
}

a:visited {
	color: #ab93cb;
	text-decoration: underline;
}

a:hover {
	color: #ab93cb;
	text-decoration: none;
}

a:active  {
	color: #ab93cb;
	text-decoration: underline;
}

h1 {
	color: #7b629e;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: bold;
}

h2 {
	color: #666699;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
}

h3 {
	color: #ab93cb;
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: normal;
}

h4 {
	color: #ab93cb;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}

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

form {
	margin: 0px;
}



/*
	General Styles
*/
.navMenu {
	background: url(../imgs/blue_strip.jpg);
	height: 29px;
	padding: 0px 30px;
}

.bottomNavMenu {
	background: url(../imgs/blue_strip.jpg) #000000;
	height: 29px;
	padding: 0px 30px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
}


.footerAudience {
	background: url(../imgs/bg_people.png);
	height: 99px;
	vertical-align: bottom;
	color: #ffffff;
}

.footerText {
	font-size: 13px;
	color: #ffffff;
}

.footerRight {
	padding-top: 5px;
	padding-right: 22px;
}

.footerLeft {
	padding-top: 5px;
	text-align: left;
	padding-left: 22px;
}

.bd {
	font-weight: bold;
}

.sm {
	font-size: 11px;
}

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

.atarli {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	padding-left: 22px;
	padding-top: 10px;
}

/*
	Blocks Styles
*/

/* 1 COLUMN */
.oneColBlock {
	padding: 25px 30px;
	width: 780px;
}
.oneColBlockInt {
	width: 720px;
}

/* 2 COLUMNS */
.twoColBlockRight {
	padding: 25px 30px 25px 15px;
	width: 180px;
}
.twoColBlockIntRight {
	width: 135px;
}

.twoColBlockLeft {
	padding: 25px 15px 25px 30px;
	width: 600px;
}
.twoColBlockIntLeft {
	width: 545px;
}


/*
	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.darkOrg:link {
	color: #996600;
	text-decoration: none;
}

a.darkOrg:visited {
	color: #996600;
	text-decoration: none;
}

a.darkOrg:hover {
	color: #996600;
	text-decoration: underline;
}

a.darkOrg:active  {
	color: #996600;
	text-decoration: none;
}


/*
	Side Menu Styles
*/

/* Level 2 Links */
.sidem2			{ height:34px; font-weight:normal; color:#ffffff; font-size:13px; line-height:28px; background:url(../imgs/button_off.png) right no-repeat;  }
.sidemCur2		{ height:34px; font-weight:normal; padding-right:10px; line-height:28px; font-size:13px; color:#006dad; background:url(../imgs/button_on.png) right no-repeat; }
.sidemCurAC2	{ height:34px; line-height:28px; font-size:13px; background:url(../imgs/button_on.png) right no-repeat; }

a.sidemA2:link		{ height:34px; line-height:28px; display:block; padding-right:10px; color:#ffffff; text-decoration:none; }
a.sidemA2:visited	{ height:34px; line-height:28px; display:block; padding-right:10px; color:#ffffff; text-decoration:none; }
a.sidemA2:hover		{ height:34px; line-height:28px; color:#006dad; text-decoration:none; background:url(../imgs/button_on.png) right no-repeat; }
