body a:link {color: #FF0000; text-decoration:none;}     /* unvisited link */
body a:visited {color: #FF0000; text-decoration:none;}  /* visited link */
body a:hover {color: #FF0000; text-decoration: underline;}   /* mouse over link */
body a:active {color: #000000}   /* selected link */

a:link img { border: none; text-decoration:none;}
a:visited img {border: none; text-decoration:none;}  /* visited link */
a:hover img {border: 0px solid; color: #FFFFFF; text-decoration: none; background-image:url(../images/transparentBG.png)} /* mouse over link */
a:active  img{color: #000000}   /* selected link */

img { padding: 0px 0 0px 0; border: 0px solid red; margin: 0px; display: block; float: left;}

body {
	padding: 0px;
	margin: 0px;
	text-align: center; 
	background: #001A36 url(background/bg_01a.png) no-repeat;
	position: relative;
}

#bg_wrap {
	height: 14px;
	width: 100%;
	top: 800px;
	right: 0;
	background: url(background/bg_02.png) repeat-y;
	position: relative;
}


div {	border: 0px red solid;
}

#container {
	width: 920px;
	min-height: 100%;
	margin-bottom: 0px;
	margin:0 0;
	padding: 20px;
}

#main_right_top {
	width: 240px;
	height: 60px;
	padding: 5px 10px 20px 10px;
/*	background: #FFFFFF;*/
}
#main_right_top img{
 	padding: 0px 12px 0px 0; 
	border: 0px solid red; 
	margin: 0px; 
	display: block; 
	float: left;
}


#container_main_left {
	width : 260px;
	float: left;
	padding: 5px 0 0 10px;
	margin:0;
	position: relative;
	float: left;
	font-size: 12px;
	text-align: justify;
	border: 0px red solid;
}

#icons img {
	float: left;
	margin: 5px 3px;
	
	
	
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,1);
 	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,1);
	box-shadow: 1px 2px 2px rgba(0,0,0,1);
	
	
}


#container_main_right {
	position: relative;
	top: 0px;
	left: 0px;
	width : 600px;
	padding: 5px 10px 10px 10px;
	margin: 0;
	text-align: justify;
	color:#000000;
	font-size:12px;
	float: right;
}


#main_right_top_banner {
	width: 600px;
	height: 90px;
	/*background: url(background/banner-top.png);*/
	padding: 0px;
	margin: 0px;
	border: 0px red solid;

}

#main_right_box_top {
	width: 600px;
	height: 22px;
	background: url(background/box_01.png);
}


#main_right_box_body {
	width: 550px;
	height: auto;
	padding: 5px 25px 5px 25px;
	background: url(background/box_02.png);
	Font-size:14px;
	font-family: Trebuchet MS, Georgia, Verdana, Arial;

}

#title_header {
	font-family: Impact, Arial, Verdana;
	font-size:24px;

}

#main_right_box_bottom {
	width : 600px;
	height: 27px;
	background: url(background/box_03.png);
}





#postit_top {
	width: 240px;
	height: 34px;
	background: url(background/post-it_01.png);
	clear: both;
}

#postit_body {
	width: 240px;
	height: auto;
	padding: 0px 30px 10px 20px;
	background: url(background/post-it_02.png) repeat-y;
}

#postit_bottom {
	width: 240px;
	height: 28px;
	left: 0px;
	background: url(background/post-it_03.png);
}




/* table stuff */

.tbContRow2 {
	background-color: #EEEEFF; 
	
/*	background-color: #FFF4F0  ; */ 
/*	background-color: #E1E1E1 ; */
	color: #000000; 
	height: 25px;
}


