@charset "iso-8859-1";
/* CSS Document */
/* body and content*/
body {
	padding : 0;
	margin : 0;
	width: 100%;
}

#content {
	margin-top : 172px;
	margin-bottom : 30px;
	margin-left : 200px;
	margin-right : 25%;
	padding-left: 10px;
	
}

#content h1 {
      font-family : Arial, Helvetica, sans-serif;
      font-size : 120%;
      font-weight : normal;
      color : #006582;
      background-color : transparent;
}

#content h2 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 100%;
      font-weight: bold;
      color: #006582;
      background-color : transparent;
}

#content h3 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
	  font-weight : normal;
	  font-style:italic;
      color: #333;
      background-color : transparent;
	  
}

#content p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333;
	background-color : transparent;
	line-height : 140%;
	font-style: italic;
	font-weight: bold;
}
#content a
{color: #C00;}
#content a:hover
{color:#F30;}

#content ul {
font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 12px;
      font-weight : normal;
      color : #333;
      background-color : transparent;
      line-height : 140%;
	  }
#content ol {
font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 12px;
      font-weight : normal;
      color : #333;
      background-color : transparent;
      line-height : 140%;
	  }
/* logo and title*/

#logobg
{
width:96%;
background-image:url(../images/logobg.gif);
position:absolute;
left:2%;
top:5px;
height:131px;
z-index:48;
}

#logo
{
position:absolute;
left:2%;
top:5px;
z-index: 50;
}

#sidepic {
    position : absolute;
	top:5px;
	right: 2%;
	z-index: 49;
}

#underline
{
	position: absolute;
	top: 130px;
	left: 2%;
	width:96%;
	height:2px;
	font-size:1px;
	background-color:#FFFFFF;	
	border-bottom: 3px solid #33CCFF;
	border-top: 4px solid #900;
	z-index:51;
}

#title
{
	position: absolute;
	left:2%;
	top: 142px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	color:#006582;
	background-color:#FFFFFF;	
	width:96%;
	border-bottom: 1px dashed #FF0033;
	text-indent: 6px;
}


/*buttons and side boxes*/
#navigation {
	position : absolute;
	top: 172px;
	left : 2%;
	width : 155px;
	font-family: Arial, Helvetica, sans-serif;
}

.button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 4px;
	background-color: #008AB3;	
	padding-left: 6px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 3px;
}

.button a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00AEE1;
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-left: 6px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 3px;
}

.subbutton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #00AEE1;
	text-decoration: none;
	display: block;
	
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom: 1px solid #FFF;
	
	border-left: 5px solid #900;
	
}

.subbutton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FF6600;
	background-color: #DDF7FF;
	text-decoration: none;
	display: block;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom: 1px solid #FFF;
	
}

.button_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	display: block;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	height: 18px;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/button_top_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

.button_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
	display: block;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	height: 18px;
	background-image: url(../images/button_btm_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rightside
{
	position : absolute;
	top : 188px;
	right: 19px;
	width : 21%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	background-color:#FFFFFF;
}

#rightsidebox
{
	color: #333;
	border-top: 3px solid #900;
	background-image:url(../images/rightbox_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	font-style:italic;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 4px;
	margin-bottom:10px;
}
#rightsidebox a
{color: #C00;}
#rightsidebox a:hover
{color:#F30;}
.righttabletitle
{
	color: #006582;
	font-size: 120%;
	font-weight:bold;
}
.righttabletext
{
padding-left:6px;
}
.righttabletext a
{
color: #006582;
}

/*langlink changes*/
#horizontal_navbar
{
	position: absolute;
	top:3px;
	right: 0;
}

#horizontal_navbar ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}

#horizontal_navbar a
{
	float:left;
	width:4em;
	text-decoration:none;
	color:#FFF;
	background-color:#008AB3;	
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	padding-left:0.6em;
	padding-right:0.6em;
	border-right: 1px solid #FFF;
	font-size:11px;
}

#horizontal_navbar a:hover {
	background-color: #00AEE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	display:block;
	
}

#horizontal_navbar li {
float:right;
display:inline;}

.left_horiz_navbar {
	color: #900;	
	display:block;
	background-image: url(../images/langbar_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.right_horiz_navbar {	

	color:#900;
	background-image: url(../images/langbar_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
	border-right: 1px solid #FFF;
	display:block;
	
}


#footer {
	clear: both;
	width: 95%;
	margin-left: 2%;
	margin-top: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px dashed #F03;
	color: #000;
	}
#footer a
{color: #006582;}
#footer a:hover
{color:#CC0000;}


.smalltext
{color:#a9a9a9;
font-size: 10px;

}
#bodyfooter {
	
	width: 100%;
	margin-top: 10px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px dashed #F03;
	color: #000;
	background-position: bottom;
}
#content table tr td p strong {
	font-size: 12px;
}
#content table tr td blockquote blockquote p strong {
	font-size: 12px;
}
#content table tr td blockquote blockquote p strong {
	font-style: normal;
}
#content table tr td blockquote blockquote p strong {
	font-weight: normal;
}
#content table tr td blockquote p em {
	font-weight: normal;
}
