html, body, div, span, applet, object, iframe, 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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: White;
 color: Black;
 text-align: center;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a {
 color: #1585B0;
 text-decoration: underline;
	background: transparent;
 outline: none;
}

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { color: #2A2261; text-decoration: none; }
a:active { text-decoration: underline; }

#wrapper {
 width: 900px;
 margin: 10px auto;
}

#container {
	background: White;
	color: Black;	
	min-height: 670px;	
 position: relative;
 text-align: left;
}

#content { padding: 5px; }

p {
	text-align: justify;
	font: .8em/1.4em Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding-bottom: 12px;
}

h1 {
 color: #1585B0; 
 font: bold 14pt Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 margin-top: 0px;
}

h2 {
 color: #1585B0; 
 font: bold 12pt Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

ul {
 list-style: disc;
 margin-bottom: 10px;
 margin-left: 10px;
}

li {
 font: bold .8em/1.4em Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 margin-left: 25px;
}

.footer {
 color: #1585b0;
 font: 8pt/14pt Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 padding-top: 5px;
 border-top: 1px solid #1585b0;
 position: relative;
 top: 25px;
 left: 0px;
 width: 900px;
 height: 50px;
 text-align: left;
}

.footer a { color: #1585b0; text-decoration: underline; }

.footer a:hover { color: #2a2261; text-decoration: underline; }

#header {
	height: 140px;	
	text-align: left; 
 position: relative;
}

#header .logo {
 text-align: left;
 position: relative;
 top: 0px;
 left: 0px;
 width: 135px;
}

#header .topbar {
 position: absolute;
 top: 15px;
 left: 218px;
 width: 683px;
}

.mainbody {
 text-align: left;
 position: relative;
 top: 10px;
 left: 0px;
 width: 900px;
}

.maincontent {
 text-align: left;
 position: relative;
 top: 0px;
 left: 218px;
 width: 683px;
 border: 1px solid White;
}

.bordero {
 padding-top: 10px;
 padding-right: 20px;
 padding-left: 20px;
 border: solid 1px #1585b0;
 position: relative;
 top: 0px;
 left: 0px;
 width: 600px;
}

.tabler {
 color: #1585b0;
 font-size: 9pt;
 font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 position: relative;
 top: 0px;
 left: 0px;
 width: 550px;
}

#navigation-outer { position: absolute; top: 0px; left: 0px; width: 193px; }
.navigation { width: 193px; }
.navigation ul { list-style: none; margin: 0px; padding: 0px; }
.navigation li { margin: 0px; padding: 0px; }

.navigation li a:link, .navigation li a:visited {
 display: block;
 background: transparent url(../templateimages/menu2_dblue.gif) no-repeat 0px 0px;
 width: 193px;
 height: 32px;
 font: bold 12px Arial, Helvetica, sans-serif;
 color: White;
 text-align: left;
 text-decoration: none;
 padding: 10px 0px 0px 10px;
}

.navigation li.selected a:link, .navigation li.selected a:visited  {
 background-image: url(../templateimages/menu2_lblue.gif);
}

.navigation li a:hover { color: Silver; }

.float_left {
 float: left;
 border: none;
 margin-right: 10px;
 margin-bottom: 10px;
}

.float_right {
 float: right;
 border: none;
 margin-left: 10px;
 margin-bottom: 10px;
}

#language {
   position: absolute;
   top: 20px;
   right: 0px;
   width: 250px;
   height: 50px;
}

#breadcrumb span#prefix {
 color: Gray;
 font-style: italic;
}

#minimenu {
 border-top: 1px solid #DFDFDF;
 border-bottom: 1px solid #DFDFDF;
 padding-top: 6px;
 margin-bottom: 12px;
}

#minimenu p { text-align: center; }

#minimenu span#prefix { color: Gray; }

#custommenu {
 height: 20px;
 margin: 10px 0px;
 padding: 0px;		
}

