@charset "utf-8";
/* CSS Document */

html,body { 
	background-image: url('../images/lienimg_r1_c1.jpg');
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin:0;
	padding:0;
	height:100%;
}

div.rounded-box {
    position:relative;
	width: 715px;
    background-color: #ffffff;
    margin: 3px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#ffffff; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; background-color:#93ADC6;}
div.bottom-left-corner {bottom:0px; left:0px; background-color:#07427A;}
div.top-right-corner {top:0px; right:0px; background-color:#93ADC6;}
div.bottom-right-corner {bottom: 0px; right:0px; background-color:#07427A;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 8px; color:#000;
}

a:link {
	color: #507664;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #405E50;
}
a:hover {
	text-decoration: underline;
	color: #59AB83;
}
a:active {
	text-decoration: none;
	color: #507664;
}

#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:0px;
}
#body {
   padding:0px;
   padding-bottom:60px;   /* Height of the footer */
   background-image:url(../images/lienimg_r3_c1.jpg);
   background-repeat: repeat-x;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:17px;   /* Height of the footer */
   background:#3E3E3E;
} 

body {
	background-color: #07427A;
}
.txtSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.txtMain {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

[if lt IE 7]>
    /*  */
	#container {
		height:100%;
	}
	/*  */
