/* overall body styles */
body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 20px;
    text-align: center;
}

/* line breaks and horizontal rules */
br {line-height: 1em;}
hr {
    background-color: #CCCCCC;
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    color: #CCCCCC;
    margin: 2em 0;
    height: 1px;
}

/* small text and strong text */
em {font-style: italic;}
small {font-size: 9px;}
strong {font-weight: bold;}

/* form styles */
input, textarea {
    background-color: #F9F9F9;
    border: 1px solid #666677;
    font-size: 12px;
}
input.button {
    background-color: #EEEEEE;
    font-family: Verdana, Arial, sans-serif;
}

/* default link styles */
a:link, a:visited {
    color: #9966CC;
    text-decoration: none;
}
a:active, a:hover {
    color: #999999;
    text-decoration: none;
}

a.menu:link, a.menu:visited {
    color: #999999;
    text-decoration: none;
}
a.menu:active, a.menu:hover {
    color: #9966CC;
    text-decoration: none;
}

/* image styles */
img {border: 0;}

/* header tags */
h1 {
    
}
h2 {
    font-size: 18px;
}


/* page segments */
#title {
    border-bottom: 1px solid #9966CC;
    font-size: 26px;
    margin: 0 0 5px 0;
    text-align: right;
}

#menu {
    color: #9966CC;
    margin: 0 auto;
    text-align: left;
    width: 800px;
}
#menu ul {
    display: inline;
    list-style: none;
    padding: 0;
}
#menu li {
	display: inline;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 18px 0 0;
}
.box {
    border: 1px solid #9966CC;
    padding: 5px;
    text-align: center;
}

#content {
    margin: 30px auto 50px auto;
    text-align: justify;
    width: 800px;
}
#content .left {
    float: left;
    padding: 0 20px 50px 0;
    width: 400px;
}
#content .right {
    float: right;
    padding: 0 0 50px 20px;
    width: 400px;
}
#content .clear {
    clear: both;
}

#copyright {
    background-color: #FFFFFF;
    font-size: 10px;
    height: 20px;
    padding: 30px 0 0 0;
    position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
    text-align: center;
    width: 100%;
}

div.right-column { padding-left: 320px; }