#custommenu ul {
 text-align: center;
 padding: 0px;
 margin: 0px;
 color: Black;
 height: 20px;
 font: bold 14px Verdana, Arial,Helvetica,sans-serif;
}

#custommenu ul li {
 float: left;
 padding: 0px 20px; 
 list-style-type: none; 
 height: 20px;
	border-left: 1px solid #DFDFDF;
}

#custommenu ul li.first { border-left: none; }

#custommenu ul li a {
 float: left;
 padding: 1px 0px 5px 0px;
 color: Black;
 text-decoration: none;
 width: 100%;
 margin: 0px;
 height: 14px;	
}

#custommenu ul li a:hover { text-decoration: underline; }

#newsdetail h2 {
 color: #00599A;
 padding: 6px 2px 6px 0px;
 font: bold 1em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#news div.newslistitem {
 border-left: 4px solid #00599A;
 margin-bottom: 12px;
 padding-left: 4px;
}

#news p { margin: 0px; }

#news p.date {
 font-weight: bold;
 color: #AAAAAA;
 background: White url(../templateimages/mini-calendar.gif) no-repeat 0px 0px;
 padding-left: 20px;
}

#news p.back {
 clear: both;
 border-top: 1px solid silver;
}

#news a { color: #00599A; text-decoration: none;}
#news a:hover { color: Black; text-decoration: underline;}
#news h3 {
 font: bold 1em Arial, Helvetica, sans-serif;
 margin: 10px 0px 0px 0px;
 padding: 0px;
 text-transform: uppercase;
}

#news ul {
 margin: 0px 0px 0px 20px;
 list-style: square;
 font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#news #newsdetail p.date {
 font-weight: bold;
 color: #AAAAAA;
 background: White url(../templateimages/mini-calendar.gif) no-repeat 0px 0px;
 padding-left: 20px; 
}

#news #newsdetail p.link {
 
}

#news #newsdetail p.release {
 font-style: italic;
 color: #AAAAAA;
}

#news #newsdetail .image_left { float: left; margin-right: 10px; margin-bottom: 10px; border: none; }

#news #newsdetail .image_right { float: right; margin-left: 10px; margin-bottom: 10px; border: none; }

#news #newsdetail .image_center { text-align: center; margin-bottom: 10px; border: none; }

#news #newsdetail p.caption { font-style: italic; font-size: 70%; color: Gray; }

div.testimonial {
 background: transparent url(../templateimages/quote-open.gif) no-repeat 0px 0px;
 padding: 4px 0px 0px 40px;
}

div.testimonial .inner{
 background: transparent url(../templateimages/quote-close.gif) no-repeat bottom right;
 padding: 4px 40px 0px 0px;
 margin-bottom: 30px;
}

div.testimonial p.author {
 text-align: right;
 font-weight: bold;
}

div.testimonial p.link {
 text-align: left;
 background: transparent url(../templateimages/website.gif) no-repeat 0px 0px;
 padding-left: 20px; 
}

#interview {
 border: 1px solid #F0F0F0;
 margin-top: 20px;
 padding: 20px;
 background: #FAFAFA;
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
}

#interview img {
 border: 1px solid silver;
}

#interview h2 { margin: 0px; }

#interview p.date { font-style: italic; color: Gray; }
#interview p.intro { font-weight: bold; }

#interview p.question { font-weight: bold; padding-bottom: 0px; }

#interview p.link {
 background: transparent url(../templateimages/9dot_bullet.gif) no-repeat left center;
 color: #999999;
 font-size: 130%;
 font-weight: bold;
 padding-left: 30px;
 padding-bottom: 0px;
}

#home_news {
 border: 1px solid #F0F0F0;
 float: right;
 margin-left: 20px; 
 margin-bottom: 20px; 
 background: #FAFAFA;
 padding: 0px 10px;
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
}

#home_news ul {
 margin: 0px 0px 10px 0px;
 padding: 0px;
 list-style: none;
}

#home_news li {
 margin-left: 5px;
}

