* {
    margin: 0;
    padding: 0;
}
body {
    padding-top: 20px;
    color: #000;
    background-color: #454545;
}
img {
    border: 0;
}
a {
    color: #3366ff;
}
a:visited {
    color: #3366ff;
}
a:hover {
    color: #ff6600;
    text-decoration: underline;
}
a[href ^="http://"] {
    background: url(graphics/external.gif) center right no-repeat;
    padding-right: 13px;
}
#container {
    position: relative;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    background-color: #fff;
}
#page {
    width: 780px;
    margin: 0 10px 0 10px;
    color: #333333;
    background-color: #fff;
    min-height: 500px;
}
#page_top div {
    background: url(graphics/page_tl.png) no-repeat top left;
}
#page_top {
    background: url(graphics/page_tr.png) no-repeat top right;
}
#page_bottom div {
    background: url(graphics/page_bl.png) no-repeat bottom left;
}
#page_bottom {
    background: url(graphics/page_br.png) no-repeat bottom right;
}
#page_top div, #page_top, 
#page_bottom div, #page_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}

#header {
    width: 780px;
    font-family: arial, helvetica, sans-serif;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
    color: #ff6600;
    text-decoration: none;
}
#logo {
    float: left;
    margin: 0.5em;
}
#nav {
    clear: both;
    min-height: 28px;
    width: 780px;
    margin-bottom: 30px;
    background: url(graphics/toolbar_fill.png) repeat-x;
}
#menu {
    float: left;
    min-width: 650px;
    height: 28px;
    background: url(graphics/toolbar.png) left center no-repeat;
}
#menu ul {
    margin: 0;
    padding: 0;
}
#menu li {
    margin: 4px 20px 4px 20px;
    list-style: none;
    float: left;
    position: relative;
}
#menu a, #menu a:visited {
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}
#menu a:hover {
    text-decoration: underline;
}
#emailaddy {
    margin: 0;
    padding: 0;
    height: 28px;
    left: 0;
}
#emailaddy p {
    margin: 4px 10px 4px 10px;
    padding: 0;
    float: right;
}
#emailaddy a {    
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}
#submenu ul {
    height: 1em;
    margin: 0;
    padding: 0;
}
#submenu li {
    padding: 0 20px 0 20px;
    list-style: none;
    float: left;
    position: relative;
    border-bottom: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
}
#submenu a, #submenu a:visited {
    color: #ff6600;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.8em;
    text-decoration: none;
}
#menu a:hover {
    text-decoration: underline;
}
#content {
    width: 470px;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.8em;
    margin-left: 10px;
}
#content p, #content h2 {
    text-align: justify;
}
#content p, #content ul {
    margin-bottom: 1em;
}
#content li, .box li{
    list-style: url(graphics/bullet.gif);
    margin-left: 50px;
}
#content h2 {
    color: #3366ff;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 0.2em;
}
#content h3 {
    color: #3366ff;
    font-weight: bold;
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
#content p.papertitle {
	text-align: left;
	margin-bottom: 0em;
}
#content p.paperdetails {
	font-style: italic;
}
.box {
    clear: both;
    float: right;
    width: 270px;
    border: 1px solid #ff6600;
    background-color: transparent;
    padding: 5px;
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.9em;
    text-align: justify;
    margin: 0 0 20px 20px;
}
.box h3 {
    color: #3366ff;
    font-weight: bold;
    font-size: 1em;
}
.box p {
    margin: 0;
    padding: 0;
    text-align: left;
}
.box small {
    font-size: 0.72em;
}
.box input {
    font-size: 0.75em;
    padding: 1px;
}
.quote {
    font-family: helvetica, sans-serif;
    color: #ff6600;
    font-weight: bold;
    font-size: 0.9em;
    padding: 2em;
    margin-bottom: 0em;
}
.quote .signed {
    font-style: italic;
}
#footer {
    clear: both;
    position: relative;
    bottom: 0px;
    width: 780px;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.7em;
    text-align: center;
}
/* Fix broken IE. */
/* \*/
* html h2 {
    height: 1%
}
* html h3 {
    height: 1%
}
* html #menu {
    width: 650px;
}
* html #content {
    height: 400px;
}
/* */
