* {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

body {
  background: #fff url(/images/style/bg.body.png) 0% 0% repeat-x;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

a:link, a:visited {
  color: #0f0059;
  font-weight: bold;
}

a:hover, a:active {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #009;
  font-family: Palatino, Garamond, Times, "Times New Roman", serif;
}

h2 {
  margin: 1em 0;
  border-bottom: 1px dotted #333;
  padding: 0 0 .25em;
  font-size: 150%;
  line-height: 1.25em;
}

h3 {
	margin: 0 0 .25em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

h4 {
	margin: 0 0 .25em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

p {
  margin: 0 0 1em;
  font-size: 95%;
}

ol, ul {
  margin: 1em 3em;
  font-size: 95%;
}

em {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 95%;
  font-style: italic;
}

strong {
  font-weight: bold;
}

/*  --------------------------------------------------
    LAYOUT
    --------------------------------------------------  */

/*  -------------------------
    HEAD
    -------------------------  */
    
div#head {
  width: 800px;
  margin: 0 auto;
}

div#head ul {
  margin-top: 0;
  list-style: none;
}

h1#logo {
  float: left;
  width: 535px;
  height: 81px;
	/*Was 81px, or 57px*/
  background: transparent url(/images/style/bg.logo.png) 0% 50% no-repeat;
  text-indent: -10000px;
}

ul#org-nav {
  float: right;
  background-color: #291e78;
  overflow: hidden;
  font-size: 65%;
}

ul#org-nav li {
  float: left;
  padding: .25em 0;
}

ul#org-nav li a {
  padding: 0 1.5em;
  color: #fff;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

ul#org-nav li.home {
  background: transparent url(/images/style/bg.head.home.png) 0% 100% no-repeat;
}

ul#org-nav li.home a {
  border-right: 1px solid #fff;
}

ul#org-nav li.contact {
  background: transparent url(/images/style/bg.head.contact.png) 100% 100% no-repeat;
}

ul#site-nav {
  clear: both;
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  background: transparent url(/images/style/bg.site-nav.border.png) 0% 0% no-repeat;
}

ul#site-nav li {
  float: left;
  width: 20%;
  height: 33px;
  background: transparent url(/images/style/bg.site-nav.border.png) 100% 0% no-repeat;
}

ul#site-nav li a {
  display: block;
  color: #000;
  font-size: 80%;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

ul#site-nav li.bmun a {
  border-left: 0;
}

body.bmun li.bmun a,
body.advisors li.advisors a,
body.delegates li.delegates a,
body.join li.join a,
body.secretariat li.secretariat a {
  background: #fff url(/images/style/bg.site-nav.active.png) 0% 0% repeat-x;
}

/*  -------------------------
    CONTENT
    -------------------------  */
    
div#content {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
}

div#left-column {
  float: left;
  width: 200px;
  font-size: 70%;
  padding-bottom: 50px;
}

div#left-column dl {
  margin: 2em 3.5em 0 0;
  line-height: 1em;
}

div#left-column dl a {
  color: #333;
  font-weight: normal;
}

div#left-column dl dt {
  margin: 0 0 .25em;
  padding-left: 1em;
  background: transparent url(/images/style/bg.sub-nav.head.png) 0% 50% no-repeat;
  font-family: Palatino, Garamond, Times, "Times New Roman", serif;
  font-weight: bold;
  text-transform: uppercase;
}

div#left-column dl dd a {
  display: block;
  margin: .75em 0 0 1.75em;
  padding-left: 1em;
}

div#left-column dl {
  margin: 4em 3.5em 0 0;
  border-top: 1px dotted #666;
  padding-top: 2em;
}

dl dd a.active {
  background: transparent url(/images/style/bg.sub-nav.active.png) 0% 50% no-repeat;
  font-weight: bold !important;
  text-decoration: underline;
} 

div#right-column {
  margin: 0 0 2em 200px;
  padding-bottom: 50px;
  font-size: 80%;
  line-height: 1.5em;
}

