* { 
	margin: 0;
	padding: 0; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #555;
}

H1	{
	color: #1C2777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

H2, caption	{
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}

H3	{ 
	font: bold 1em Arial, Helvetica, sans-serif; 
	color: #555; 
}

H4	{ 
	font: bold 0.9em Arial, Helvetica, sans-serif; 
	color: #555; 
}

p {
	line-height: 1.4em;
	color: #555;
}

a {
	text-decoration: none;
	color:#1C2777;
}

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

img {
	border: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	width: 760px;
	max-width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	background-color: #FFF;
	background-image: url(../../lns/images/background.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*****  header  *****/

#header {
	height: 150px;
	width: 740px;
}

/*****  main content  *****/

#content  {
	clear: both;
	width: 740px;
}

#content_header {
	clear: both;
	float: left;
	width: 740px;	
}

#content_left, #content_news {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: 428px;
	background-image: url(../../lns/images/content_background.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}

* html #content_left { /*IE only. */
	margin-left: 5px;
}

* html #content_news { /*IE only. */
	margin-left: 5px;
}


#content_right {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 266px;
}

* html #content_right { /*IE only. */
	margin-right: 5px;
}

#main_content {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	width: 480px;
	background-image: url(../../lns/images/main_background.gif);
	background-repeat: no-repeat;
	padding: 10px;
}

* html #main_content { /*IE only. */
	margin-left: 5px;
}

#main_right {
	margin-top: 10px;
	margin-right: 10px;
	width: 210px;
	margin-bottom: 10px;
	float: right;
}

* html #content_right { /*IE only. */
	margin-right: 5px;
}

/*****  footer  *****/

#footer {
	clear: both;
	padding-left:10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	width: 730px;
	height: 24px;
	text-align: center;
}

/***********************************************/
/* header styles                               */
/***********************************************/

#logo {
	float: left;
	width: 296px;
	height: 100px;
}

#globalnav {
	float: right;
	text-align: right;
	margin-top: 10px;
	color:#999999;
}

#globalnav a {
	font-size: 0.8em;
	font-style:normal;
	font-weight: normal;
	color: #999;
	text-decoration:none;
	margin-top: 20px;
	font-weight: bold;
}

#globalnav a:hover, #footer a:hover {
	color:#1C2777;
	text-decoration: underline;
}

#globalnav img {
	vertical-align: bottom;	
}

#navmenu {
	padding: 0;
	width: 740px;
	height: 25px;
	clear: left;
}

#navmenuline {
	clear: both;
	padding: 0;
	width: 740px;
	height: 25px;
	line-height: 5px; /*lower nav color theme*/
	background-color: #C3C1D9;
	background-image: url(../../lns/images/subnav_background.gif);
	background-repeat: repeat-x;
}

/***********************************************/
/* content styles                              */
/***********************************************/

#content_right img {
	margin-bottom: 10px;
}

#content_left h1, #content_news h1, #main_content h1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 403px;
}

#main_content h1 {
	width: 458px;
}

#content_left h2, p, #content_news h2, #main_content h2, #main_content h3 {
	padding: 10px 10px;
	text-align: justify;
}

#main_content h2, #main_content h3 {
	width: 270px;
}

#main_content img, #main_content p img {
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	float: right;
	clear: right;
	position: absolute;
	right: 260px;
}

#main_right h3 {
	font-weight: bold;
	color: #1C2777;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 1em;
	margin-bottom: 5px;
}

#main_right h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_content h3 {
	color: #1C2777;
}

#main_content p {
	width: 270px;
	text-align: justify;
}

#main_content ul {
	padding: 0px;
	list-style-type: circle;
	margin-left: 15px;
	list-style-position: outside;
	list-style-image: url(../../lns/images/red_bullet.gif);
	text-align: justify;
	width: 270px;
}

#main_content li {
	margin-left: 10px;
	line-height: 1.4em;	
}

.red {
	color:#990000;
}

/***********************************************/
/* footer styles                               */
/***********************************************/

#footer h3 {
	font-size: 0.8em;
	color:#999;
	line-height: 2.2em;
}

#footer a {
	color:#999;
}