html { }
body {
	
	background: #bee0e5 url(../../images/fullbg.gif) 100% 0px repeat-x;
	margin: 0 0 0 8px;
	padding: 0; 
	font: 12px/1.5 arial, helvetica, sans-serif; 
	color: #3a3a3a;
}

p, h2, h3, h4, h5, h6, dt, ul, th, td, input, select, blockquote { 
	background: transparent;
	font: 12px/1.5 arial, helvetica, sans-serif; 	
	color: #3a3a3a;
}

h1 {
	font-size: 18px;
}

p {
	line-height: 2em;
}

p.smallfont {
	font-size: 10px;
	line-height: 1.3em;
}

a:link { color: #007ea1; }
a:visited { color: #a7975c; }

img {
	display: block;
	margin:0px;
	padding:0px;
}

table.container {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
}

table.bodyContainer {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
}

td.bodyBorderR {
	height:100%;
	width:1px;
	background: #d4e8ed url(../../images/bodyBorderR.gif) top left no-repeat ;	
}

td.bodyBorderL {
	height:100%;
	width:1px;
	background: #dfeef1 url(../../images/bodyBorder.gif) top left no-repeat ;	
}
td.body {
	height:100%;
	vertical-align:top;
	background-color: #c9e2e8;
}


/* PRIMARY CONTAINERS */
#container {
	width: 739px;
	margin: 0px; 
	padding:0px;
	background: #c9e2e8 url(../../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	/*border-left: 1px solid #abc0d5; 
	border-right: 1px solid #abc0d5;
	border-bottom: 1px solid #bee0e5;*/
	height:100%;
}

#content { 
	width: 719px;
	padding: 10px 10px 0px 10px;
	height:100%;
	background:transparent;
}

div.left {
	float:left;
	width: 395px;
}

div.right {
	float:right;
}


/* nav */

td.nav {
	background: #cee8eb url(../../images/navbg.gif) top left no-repeat ;
	height: 30px;
}

.nav_element {
	float:left;
}
	
/* COMMON ELEMENTS */




/* FOOTER */

td.footer {
	margin:0px;
	padding:0px;
	vertical-align:top;
	background-color: #c9e2e8;
}

/* end footer */

