html, div, table, img {
	margin:0;
	padding:0;
	border:0;
}
body { 
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: Verdana, Arial;
	color: #797979;
	text-align:center;
	background: #0662b0;
	background-image:url(../images/bgrpage.gif);
	background-repeat:repeat-x; 
	background-position:top;
}
a:link, a:visited {
	text-decoration:none;
	color:#003f71;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#990033;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearsidebar { /* sidepanel element padding */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	height:10px;
}



/* main table setup */
#maincontainer {
	width:930px;
	margin:0 auto;
	text-align:left;
}
#mainContentContainer {
	background-image:url(../images/bgr-content.gif); 
	background-repeat:repeat-y; 
	border-bottom:#dddddd 1px solid;
}
#mainContentContainer2 { /* setup footer imx bgr */
	background-image:url(../images/bgr-contentfooter.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}



/* header table setup */
#header {
	height:130px;
	width: 930px;
}
#headersidebar {
	float: left;
	width: 250px; 
	padding-top:5px;
}
#headermainContent { 
	float:right;
	width:680px;
}



/* 1st line navigations. */
#mainlink {
	font-family:arial; 
	color:#999999;
	font-weight:bold;
	padding-top:60px;
	font-size:60%;
	text-align:right;
}	
#mainlink a:link, #mainlink a:visited {
	color:#999999; 	
	text-decoration:none; 
	padding:3px 6px; 
	cursor:pointer; 
	text-align:center; 
	background-color:#ffffff; 
	border:solid 1px #ffffff;
}
#mainlink a:hover {
	color:#515151; 
	text-decoration:none; 
	background-color:#ebe8ec; 
	border:solid 1px #b2b2b2
}
#mainlink span {
	padding:3px 3px 3px 3px;
}
/* 1st line navigations. */



/* content column setup. */
#mainContent {
	float:right;
	width:680px;	
	min-height:700px;
}
#mainContent .mcpad {
	padding:5px 50px 60px;
}
#mainContent .hdl {
	font:90% Helvetica, sans-serif; 
	font-weight:bold;
	line-height:80px;
	letter-spacing:2px;
	padding-left:35px;
	height:100px;
	background-color:#e3e3e3;
	color:#003f71;
	text-transform:uppercase;
	background-image:url(../images/bgr-hdlpanel.png);
	border-top:1px solid #fff;	
}
#mainContent .imx {
	width:680px; 
	height:250px; 
	border-bottom:1px solid #333;
	border-top:1px solid #fff;
}	
#mainContent .desc {
	line-height:2em; 
	font-size:70%;
}
#mainContent p {
	margin:12px 0;
}
#mainContent .subhdl{
	font-weight:bold;
	color:#5c7d99;
}
#mainContent .hilite{
	color:#555555;
	font-weight:bold;
	text-indent:30px;
}
#mainContent ul {
	margin-left: 50px;
	list-style-type:disc;
}




/*table setup*/
.list-table td {
	padding:10px; 
}
.list-table th {
	padding:8px 10px;
	font-size:70%;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#e8e8e8;	
	border-bottom:1px solid #ffffff;
}

.list-table .leftcell {
	background-color:#f1f1f1;
	font-size:70%;
	color:#555555;
	border-top:1px solid #eeeeee;	
	border-bottom:1px solid #ffffff;
	text-align:right;		
}
.list-table .rightcell {
	font-size:70%;
	border-top:1px solid #eeeeee;	
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #ffffff;			
}
.list-table .spacecell {
	border-top:1px solid #eeeeee;	
	border-bottom:1px solid #ffffff;			
}
/*form setup*/
.list-table .formfield {
	width:300px; 
	border:solid 1px #ccc;
	color:#555555;
	padding:2px;
}	

/*table setup*/



/* sidenav navigations. */
#sidebar { 
	width: 250px; 
	float: left;
	border-top:1px solid #fff;
}
#sidebar .sbpad {
	padding:15px;
}
#sidebar .tabs {
	list-style:none; 
	padding:0; 
	margin-bottom:10px; 
}
#sidebar .tabs li a:link, #sidebar .tabs li a:visited {
	display:block; 
	height:36px; 
	text-decoration:none; 
	background:url(../images/sidenav.gif) left top; 
	font-size:70%; 
	text-decoration:none; 
	color:#333333; 
	line-height:34px; 
	text-indent:25px; 
	border-bottom:1px solid #fff;
	margin:0; 
	padding:0
}
#sidebar .tabs li a:hover {
	background:url(../images/sidenav.gif) left center; 
	color:#000;
}
#sidebar .tabs li a.selected, #sidebar.tabs li a.selected:hover {
	background:url(../images/sidenav.gif) left bottom; 
	color:#fff; 
	font-weight:bold; 
	border-color:#fff;
	cursor:default;
}
/* sidenav navigations. */


#sidebar .sublink {
	list-style:none; 
	padding:0; 
	margin-bottom:10px; 
}
#sidebar .sublink li a:link, #sidebar .sublink li a:visited {
	display:block; 
	text-decoration:none; 
	font-size:70%; 
	text-decoration:none; 
	border-bottom:1px solid #fff;
	padding:10px;
}
#sidebar .sublink li a:hover {
	color:#c00;
}
#sidebar .sublink li.selected {
	font-size:70%; 
	border-bottom:1px solid #fff;
	padding:10px;
	font-weight:bold;
	color:#333;
}


/* sidebox container */
#sidebox_container {
	background-color:#ffffff; 
	border:solid 1px #c0c0c0;
}
#sidebox_container .boxhdl{
	text-align:center; 
	font-weight:bold; 
	font-size:70%; 
	border-bottom:solid #e8e8e8 1px; 
	padding:10px; 
	background-color:#f6f6f6;
}
#sidebox_container .boxcontent{
	font-size:65%; 
	padding:14px; 
	line-height:1.5em;
}
#sidebox_container .boxfooter{
	font-size:60%; 
	border-top:dashed #e8e8e8 1px; 
	padding:5px;
	text-align:right;
	font-weight:bold;
}
#sidebox_container .pics {  
    width:   167px;  
    height:  132px;  
    padding: 0;  
    margin:  0;  
	overflow: hidden;
} 
#sidebox_container .pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  135px; 
    height: 100px; 
    top:  0; 
    left: 0 
} 


/* footer navigations. */
#footer {
	float:right; 
	padding:20px 40px 0 0; 
	text-align:right;
	font-size:70%; 
	font-family:arial; 
	color:#999999;
}	
#footer a:link, #footer a:visited {
	color:#999999; 
	text-decoration:none; 
}
#footer a:hover {
	color:#515151; 
	text-decoration:underline; 
}
#footer span {
	padding:0 6px;
}
/* footer navigations. */



.dropcaps {
	float:left;
	color:#D4D4C7;
	font-size:80px;
	line-height:70px;
	padding-top:0px;
	padding-right:10px;
	font-family: times,Georgia;
}
.dropx {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
}
