/*Localizable definitions:
font families
font sizes
*/

body 
{
  background-color: #000000; 
  color: #000000;
  font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
  width: 800px;
  height: 100%;
  overflow:hidden;
}

div#sxHeader /* Creates Nonscrolling header region */
{
  position: absolute;
  top: 0px;
  width: 800px; 
  padding: 75px 0px 0px 0px;
  border-bottom: 1px solid #999999;
  background-image: url(images/banner.bmp);
}

#nav {
	height:21px;
	width: 800px;
	/*background-color: #000;*/
	margin: 1px 0px 0px -2px;
        text-align: right;
}

#nav ul {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#nav li {
	display: inline;
}



#nav img { padding: 0px; margin: 0px }
#nav a { 
  color: #ffffff;
  display: inline-block;
  width: 100px; 
  height: 20px; 
  background-image: URL(images/button_norm.gif); 
  background-repeat: none;
  text-align: center; 
  text-decoration: none; 
  padding: 3px 0px 0px 0px; 
  margin: 0px;
}

#nav a:hover { 
  color: #000000; 
  display: inline-block;
  width: 100px; 
  height: 20px; 
  background-image: url(images/button_press.gif); 
  background-repeat: none;
  text-align: center;
  text-decoration: none; 
  padding: 3px 0px 0px 0px; 
  margin: 0px;
}

div#sxFooter
{ 
  position: absolute;
  bottom: 0px;
  width: 800px; 
  padding: 1px 0px 1px 0px;
  border-top: 1px solid #999999;
  background-image: url('images/footer.bmp');
  background-repeat: repeat-x;
  text-align:left;
}

/*----------------------------------------------------------------------------- 
 Fixing the header and footer
 ---------------------------------------------------------------------------- */
div#sxContent
{
  overflow:auto;
  position: absolute;
  top: 100px;
  bottom: 21px;
  width: 700px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 75%;
  text-align:justify;
  background-color: #FFFFFF;
}

/*----------------------------------------------------------------------------- 
 Fixing the header and footer
 ---------------------------------------------------------------------------- */
@media screen
{
  body>div#sxHeader
  {
    position:fixed;
  }
  body>div#sxFooter
  {
    position:fixed;
  }
}

/*----------------------------------------------------------------------------- 
 Heading styles
 ---------------------------------------------------------------------------- */
div#sxPageHeading
{
  font-size: 85%;
  font-style: italic;
  color: #CB0D28;
  font-weight: bold;
}
	h1		{font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 125%; margin-top: .4em; margin-bottom: .5em;}
	h2		{font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 110%; margin-top: .5em; margin-bottom: .5em;}
	h3		{font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;}
	h4		{font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%; margin-top: 1.2em; margin-bottom: .2em; font-weight: bold;}
	h5		{font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%; margin-top: 1.2em; font-weight: bold;}
		

/* --------------------------------------------------
                      LINK STYLES
--------------------------------------------------- */

a:link
{
	color: #0000ff;
}

a:visited
{
	color: #0000ff;
}

a:hover
{
	color: #3366ff;
}



/* --------------------------------------------------
                     TEXT STYLES
--------------------------------------------------- */

p
	{
	margin: .5em 0em .5em 0em;
	}

/* --------------------------------------------------
                    GRAPHIC STYLES
--------------------------------------------------- */

img
	{
	border: none; 
	}

/* --------------------------------------------------
                     LIST STYLES
--------------------------------------------------- */

ol, ul
	{
	margin: .5em 0em 0em 2em; 
	padding-left: 0em;
	}
li
	{
	margin-bottom: 0.5em;
	}
ul p, ol p, dl p
	{
	margin-left: 0em;
	}
ul p.label, ol p.label
	{
	margin-top: .5em;
	}
ul.none 
{
  list-style-type: none;
  marker-offset: 400pt;
}

li.main
{
  margin-bottom: 1em;
}


/* --------------------------------------------------
                    TABLE STYLES
--------------------------------------------------- */
table {
  font-size: 98%;
}



#tooltip { text-decoration: underline }

.withBorder
{
  border: 3px solid;
  padding: 10px;
  border-color: #F4536B;
  border-style: groove;
  -moz-border-radius: 5px;

}
.ankaSoftware
{
  color: #CB0D28;
  font-family: verdana; 
  font-weight: 700;
  font-size: 120%;
}
