body {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #333;
	line-height: 1.3em;
	
	background: #0B396A;

	padding: 10px 5px;
	margin: 0;
}

div#wrapper {
	text-align: left;
	width: 994px;
}

table {
	margin: 0px;
	padding: 0px;
	
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	
	width: 100%;
	height: 100%;
}

table td {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #135CAE;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0B3768;
	cursor: pointer;
}

h3 {
	font-size: 14px;
	margin: 10px 0;
}

div#header {
	height: 100%;
	background: url(../images/mw_header_t.jpg) 0 0 repeat-x;
}

td.header_l {
	width: 37px;
	height: 100%;
	background: url(../images/mw_header_t_l.jpg) 0 0 no-repeat;
}

td.header_r {
	width: 37px;
	height: 100%;
	background: url(../images/mw_header_t_r.jpg) 0 0 no-repeat;
}

div#logo {
	margin-left: 20px;
	margin-top: 20px;
	width: 87px;
	height: 100px;
	background: url(../images/atsaq_logo.png) 0 0 no-repeat;
}

div#title {
	margin-top: 42px;
	width: 800px;
	height: 35px;
	background: url(../images/atsaq_title.png) 0 0 no-repeat;
}

div#tabarea {
	height: 100%;
	background: url(../images/mw_header_b.png) 0 0 repeat-x;
}

td.tabarea_l
{
	width: 26px;
	height: 100%;
	background: url(../images/mw_header_b_l.png) 0 0 no-repeat;
}

td.tabarea_r {
	width: 26px;
	height: 100%;
	background: url(../images/mw_header_b_r.png) 0 0 no-repeat;
}

td.pill_l {
	background: url(../images/mw_menu_cap_l.png) no-repeat;
	width:  20px;
	height: 32px;
}

td.pill_m {
	background: url(../images/mw_menu_normal_bg.png) repeat-x;
	padding: 0;
	margin: 0;
	width: auto;
}

td.pill_r {
	background: url(../images/mw_menu_cap_r.png) no-repeat;
	width:  19px;
	height: 32px;
}

ul#pillmenu {
	list-style: none;
	height: 32px;
	padding: 0;
	margin: 0;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	float:left;
	display:block;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
}

#pillmenu a:hover {	color: #135CAE; }

#searchword {
	width: 145px;
	border: 1px solid #CCC;
	font-size: 12px;
}

td.whitebox_t {
	width: auto;
	height: 13px;
	background: #FFF url(../images/mw_content_t.png) 0 0 repeat-x;
}

td.whitebox_tl {
	width: 23px;
	height: 13px;
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

td.whitebox_tr {
	width: 23px;
	height: 13px;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

td.whitebox_m {
	background: #FFF;
}

td.whitebox_ml {
	width: 10px;
	height: 13px;
	background: #FFF url(../images/mw_content_m_l.jpg) 0 0 repeat-y;
}

td.whitebox_mr {
	width: 10px;
	height: 13px;
	background: #FFF url(../images/mw_content_m_r.jpg) 100% 0 repeat-y;
}

td.leftcolumn {
	width: 180px;
	padding: 5px;
}

/* Leftside Navigation Menu */
div#leftmenu {	
	padding-top: 20px;
	width: auto;
	border: 1px solid #D8E8F5;
	background: #FFF url(../images/menu_top.jpg) 0 0;
}

div#leftmenubottoom {	
	margin-left: -1px;
	padding-bottom: 10px;
	width: 100%;
	border: 1px solid #D8E8F5;
	background: #FFF url(../images/menu_bottom.jpg) 0 100% repeat-x;
}

ul#navmenu {
	position: relative;
	margin: 10px 0 15px 0;
	padding: 0px;
	list-style: none;
}

ul#navmenu li {
	position: relative;
	padding: 0 10px;
	border: 1px solid #FFF;
}

ul#navmenu a {
	font-weight: bold;
	display: block;
	padding: 3px 5px;
	border: 1px solid #FFF;	
}

ul#navmenu a:hover, ul#navmenu li.lihover a {
	background: #DAF0FC url(../images/menu_selected.jpg) 0 0 repeat-x;
	border: 1px solid #B9EAFF;
}

/* Second-level Menu */
ul#navmenu ul {
	margin: 0px;
	padding: 10px 0;
	list-style: none;

	display: none;
	position: absolute;
	left: 177px;
	top: -12px;
	
	width: 180px;
	
	border: 1px solid #D8E8F5;
	background: #FFF;
}

ul#navmenu ul ul { left: 179px; }

ul#navmenu ul li {
	position: relative;
	padding: 0 10px;
	border: 1px solid #FFF;
}

ul#navmenu li.lihover li a {
	background: #FFF;
	border: 1px solid #FFF;
}

ul#navmenu li.lihover li.lihover a {
	background: #DAF0FC url(../images/menu_selected.jpg) 0 0 repeat-x;
	border: 1px solid #B9EAFF;
}

ul#navmenu li.lihover ul ul { display: none; }
ul#navmenu li.lihover ul { display: block; }

/* Third-level Menu */
ul#navmenu li.lihover li.lihover li a {
	background: #FFF;
	border: 1px solid #FFF;
}

ul#navmenu li.lihover li.lihover li.lihover a {
	background: #DAF0FC url(../images/menu_selected.jpg) 0 0 repeat-x;
	border: 1px solid #B9EAFF;
}

ul#navmenu li.lihover li.lihover ul { display: block; }

td.whitebox_b {
	width: auto;
	height: 13px;
	background: #FFF url(../images/mw_content_b.png) 0 100% repeat-x;
}

td.whitebox_bl {
	width: 23px;
	height: 13px;
	background: url(../images/mw_content_b_l.png) 0 0 no-repeat;
}

td.whitebox_br {
	width: 13px;
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 0 no-repeat;
}

td.footer {
	background: #F7F7F7 url(../images/mw_footer_b.png) 0 100% repeat-x;
}

td.footer_l {
	width: 40px;
	height: 100%;
	background: url(../images/mw_footer_b_l.png) 0 100% no-repeat;
}

td.footer_r {
	width: 40px;
	height: 100%;
	background: url(../images/mw_footer_b_r.png) 0 100% no-repeat;
}

table#tbcert4 {
	border: 1px solid black;
}

table#tbcert4 th, 
table#tbcert4 td {
	padding: 5px 15px;
	border: 1px solid black;
	vertical-align: top;
}

table.tbcert1 {
	border: 1px solid black;
}

table.tbcert1 th, 
table.tbcert1 td {
	padding: 5px 15px;
	vertical-align: top;
}
