@charset "UTF-8";
/* CSS Document */

body {
margin:auto;
font:"Times New Roman", Times, serif;

text-align:left;
}

p .column {text-align:center;}

#wrapper {
margin:auto;
width:980px;
}

#header {
height:175 px;
position:relative;
width:980px;
}

#sidebar_left {
background-image:url(hubbardcolumn.jpg);
background-repeat:no-repeat;
color:#CD7F1E;
font-size:16px;
font-style:italic;
font-weight:bold;
width:150px;
float:left;
height:600px;
padding:10px;
}

#sidebar_right {
background-image:url(hubbardcolumn.jpg);
background-repeat:no-repeat;
color:#CD7F1E;
font-size:16px;
font-style:italic;
font-weight:bold;
height:600px;
text-align:center;
padding:10px;
width:150px;
float:left;
}

#content {
float:left;
color:#27481D;
width:600px;
padding:10px;
height:600px;
border-color:#27481D;
border:medium;
line-height:150%;
font-weight:bold;
overflow:scroll;
}

#logo_left {
float:left;
margin-left:40px;
padding-right:25px;
background-repeat:no-repeat;
padding-top:15px;
}

#logo_right {
float:left;
background-image:url(ctpalogo.jpg);
background-repeat:no-repeat;
width:150px;
display:inline;
}

ul li {
font-weight:bold;
}

#content a:link {
color:#27481D;
}
#content a:visited {text-decoration:none;}
#content a:hover {text-decoration:underline;}
#content a:active {text-decoration:underline;}

div .float {
float:left;
clear:none;
padding:5px;
}

div .pfloat {
float:left;
clear:left;
padding:5px;
text-align:center;
}

div .phfloat {
float:left;
padding:20px;
clear:none;
text-align:center;
}

#sidebar_left a:link {color:#FC9C09;}

#sidebar_left a:visited {text-decoration:none;
color:#FC9C09;}
#sidebar_left a:hover {text-decoration:underline;}
#sidebar_left a:active {text-decoration:underline;}



