/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 1em;

}
body {
	line-height: 1;
	background-color: #F3FFEF;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 0.9em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content
{
    width: 770px;
    border-left: 1px solid  rgb( 76, 158, 50 );
    border-right: 1px solid  rgb( 76, 158, 50 );
    border-bottom: 1px solid  rgb( 76, 158, 50 );
    background-color: #FFF;
    margin: 0 auto;
    padding-top: 0px;
    font-size: 17px;
}

#header
{
    text-align: center;
    margin-bottom: 10px;
    
}

hr
{
    height: 1px;
    border: none;
    padding: none;
    margin: 10px;
    background-color: rgb( 76, 158, 50 );
}

#header .address
{
    position: relative;
    font-size: 8pt;
    top:-10px;
    left: 35px;
    font-family: Arial;
}

p
{
    padding: 10px;
}

#ct
{
     padding-left: 20px;
     padding-left: 20px;
}

h1
{
    /*text-align: center;*/
    font-family: Georgia;
    padding: 10px;
    font-size: 1.5em;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    color: rgb( 75, 135, 158 );
}

h2
{
    font-family: Georgia;
    padding: 10px;
    font-size: 1.3em;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 0px;
}

ul
{
    list-style-image:url(bullet.gif);
    margin-left: 55px;
}

li
{
    margin-left: 5px;
    margin-bottom: 5px;
}

#footer
{
    background-color: rgb( 75, 135, 158 );
    color: white;
    font-size: 10px;
    font-family: Arial;
    height: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 40px;
}

#links
{
    text-align: center;
    background-color: rgb( 75, 135, 158  );
    color: white;
    font-size: 15px;
    font-family: Arial;
    padding-top: 10px;
    padding-bottom: 10px;
}

#links a
{
    color: white;
}

.leftHalf
{
    width: 350;
    float: left;
}

.rightHalf
{
    width: 350;
    float: right;
    margin-right: 10px;
    margin-top: 60px;
}

.small
{
    font-size: 0.6em;
    text-align: center;
    margin-top: 5px;
}

.clear
{
    clear: both;
}

#footer a
{
    color: white;
    font-size: 10px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}