.tableHeader2 {
	/*border-top: 2px solid #FF8800;
	border-right: 2px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 2px solid #FF8800;*/
	background: #023762;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	width: 520px;
	height: 20px;
	font-size:medium;
	font-weight:bold;
/*	background: url(bg/tableHeader2.png) no-repeat;*/
/*	background: url(bg/headerOrange.png) repeat-x; */


	border-top: 1px solid #EEEEEE; 
	border-left: 1px solid #EEEEEE; 
	
	-moz-box-shadow: 3px 4px 3px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	
		-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.tableContent2 {
	/*border-top: 1px solid #CCCCCC; 
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #EEEEEE; */
	background: #B7C7CA;
	padding: 5px 30px 10px 10px;
	color:#00000;
	margin: 0 0 20px 0;
	width: 500px;
	
		-moz-box-shadow: 3px 4px 3px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	
	
	border-left: 1px solid #EEEEEE;
	
/*	border-radius: 5px;*/
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	
}


.tableHeader3 {
	/*border-top: 2px solid #FF8800;
	border-right: 2px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 2px solid #FF8800;*/
	background: #023762;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	width: 520px;
	height: 32px;
	font-size:26px;
	font-weight:bold;
/*	background: url(bg/tableHeader2.png) no-repeat;*/
/*	background: url(bg/headerOrange.png) repeat-x; */
}

.tableContent3 {
	/*border-top: 1px solid #CCCCCC; 
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #EEEEEE; 
	background: #B7C7CA; */
	border: 1px solid #000000;
	background: #EAEAEA;
	padding: 5px 30px 10px 10px;
	color:#00000;
	margin: 0 0 20px 0;
	width: 498px;
	float: none;
}

.tableContent3 img{
	float: none;
	padding: 0;
	margin: 0;
	top: -10px;
	display:inline;
}






/* non used stuff at the bottom */



#container_top {
	top: 0px;
	left: 0px;
	height: 170px;
	width : 760px;
	padding: 0 0 0 0; 
	margin: 0;
	position: relative;
	background: url(background/top.gif) no-repeat;
	font-family: Arial;
	font-weight:bold;
	color: #AAAAAA;
	border: 0px solid #333333;
}



#container_top_buttons {
	top: 0px;
	left: 0px;
	margin: 0px; 
	padding: 10px 10px 10px 10px;
	height: 18x;
	width : 740px;
	position: relative;
	text-align: left;
	background:#0C2550;
	font-size: 15px;
	font-weight:bold;
	color: #FFFFFF;

/*	float: left;*/
}

#container_top_buttons a:link {color: #FFFFFF ; text-decoration:none;}     /* unvisited link */
#container_top_buttons a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
#container_top_buttons a:hover {color: #99FFFF; text-decoration: underline;}   /* mouse over link */
#container_top_buttons a:active {color: #99FFFF;}   /* selected link */


#float_img {
	float: right;
	padding: 5px;
}

#container_main_right h1{
	font-size:20px;
	padding: 0;
	margin: 0;
	color: #FF6600;
}

#container_main_left p{

	margin: 10px 10px 10px 0px;
}


#container_footer {
	height: 100px;
	padding: 0 20px 0 20px;
	color: #FFFFFF;
	text-align:center;
	font-size: 13px;
	/*background: url(background/footer.jpg) no-repeat;*/
}

#container_footer a {
	color: #FFFFFF;
	
}

#clearfooter {
	height: 30px;
	clear: both;
}





.tableHeader {
	/*border-top: 2px solid #FF8800;
	border-right: 2px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 2px solid #FF8800;*/
	width: 190px;
	height: 20px;
	background: #023762;
	padding: 7px 5px 3px 5px;
	color:#FFFFFF;
	text-align:center; 
	font-weight:bold;
/*	background: url(bg/tableHeader.png) no-repeat;*/
/*	background: url(bg/headerOrange.png) repeat-x; */

}

.tableContent {
/*	border-top: 1px solid #CCCCCC; 
	border-right: 2px solid #BBBBBB;
	border-bottom: 2px solid #BBBBBB;
	border-left: 2px solid #EEEEEE; */ 
	background: #DDDDDD;
	width: 190px;
	padding: 5px;
	color: #666666;
	/*text-align:center; */
	/*background: url(../background/2.png) repeat-y;)*/
}







#boxTop {
	width: 200px;
	height: 55px;
	background:url(../background/1.png) no-repeat;
	padding: 0px;
	margin: 0px;
}
#boxTopText {
	position: relative;
	top: 25px;
	left: 20px;
	width: 150px;
	color: #FFFFFF;
	font-weight:bold;
	}

#boxContent {
	width:170px;
	padding: 12px 12px 12px 20px;
	background:url(../background/2.png) repeat-y;
	font-size: 12px;
	
	
}

#boxBottom {
	width: 200px;
	background:url(../background/3.png) no-repeat; 
	height: 28px;
}

.tbHeadDark {
	background-color: #666666; 
	color: #FFFFFF; 
	font-weight: bold;
	text-align: center;
	height: 25px;
}

.tbHeadDark2 {
	background-color: #999999; 
	color: #FFFFFF; 
	font-weight: bold;
	text-align: center;
	height: 25px;
}

.tbHeadRed {
	color: #FF0000; 
	font-weight: bold;
	text-align: left;
	height: 30px;
	font-size: 18px;
	border:0px red solid;
}

.tbContRow1 {
	background-color: #DDDDFF; 
	/*background-color: #F0F4F0 ; */
/*	background-color: #EEEEEE ; */
	color: #000000; 
	height: 25px;
}



