html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}

body 
{
	text-align: center;
	line-height: 15px;
	background-color: #fff;
	margin: 10px 0 10px 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #000;
}

ol, ul 
{
	list-style: none;
}

:focus 
{
	outline: 0;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* text */


body
{
	font-family: Arial, Helvetica, sans-serif; /*font-size: 10px;*/font-size: 12px; 
	/*color:#323E44;*/
	color: #000;
}

/* layout */

 
#wrapper
{
	width: 900px;
	margin: 0 auto;
}

#leftColumn
{
	float: left;
	width: 338px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}

#rightContent
{
	float: left;
	width: 542px;
	display: inline;
	margin-left: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}

#header
{
	
}
#mainMenu
{
	font-size: 13px;
	text-align: left;
	margin: 5px 5px;
}
#footerMenu
{
	margin-top: 5px;
}
#mainMenu ul li, #footerMenu ul li
{
	display: inline;
}
#mainMenu ul li a, #footerMenu ul li a
{
	font-weight: bold;
	display: inline-block;
	padding: 3px 10px 3px 5px;
	border-right: 1px solid #000;
}

#footerMenu ul li a
{
	border: 0;
}

#mainMenu ul li a:hover, #mainMenu ul li.current a,
#footerMenu ul li a:hover, #footerMenu ul li.current a
{
	color: #0B71B5;
}
#content
{
	margin: 10px 0 10px 10px;
	text-align: left;
}
#pcontent
{
	margin-top: 5px;
}
#ppcontent
{
	margin: 20px 10px;
}

#copyright
{
	margin-top: 15px;
	color: #666;
}
#footer
{
	width: 900px;
	margin-bottom: 20px;
	border-top: 1px solid #000;
}

/* table label value */

table.table2 tr
{
	
}
table.table2 td
{
	vertical-align: top;
	padding: 5px 0;
	border-bottom: 1px solid #555;
	
}
table.table2 td.label
{
	width: 130px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
table.table2 td.value
{
	text-align: left;
	padding-left: 5px;
	color: #555;
}

/* lists default */

dt
{
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
dd
{
	margin-left: 15px;
	margin-top: 2px;
}



/* list */
dl.list dd
{
	margin-bottom: 10px;	
	margin-left:0;	
}

dl.anim-list dd a:hover
{
	text-decoration: underline;
}


/* util */

.clear
{
	clear: both;
}

a.link
{
	font-weight: bold;
	color: #0000ff;
}


/* alinks */
.aemail
{
	background: url(../../images/a_link/icon_mailto.gif) center right no-repeat;
	padding-right: 20px;
	padding-top: 1px;
	
}

.alink
{
	background: url(../../images/a_link/icon_external.gif) center right no-repeat;
	padding-right: 20px;
	
}

.apdf
{
	background: url(../../images/a_link/icon_pdf.gif) center right no-repeat;
	padding-right: 20px;
	padding-top:10px;
	padding-bottom: 10px;
}
