
body#default {
	background:		green;
	margin:			0px;
	font-family:		Tahoma, Verdana;
	font-size:		9pt;
	background: 		url(../images/bg.gif) top center;
	padding-top:		64px;
}

div#tmpl_wrapper {
	width:			821px;
	z-index:		1;
	position:		absolute;
	left:			50%;
}

div#tmpl_wrapper2 {
	position:		absolute;
	left:			-410px;
	background:		url(../images/bg_page.gif) repeat-y;
}


div#tmpl_page_t {
	background:		url(../images/bg_t.gif) repeat-x -35px 0px;
	height:			15px;
	width:			821px;
	clear:			both;
}

div#tmpl_page_tl {
	background:		url(../images/bg_tl.gif) no-repeat;
	height:			15px;
	width:			30px;
	float:			left;
}

div#tmpl_page_tr {
	background:		url(../images/bg_tr.gif) no-repeat;
	height:			15px;
	width:			30px;
	float:			right;
}

div#tmpl_page {
	width:			821px;
	clear:			both;
	background:		url(../images/bg_page.gif) repeat-y;
}

div#tmpl_header {
	width:			770px;
	height:			99px;
	background:		url(../images/bg_header2.gif) repeat-x;
	border-left:		1px solid #d6d6d6;
	border-right:		1px solid #d6d6d6;
	margin-left:		11px;
	padding-left:		0px;
}

div#tmpl_logo {
	width:			789px;
	height:			99px;
	background:		url(../images/site_header.jpg) repeat-x;
	margin:			0px 0px 0px 0px;
	float:			left;
}

div#tmpl_nav {
	background:		url(../images/bg_nav.gif) repeat-x;
	height:			33px;
	width:			790px;
	margin:			0px 0px 30px 11px;
}

div#tmpl_nav ul {
	list-style-type:	none;
	text-align:		center;
	margin:			0px;
	padding-left:		42px;
}


div#tmpl_nav ul li {
	float:			left;
	position:		relative;
}

div#tmpl_nav ul li a {  /* this is the style for the links in the primary menus */
	color:			white;
	font-family:		Arial;
	font-weight:		bold;
	font-size:		14px;
	line-height:		33px;
	text-decoration:	none;
	display:		block;
	margin:			0px 50px 0px 0px;
}

div#tmpl_nav ul li a:hover {
	color:			yellow;
}

div#tmpl_nav li ul { 
	display:		none;
	position:		absolute;
	top:			33px;
	left:			-42px;
	margin:			0px;
}

div#tmpl_nav li ul li { /* this is the style for the LI in the sub menus */
	float:			none;
	background-color:	#BBBBBB;
	margin:			0px;
	width:			150px;
	padding:		0px 10px;
	border-top:		1px solid white;
	border-left:		10px solid black;
	text-align:		left;
}

div#tmpl_nav li ul li a { /* this is the style for the links in the sub menus */
	font-size:		10pt;
	margin:			0px;
	line-height:		24px;
	display:		block;
	width:			150px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top:			auto;
	left:			auto;
}

div#tmpl_nav ul li:hover ul, div#tmpl_nav ul li.over ul { /* lists nested under hovered list items */
	display: block;
}

div#tmpl_page_b {
	background:		url(../images/bg_b.gif) repeat-x;
	height:			25px;
	width:			821px;
}

div#tmpl_page_bl {
	background:		url(../images/bg_bl.gif) no-repeat;
	height:			25px;
	width:			30px;
	float:			left;
}

div#tmpl_page_br {
	background:		url(../images/bg_br.gif) no-repeat;
	height:			25px;
	width:			30px;
	float:			right;
}

div#tmpl_content {
	font-family:		Tahoma, Verdana;
	font-size:		8pt;
	line-height:		200%;
	margin:			0px 51px 30px 51px;
}

div#tmpl_content div.left_column {
	width:			440px;
	height:			auto;
	float:			left;
	border-right:		1px dotted #AAAAAA;
	padding-right:		20px;
	margin-right:		20px;
}

div#tmpl_content div.right_column {
	width:			210px;
	height:			auto;
	float:			right;
	background:		#eeeeee;
	padding:		10px;
}

div#tmpl_content div.right_column ul {
	list-style-type:	circle;
	display:		block;
	padding-left:		20px;
	margin:			0px;
}

div#tmpl_content div.right_column ul.services {
	font-weight:		bold;
	font-size:		9pt;
	font-family:		Arial;
}

div#tmpl_content h1 {
	font-family:		Arial;
	font-size:		12pt;
	color:			#512776;
	font-weight:		bold;
	margin:			20px 0px 0px 0px;
	padding:		0px;
}

div#tmpl_content h2 {
	font-family:		Arial;
	font-size:		10pt;
	color:			#512776;
	font-weight:		bold;
	margin:			20px 0px 0px 0px;
	padding:		0px;
	text-decoration:	underline;
}

div#tmpl_content p {
	padding:		0px;
	margin:			0px 0px 10px 0px;
}

div#tmpl_content ul {
	margin-top:		0px;
	margin-bottom:		20px;
}

div#tmpl_content ul.audiences {
	list-style-type:	none;
	margin:			0px;
	padding:		0px;
}

div#tmpl_content ul.audiences li {
	float:			left;
	margin:			0px 12px 20px 0px;
}

div#tmpl_content table.login input.textbox {
	width:			150px;
}

div#tmpl_page_footer {
	margin:			0px 51px 20px 51px;
	font-family:		Tahoma, Verdana;
	font-size:		7pt;
	color:			#AAAAAA;
	clear:			both;
	text-align:		center;
}

div#tmpl_page_footer a {
	color:			#AAAAAA;
	text-decoration:	none;
}

div#tmpl_page_footer ul {
	list-style-type:	none;
	margin:			0px;
	display:		inline;
}

div#tmpl_page_footer ul li {
	display:		inline;
}

div#tmpl_page_footer a:hover{
	text-decoration:	underline;
}

form {
	margin:			0px;
	padding:		0px;
}

a img {
	border:			0px;
}

a.cc {
	text-decoration:	none;
}

a.cc img {
	margin-top:		20px;
	margin-left:		10px;
}