/* 
  Those are the main and generic styles for this theme
*/
body {
  background: #2C4384 url("imgs/background.gif") repeat fixed;
  color: #050d24;
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}


td, p {
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}

a {
  color: #2f63b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {

}


/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.fullheight {
  height: 100%;
}



/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: bold;
  font-size: 25px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #658EFD;
  font-size: 25px;
}

h4 {
  color: #658EFD;
  font-size: 20px;
  font-weight: bold;
}

h5 {
  color: #666666;
  font-size: 10px;
}

h6 {
  color: #2f63b3;
  font: 13px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.fullwidth {
  width: 100%;
}

/* Navigation menu */
#navigation {
  padding-left: 10px;
  padding-right:10px;
}

#navigation a {
  font: 12px bold verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  padding-left: 2px;
  text-decoration: underline;
  font-weight: bold;
  
}

#navigation a:hover {
	text-decoration: underline;
    background: #990033;
	color: #FFFFFF;
}

#navigation3 a {
  font: 12px bold verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  padding-left: 2px;
  text-decoration: none;
  font-weight: bold;
  
}

#navigation3 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#navigation2 a {
  font: 10px bold verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  padding-left: 2px;
  text-decoration: none;
  font-weight: bold;
  
}

#navigation2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}