
		/*** The Essential Code ***/

body {
padding-left: 420px;    /* LC fullwidth  =300+20+100  for margin from the edge of the browser*/
padding-right: 330px;   /* RC fullwidth + CC padding =200+20 40*/
min-width: 360px;
max-width: 500px;

}

#header {
	margin-left: -320px;    /* LC fullwidth */
	margin-right: -220px;   /* RC fullwidth + CC padding */
	height: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 10px;
}
		

.column {
position: relative;float: left;
}
#div_single_column{
	margin-left: -320px;    /* LC fullwidth */
	margin-right: -220px;   /* RC fullwidth + CC padding */
	padding-top: 0;	
}

#center {
	padding: 0 0px;
	width: 100%;
}
#left {
	width: 300px;          /* LC padding */
	margin-left: -100%;
	left: 150px;              /* RC fullwidth for IE6 */
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
body > #left {
left: -320px;             /* -(LC fullwidth + CC padding) */
}
#right {
	width: 200px;        /* RC padding */
	margin-right: -260px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
#footer {
	margin-left: -320px;    /* LC fullwidth */
	margin-right: -260px;   /* RC fullwidth + CC padding */
	font-size: .8em;
}

#div_clear_both {
	clear: both;
}

		/*** Just for Looks ***/
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 76%;
}
.module_container_look {
	
}
.question_mark_look {
		
}
h1 {
	font-size: 1.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}

h2 {
	font-size: 1.1em;
	margin-top: 3px;
	margin-bottom: 0px;
}

legend {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: -13px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.module_text_line_1 {
	font-size: 1em;
}
.font_delete {
	font-size: 0.85em;
	color: #000000;
}
.font_delete_x {
	font-size: 1.1em;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
}
.module_spacing {
	height: 15px;
	clear: both;
}
a:link {
	
	text-decoration: none;
}
a:visited {
	
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}
.link {
	text-decoration: none;	
}

.link:hover {
	text-decoration: underline;
}
.font_red_link {
	color: #E10004;
	text-decoration: none;
}
.font_red_link:visited {
	color: #E10004;
	text-decoration: none;
}
.font_red_link:hover {
	color: #E10004;
	text-decoration: underline;
}
.font_black_link {
	color: #000000;
	text-decoration: none;
}
.font_black_link:visited {
	color: #000000;
	text-decoration: none;
}
.font_black_link:hover {
	color: #000000;
	text-decoration: underline;
}
.font_red {
color: #E10004;
}


#footer {
font-size: 9px;
text-align: center;
padding: 0.3em 0;
clear: both;
height: 25px;
}
#center {

}
.column {
padding-top: 1em;
text-align: justify;
}
.button {
	background-color: #CCCCCC;
}
.flag_red{
	color: #E10004;
	font-size: .75em;
	top: -3px;	
	float: left;
}