body.home div#right-column {
  padding-bottom: 0;
}

div#right-column h2 {
  padding-top: .25em;
  font-size: 200%;
}

/* ----- Deadlines ----- */

div#right-column h3.date {
  float: left;
  width: 150px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

div#right-column dl.deadline {
  margin-left: 150px;
}

div#right-column dl.deadline dt {
  margin-bottom: .5em;
  font-weight: bold;
}

div.hr {
  margin: 1em 0;
  border-top: 1px dotted #666;
}

/* ----- Officers ----- */

div.profile {
  margin-bottom: 2em;
  border-bottom: 1px dotted #999;
  padding-bottom: 1em;
}

div.profile.last {
  border: 0;
}

img.mug {
  float: left;
  border: 1px solid #003;
}

div.profile h3 {
  margin: 0 0 0 120px;
  font-size: 125%;
  font-weight: bold;
  line-height: 1em;
}

div.profile span.title {
  display: block;
  margin: .5em 0 .5em 120px;
  color: #666;
  font-style: italic;
  line-height: 1em;
}

div.profile p {
  margin-left: 120px;
}

/* ----- Log In ----- */

form {
  width: 100%;
  background-color: #dde0c6;
}

form a {
  text-decoration: underline;
}

form a:hover {
  text-decoration: none;
}

form p,
form div,
form table td {
  margin: 0;
  padding: 1em 2em;
  overflow: hidden;
}

form div,
form td {
  border-top: 1px dotted #999;
}

form td {
  width: 10px;
  margin-top: -1px;
}

form label {
  display: block;
  float: left;
  width: 125px;
}

form input {
  border: 1px solid #999;
  padding: .25em;
}

form input#submit {
  margin-left: 125px;
}

form a.forgot-password {
  margin-left: 1em;
}

/*  -------------------------
    HOME PAGE
    -------------------------  */

body.home div#left-column {
  float: left;
  width: 520px;
  padding: 0 10px 0 0;
  color: #666;
  font-size: 100%;
}

body.home div#right-column {
  margin: 0 0 0 530px;
  color: #000;
  font-size: 75%;
  line-height: 1.5em;
}

body.home div#right-column h3 {
  margin: 0 1em 0;
  padding: .75em 0 .5em;
  color: #433b10;
  font-size: 145%;
  font-style: italic;
  font-weight: bold;
}

body.home div#right-column dl,
body.home div#right-column ul {
  margin: 0 1.4em;
  padding-bottom: .1em;
}

body.home div#right-column ul {
  list-style: none;
  font-size: 100%;
}

body.home div#news {
  background-color: #e2e3cc;
}

body.home div#news ul li {
  margin: 0 0 1em;
  border-top: 1px dotted #a99f76;
  padding: 1em 0 0;
}

body.home div#dates {
  padding-bottom: 1em;
  background: #e5e9ae url(/images/style/bg.dates.png) 0% 0% repeat-x;
}

body.home div#dates dl dt {
  border-top: 1px dotted #a99f76;
  padding: 1em 0 0;
}

body.home div#dates dl dd {
  padding: 0 0 1em 2em;
}

body.home div#dates dl dd p {
  margin: 0;
}

/*  -------------------------
    FOOTER
    -------------------------  */

div#footer {
  clear: both;
  width: 100%;
  padding: 1em 0;
  background-color: #0f0059;
  color: #8784c7;
  font-size: 70%;
  line-height: 1em;
}

div#footer a {
  color: #8784c7;
  font-weight: normal;
}

div#footer a:hover {
  text-decoration: underline;
}

ul#footer-nav {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

ul#footer-nav li {
  display: inline;
  padding: 0 1em;
  border-left: 1px solid #8784c7;
}

ul#footer-nav li.first {
  border: 0;
}

div#footer p {
  margin: 1em 0 0;
  text-align: center;
}

div.hr hr {
  display: none;
}

p.error {
  border: 1px solid #c00;
  padding: 1em;
  background-color: #fcc;
  color: #c00;
  font-weight: bold;
}