/* style.css - all of the CSS2 styles used for the web site. */

html, body {
    margin:             0;
    padding:            0;
}

body {
    background-color:   #ffffff;
    font-family:        "Century Gothic", Helvetica, Arial, Sans-serif;
    font-size:          14pt;
    color:              #333333;
}

p a:link, #siteby a:link {
    color:              #cc0000;
}

p a:hover, #siteby a:hover {
    color:              #ffcc00;
    text-decoration:    none;
}

p a:visited, #siteby a:visited {
    color:              #aa0000;
}

img {
    border:             0;
}

a.noborder, p a.noborder {
    border:	            none;
    text-decoration:    none;
    background-color:   transparent;
}

h1, h2, h3 {
    font-weight:        normal;
    color:              #000000;
    padding-top:        0px;
    display:            inline;
}

h1 {
    font-size:          32pt;
}

h2 {
    font-size:          28pt;
}

h3 {
    font-size:          24pt;
}

div#container {
    width:              1024px;
/*    border:             1px dotted blue; */
    padding:            0;
    text-align:         left;
    margin:             0 auto 0 auto;
}

div#title {
    clear:              both;
    width:              100%;
}

div#content {
    float:              right;
    width:              667px;
/*    border:             1px dashed red; */
    padding:            0;
    margin:             0 75px 30px 0;
    color:              #333333;
    font-size:          14pt;
}

div#menu {
    width:              199px;
    float:              left;
/*    border:             1px dotted green; */
    padding:            38px 23px 0 0;
    margin:             0 43px 0 0;
    text-align:         right;
    font-size:          18pt;
}

div#menu a {
    color:              #666666;
    text-decoration:    none;
    margin-right:       20px;
}

div#menu a:hover {
    color:              #cc0000;
    text-decoration:    none
}

div#menu a.selected {
    color:              #000000;
    background:         transparent url(../images/selected_arrow.gif) no-repeat center right;
    margin-right:       0;
    padding-right:      20px;
}

.smalltext {
    font-size:          9pt;
}

.tinytext {
    font-size:          7pt;
}

.justifiedtext {
    text-align:         justify;
}

.centered {
    text-align:         center;
}

.more {
    text-align:         right;
}

div#siteby {
    clear:              both;
    margin:             25px auto;
	padding-top:        25px;
    font-size:          9pt;
    color:              #000000;
}

.date {
	font-size:          18pt;
	
}
