 
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

body
{
margin: 0;
padding: 0;
background-color: white;
font-size: 0.7em;
text-align: center; 
}
#top_div {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: auto;
}
#main_div {
position: absolute;
top: auto;
left: 0px;
width: 100%;
height: auto;
margin: 0;
}
#nav_div {
position: relative;
_position: absolute;
top: auto;
left: auto;
_left: 0px;
width: 20%;
height: auto;
margin: 0px;
}
#nav_div2 {
position: relative;
_position: absolute;
top: 0;
_top: 390px;
left: 0px;
_left: 0px;
width: 20%;
height: auto;
margin: 0px;
}
#center_div {
position: absolute;
top: auto;
left: 20%;
width: 60%;
height: 100%;
margin: 0;
}
#right_col {
position: absolute;
top: auto;
left: 80%;
width: 20%;
height: 100%;
margin: 0;
}
#right_div {
position: relative;
top: 0;
left: 0;
width: 100%;
height: auto;
margin: 0;
}
#right_div2 {
position: relative;
top: 0;
left: 0;
width: 100%;
margin: 0;
}
p {
line-height:0.5em;
}
#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0;
	padding: 0;
	text-align: center; 
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 100%;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
.box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0;
	padding: 0;
	text-align: center; 
	width:100%;				/* <-- use this to tie width to viewport size */
	width: 100%;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}	
.content
	{
	padding:1em;
	}

.content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.5em;
	font-family: geneva, helvetica, arial, sans-serif;
	}
		
.content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.4em;
	_line-height: 1.5em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc, .trc, .blc, .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

.trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
.blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

.brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

.bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
.rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.lb {
background-color: #eeeeee;
background-image:url(images/l.gif);
background-position: 0% 100%;
background-repeat: repeat-y;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.4em;
color: #000033;
font-weight: bold;
text-decoration: none;
}
h2 {
font-family: sans-serif;
font-size: 1.4em;
line-height: 1.4em;
color: #000033;
font-weight: bold;
text-decoration: none;
padding: 1em;
}
.div_title {
font-family: sans-serif;
font-size: 1.2em;
text-align: center;
line-height: 1.8em;
color: #000033;
font-weight: bold;
text-decoration: none;
padding-top: 2em;
padding-bottom: 2em;
}
.foupoudav_title {
text-align: center;
font-size: 1em;
font-weight: bold;
}
.foupoudav_text {
font-size: 1.4em;
font-weight: bold;
line-height: 1.5em;
color: black;
padding-right:0.75em;
padding-left:0.75em;}
.p foupoudav_text {
font-size: 1.4em;
font-weight: bold;
line-height: 1.5em;
color: black;
padding: 1em;
}
.foupoudav_link {
text-align: center;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
}
.foupoudav_link:hover {
text-align: center;
font-size: 1.1em;
font-weight: bold;
text-decoration: underline;
}
.foupoudav_follow-up {
font-size: 1.1em;
font-weight: bold;
color: red;
text-decoration: none;
}
.foupoudav_follow-up:hover {
font-size: 1.1em;
font-weight: bold;
color: red;
background-color: white;
text-decoration: none;
}
.user_id {
line-height: 0.9em;
font-size: 1em;
font-weight: normal;
font-style: normal;
color: blue;
}
hr {
text-align: center;
max-width: 75%;
}
border {
display: none;
} 
