﻿body
{
    margin: 0;
    padding: 0;
    text-align: center;
	font-family:verdana,sans-serif;
	font-size: 90%;
	color:#222;}

html
{
    margin: 0;
    padding: 0;
    text-align: center;
	font-family:verdana,sans-serif;
	font-size: 90%;
	color:#222;}

p
{
    font-size: 120%
}

h1
{
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight:normal;
	font-size:2.50em;
	letter-spacing:.005em;
	padding:.5em 0 .2em 0;
	margin:.5em 0 .5em 0;
	color:#336666;
	border-bottom:2px solid #99CCCC;
}

h2
{
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight:normal;
	letter-spacing:.005em;
	font-size:1.85em;
	padding:.5em 0 .2em 0;
	margin:.5em 0 .5em 0;
	color:#336666;
	border-bottom:2px solid #99CCCC;
}

h3
{
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight:normal;
	letter-spacing:.005em;
	font-size:1.50em;
	padding:.5em 0 .2em 0;
	margin:.5em 0 .5em 0;
	color:#336666;
}

h4
{
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight:normal;
	letter-spacing:.005em;
	font-size: 1.50em;
	padding: .5em 0 0 0;
	margin: .5em 0 -.5em 0;
	color: #336666;
	border-bottom:1px solid #99CCCC;
}

#block {
	font-size:120%;
	padding:10px;
	background:#E9EBE5;
	margin:10px 0;
	color:#336666;
	border-bottom:2px solid #99CCCC;
	border-top:2px solid #99CCCC;
}

#side-block {
	font-size: 80%;
	padding: 10px;
	background: #E9EBE5;
	margin: 10px 0px 10px 10px;
	color: #336666;
	border-bottom: 2px solid #99CCCC;
	border-top: 2px solid #99CCCC;
}

#leftside-block {
	font-size: 80%;
	padding: 10px;
	background: #E9EBE5;
	margin: 5px 10px 10px 0px;
	color: #336666;
	border-bottom: 2px solid #99CCCC;
	border-top: 2px solid #99CCCC;
}


#container
{
    width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#coname
{
    font-size: 180%;
    font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    color:#336666;
}

#header
{
    position: relative;
    height: 120px;
    background-color: #FFFFFF;
    width: 100%;
}

#leftcol
{
    width: 25%;
    float: left;
    position: relative;
}

#maincol
{
    background-color: #FFFFFF;
    float: right;
    display: inline;
    position: relative;
    width: 75%;
}

#smallrightcol
{
    width: 25%;
    float: right;
    position: relative;
}

#bigleftcol
{
    background-color: #FFFFFF;
    float: left;
    display: inline;
    position: relative;
    width: 74%;
}


#onecol
{
    margin-top: 10px;
    background-color: #FFFFFF;
    width: 100%;
    clear: both;
}

#footer
{
    height: 18px;
    margin-top: 10px;
    background-color: #669999;
    clear: both;
}

/* begin top menu */
#navcontainer
{
    background-color: #D0D9C2;
    border: 0px solid red;
    height: 23px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
}

ul#navlist
{
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    white-space: nowrap;
}

ul#navlist li
{
    float: left;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 4px 0;
    background-color: #D0D9C2;
}

#navlist a:link
{
    margin: 0;
    padding: 5px 10px 4px 10px;
    color: #993300;
    border-right: 1px solid #669999;
    text-decoration: none;
}

#navlist a
{
    margin: 0;
    padding: 5px 10px 4px 10px;
    color: #993300;
    border-right: 1px solid #669999;
    text-decoration: none;
}

ul#navlist li#active
{
    color: #993300;
    background-color: #F1FFF8;
}

#navlist a:hover
{
    color: #993300;
    background-color: #F1FFF8;
}

/* Places a photo float right
.photoright
{
	float: right;
	padding:15px 0px 4px 8px;
	margin: 0; font-size:90%;
	color: #7F8E29;
	font-style:italic;
	width: 200px;
}

#goals1
{
	padding:15px 0px 4px 8px;
	margin: 0; font-size:90%;
    width: 200px;
}*/

/* BEGIN: FloatNote - Float-right note */
#photoright
{
	float: right;
    width: 210px;
}

#photoleft
{
	float: left;
    width: 210px;
}

#notetop
{
	width: 210px;
	min-height: 100px;
	background-image: url("image/top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 20px;
	font-size: 60%;
}
	
#notemiddle
{
	width: 210px;
	background-image: url("image/middle.jpg");
	background-position: center;
	background-repeat: repeat-y;
}
	
#noteinside
{
	padding-left: 20px;
	width: 167px;
}
/* END: FloatNote - Float-right note */

/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print
{
    /*hide the left column when printing*/
    #leftcol
    {
        display: none;
    }
    #maincol
    {
        width: 100%;
        float: none;
    }
    #twocols
    {
        width: 100%;
        float: none;
    }
}
.emphasis {
	font-weight: bold;
	text-decoration: underline;
}
.li {
	font-size: 120%;
	margin-bottom: .5em;
}

