/* Stylesheet for Queen's Hillel -- © 2009 Adam Sniderman */
/* CSS for full website */

/* Reset */

* {
  margin: 0;
  padding: 0;
}

* html #wrap {
  min-height: 100%;
}

/*--------------------------------------------------*/

html {
  height: 100%;
  overflow: inherit;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url('../images/bgback.gif');
  background-repeat: repeat;
	background-attachment: fixed;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* To center page on any monitor */

#wrap {
  width: 925px;
  height: 100%;
  margin: 0 auto;
}

/*--------------------------------------------------*/

.background {
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 10px;
  width: 925px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/bgfront.gif');
  background-repeat: repeat-y;
}

.banner {
  position: relative;
  left: 0px;
  right: 0px;
  top: 10px;
  width: 925px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-image: url('../images/banner.gif');
}

.pagetitle {
  position: relative;
  top: -50px;
  right: -300px;
  width: 625px;
  height: 140px;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 925px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/footer.gif');
}

.clearfooter {
  position: relative;
  bottom: 0;
  clear: both;
  height: 10px;
}

/*--------------------------------------------------*/

p {
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  line-height: 130%;
  color: #000000;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  color: #000000;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
  color: #000000;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  color: #009900;
}

/*--------------------------------------------------*/

.content {
  position: relative;
  width: 655px;
  top: -75px;
  right: 22px;
  float: right;
  margin-bottom: 20px;
}
	
.content a:link {
  text-decoration: none;
  color: #006699;
}

.content a:visited {
  text-decoration: none;
  color: #006699;
}

.content a:hover {
  text-decoration: underline;
  color: #003366;
}

/*--------------------------------------------------*/

.topmenu {
  position: relative;
  top: -241px;
  left: 663px;
  width: 300px;
  font-size: 14px;
  font-weight: bold;
  font-variant: small-caps;
  color: #FFFFFF;
}

.topmenu a:link {
  text-decoration: none;
  color: #FFFFFF;
}

.topmenu a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.topmenu a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}	

/*--------------------------------------------------*/

.leftmenu {
  position: relative;
  top: -125px;
  float: left;
  padding-top: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  width: 215px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.leftmenu a:link {
  text-decoration: none;
  color: #FFFFFF;
}

.leftmenu a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.leftmenu a:hover {
  text-decoration: underline;
  color: #99CCFF;
}

/*--------------------------------------------------*/

.selected {
  font-size: 13px;
  font-weight: bold;
  color: #00FFFF;
  width: 190px;
}

.selected a:link {
  text-decoration: none;
  color: #00FFFF;
}

.selected a:visited {
  text-decoration: none;
  color: #00FFFF;
}

.selected a:hover {
  text-decoration: underline;
  color: #99CCFF;
}

/*--------------------------------------------------*/

.lev2 {
  font-size: 12px;
  font-weight: normal;
  margin-left: 40px;
}

.lev2 a:link {
  text-decoration: none;
  color: #FFFFFF;
}

.lev2 a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.lev2 a:hover {
  text-decoration: underline;
  color: #99CCFF;
}

/*--------------------------------------------------*/

.lev3 {
  font-size: 12px;
  font-weight: normal;
  margin-left: 15px;
}

.lev3 a:link {
  text-decoration: none;
  color: #FFFFFF;
}

.lev3 a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.lev3 a:hover {
  text-decoration: underline;
  color: #99CCFF;
}

/*--------------------------------------------------*/

img {
  border: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 25px;
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 25px;
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
}

/*--------------------------------------------------*/