/*
File: Styles.css
Author: Joel Yoder
*/

/* Common Styles */

h1
{
  font-size: 24px;
  font-family: Arial, Verdana, Sans;
  font-weight: bold;
  color: #1664DA;
}

h2
{
  font-size: 20px;
  font-family: Arial, Verdana, Sans;
  font-weight: normal;
  color: #1664DA;
}

h3
{
  font-size: 18px;
  font-family: Arial, Verdana, Sans;
  font-weight: bold;
  color: #1664DA;
}

h4
{
	font-size: 14px;
	font-family: Arial, Verdana, Sans;
	font-weight: bold;
	color: #1664DA;
	background: #fffff0;
	padding: 2px 2px;
}

a:link,
a:hover,
a:active,
a:visited
{
  text-decoration: none;
}

a:link
{
  color: #1664DA;
  border-bottom: #1664DA dashed 1px;
}

a:hover
{
  color: #000;
  border-bottom: #000 dashed 1px;
}

a:active
{
  color: #FFF;
  border-bottom: #FFF dashed 1px;
}

a:visited
{
  color: #1664DA;
  border-bottom: #1664DA dashed 1px;
}

a:hover
{
  color: #000;
  border-bottom: #000 dashed 1px;
}

/* Body */

body
{
  background: url("Images/Page-Background.png") repeat-x top center;
  font-family: "Times New Roman", Times, Serif;
  font-weight: normal;
}

/* Page */

#Page
{
background: white url("Images/Page-Background.png") repeat-x top center;

}

/* Content */

#Content
{
  background: #D4DADE;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#Content P
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fffff0;
	padding: 2px 2px;
}

#ino P
{
	background: #fffff0;
	padding: 4px 2px;
}

/* Title */

#Title
{
  background: #D4DADE url("Images/Title.png") repeat-x top center;
}

#Title h1
{
  color: #1664DA;
  padding: 10px;
  font-family: Arial;
  font-size: 32px;
  font-weight: normal;
}

/* Заголовок  */

#zag
{
  background: #D4DADE ;
}

#zag h3
{
	color: #f2a633;
	padding: 2px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
}


/* Navigation */

#Navigation
{

  background: url("Images/Navigation-Off.png") repeat-x;
}

#Navigation a
{
  padding: 4px 10px 6px 10px;
  text-decoration: none;
  line-height: 25px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12pt;
  color: #000000;
  border-style: hidden;
}

#Navigation a:link
{
  color: #000000;
}

#Navigation a:hover
{
  color: #FFFFFF;
  background: url("Images/Navigation-On.png") repeat-x;
}

#Navigation a:active
{
  color: #FFFFFF;
  background: url("Images/Navigation-On.png") repeat-x;
}

#Navigation a:visited
{
  color: #000000;
}

#Navigation a:hover
{
  color: #FFFFFF;
  background: url("Images/Navigation-On.png") repeat-x;
}

#Navigation a#current
{
  color: #000000;
  background: url("Images/Navigation-On.png") repeat-x;
  font-weight: bold;
}

/* Footer */

#Footer
{
  line-height: 40px;
  background: url("Images/Footer.png") repeat-x bottom #D4DADE;
  color: #777;
}

#Footer P
{
	font-size: 8px;
}

#Footer a:link,
a:hover,
a:active,
a:visited
{
  text-decoration: none;
  border-bottom: #1664DA dashed 0px;
}
