body {
	font-family: Arial, Helvetica, sans-serif;
        background: #89052c url(../images/bgstrip3.jpg) center repeat-y;
    font-size: 70%;
    color: #ffffff;
}
a {
color: #fff;
    text-decoration: none;
    font-weight: 900;
}
a:hover {
	color: #17010e;
}
strong {
    font-weight: bold;
}
#logo {
	margin-top: 19px;
	margin-left: 700px;
}
.wrapper {
	background: url(../images/back.jpg) -1px top no-repeat;
	width: 1000px;
	margin: 0 auto;
}
.container {
	width: 878px;
	margin: 0 auto;
}
h2.contact-title {
    font-weight: 500;
}

/* TYPOGRAPHY */

h1,h2,h3,h4,h5,h6 { font-weight: normal; font-family: Arial, Helvetica, sans-serif;}
h1, h2 { font-size: 2em; line-height: 1.8em; margin-bottom: 0.5em; }
p { margin: 1em 0; font-size: 110%;line-height: 1.2em;}

/* END TYPE */

/* NAVIGATION */
#navigation {
	border-bottom:2px dotted;
	border-top:2px dotted;
	font-size:120%;
	list-style-type:none;
	margin-left:60px;
	width:535px;
}

#navigation ul {
    list-style-type: none;
}

#navigation ul li {
    display: block;
    float: left;
    padding: 0px 12px;
    margin: 8px 0;
    padding:3px 30px 3px 20px;
    background: url(../images/plus_sign.png) right no-repeat;
}

#navigation ul li.first {
	padding:3px 30px 3px 0;
}

#navigation ul li.last {
	background-image:none;
}

#navigation ul li.last {
    border-right: none;
	padding-right: 0;
}

#navigation ul li a {
    color: #fff;
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
#navigation ul li a:hover {
    color: #17010e;
}

/* END NAVIGATION */

/* STRUCTURE */
.col {
	float: left;
}
.left {
	width: 535px;
	margin-top: 70px;
	margin-right: 112px;
}

.right {
	width: 231px;
}

#publications .left, #publications .right {
	border-top: 2px dotted #fff;
	margin-top: 20px;
	padding-bottom: 50px;
}

img.left {
    width: auto;
    margin-top: 0 !important;
    padding: 0;
    border: none !important;
}
/* END STRUCTURE */

/* RIGHT COL UL */
#ctas {
	font-size: 150%;
	margin-top: 80px;
}
#ctas li {
	background: url(../images/arrow.png) left no-repeat;
	border-bottom: 2px dotted #fff;
	padding: 15px 0;
}
#ctas li.last {
	border-bottom: none;
}
#ctas li a {
	margin-left:25px;
	color: #fff;
	text-decoration:none;
}
#ctas li a:hover {
	color: #17010e;
}
/* END RIGHT COL UL */
#publications h2 {
	font-size: 140%;	
	color: #c7115b;
	display: inline-block;
	padding-right:25px;
	margin-top: 15px;
	background: url(../images/arrow.png) right no-repeat;
}
#publications img, #publications table td img {
	margin-right: 17px;
}

#contact-left, #contact-right {
    float: left;
    width: 267px;
}

table h2, table h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
table p, table p {
    margin: 0 0 1em;
}