* {
    padding : 0;
    margin : 0;
  }

.bigwords {
    font-size : 2.5em;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : Bold;
    color : #4682B4;
  }
.medwords {
    font-size : 1.5em;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : Bold;
    color : #B0C4DE;
  }

body {
    font-family : Arial, Helvetica, sans-serif;
    color : #ccc;
    font-size : 12px;
    /*background-image : url(images/bbg.jpg);
    */background-color: #fff;
  }


img {
    padding : 3px;
    border : 1px solid #d0660a;
    border : 1px solid #9cf449;
  }

img.plainIMG {
	border: 0px solid;
}
img.floatTL {
    float : left;
    margin-right : 7px;
    margin-bottom : 2px;
    margin-top : 12px;
    margin-left : 10px;
  }


img.floatTR {
    float : right;
    margin-left : 7px;
    margin-bottom : 2px;
    margin-top : 12px;
    margin-right : 10px;
  }


.blue {
    color : #3f4858;
  }


.orange {
    color : #d0660a;
  }


#wrapper {
    display:block;
    width : 770px;
    margin : 15px auto 15px auto;
    padding: 5px;
    background: white /*url(images/shad_bottom.png) repeat-x bottom left*/;
    background-color : #fff;
    /*grey original 3f4857 puke green 959f63*/min-height : 100%;
    border-left: 1px solid #bbb;
    border-right: 2px solid #aaa;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #aaa;
  }


* html #wrapper {
    /*height : auto;
    */;
  }


#topnav {
    height : 30px;
    width: 235px;
    /*background-color : #b9d6dc;
    */;
  }


#topnav {
    float:right;
    margin-right : 0px;
    background-color : #c06666;
    text-align : right;
    color : #d0660a;
  }


#topnavleft {
    height : 30px;
    width: 535px;
    /*background-color : #b9d6dc;
    */float:left;
    margin-right : 0px;
    background-color : #b9d6dc;
    text-align : right;
    color : #d0660a;
  }


#topnav a {
    padding-top : 10px;
    color : #d0660a;
    text-decoration : none;
  }


#header {
    height : 170px;
    background-color : #fef493;
    background-image : url(images/Loriella.jpg);
    background-repeat : no-repeat;
    background-position : right 0%;
  }


.name {
    /* background-image : url(images/logopic.jpg);
    background-repeat : no-repeat;
    */;
  }


.name h1 {
    font-size : 2em;
    margin-top : 5px;
    margin-left : 30px;
    font-weight : lighter;
    font-family : Arial, Helvetica, sans-serif;
    padding-top : 30px;
  }


.name h3 {
    font-size : 0.9em;
    margin-left : 30px;
    font-family : Arial, Helvetica, sans-serif;
    color : #777;
  }


#menu {
    float:right;
    margin : 0px;
    padding : 0px;
    width: 535px;
    height:30px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    text-align:right;
    background-color: #626633;
  }


#menuleft {
    float:left;
    margin : 0px;
    padding : 0px;
    width: 235px;
    height:30px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    text-align:left;
    background-color: #fe854e;
  }


#menu ul {
    margin : 0;
    padding : 0;
    list-style : none;
    text-align : center;
  }


#menu li {
    display : inline;
  }


#menu a {
    text-transform : uppercase;
    text-decoration : none;
    font-size : 9px;
    color : #f1f1f1;
    font-weight: lighter;
    padding: 5px 10px 5px 10px;
    color: #f05507;
  }


#menu a:hover {
    color: #ccc;
    padding: 5px 10px 5px 10px;
  }


#leftcolumn {
    display : inline;
    margin-top : 0px;
    width : 215px;
    float : left;
    min-height : 100%;
    background-color : #fff;
  }


* html #leftcolumn {
    padding : 0px 0px 100% 0px;
    height : 695px;
  }


#leftcolumn h3 {
    font-size : 1.2em;
    padding-left : 20px;
    padding-top : 2px;
    padding-bottom : 5px;
    color : #d0660a;
    font-weight : bolder;
  }


form {
    margin-top : 0;
    width : 150px;
    margin-left : 20px;
    margin-right : 5px;
    margin-bottom : 15px;
    background-color : #fff;
    border : 1px solid #d0660a;
  }


form p {
    padding-top : 10px;
    padding-left : 5px;
    padding-bottom : 5px;
    color : #cd6209;
  }


.reg p {
    padding-left : 20px;
    color : #ffe;
  }


.reg a {
    color : #d0660a;
    text-decoration : none;
  }


#leftcolumn h4 {
    color : #d0660a;
    text-align : center;
    font-size : 1.1em;
    margin-top : 5px;
    text-decoration : none;
  }


.lefttext p {
    color: #000;
    text-align : justify;
    padding : 10px;
  }


.lefttext a {
    color : #d0660a;
    text-decoration : none;
  }


#pages {
    position:relative;
    top:24%;
    font-size: 1em;
    text-align: right;
    margin-right : 10px;
    text-transform : uppercase;
    text-decoration : none;
  }


#rightcolumn {
    margin-top:0px;
    display : inline;
    margin-right : 0px;
    width : 555px;
    float : right;
    min-height : 695px;
    background-color : #fff;
    /*background-image: url(images/rcbg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    */;
  }


* html #rightcolumn {
    height : 695px;
  }


blockquote {
    margin-top : 10px;
    margin-left : 5px;
    margin-bottom : 10px;
    margin-right : 10px;
    border : 1px solid;
    padding : 3px;
  }


.contentwrap {
    margin-top : 10px;
    margin-left : 5px;
    margin-bottom : 10px;
    margin-right : 5px;
    font-weight: lighter;
    /*border : 1px solid;
    */padding : 0px;
    color:#000;
  }


#rightcolumn p {
    padding : 10px;
    text-align : justify;
    color : #3f4856;
  }


#rightcolumn h2 {
    margin-left : 15px;
    margin-top : 10px;
    font-size : 1.7em;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : lighter;
    color : #3f4856;
    text-decoration : underline;
  }


#rightcolumn h3 {
    margin-left : 15px;
    margin-top : 10px;
    font-size : 1.2em;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bolder;
    color : #3f4856;
    text-decoration : underline;
    letter-spacing : 0.3em;
  }


#rightcolumn h4 {
    color : #d0660a;
    text-decoration: none;
  }


#rightcolumn a {
    color : #d0660a;
    text-decoration : none;
  }


.lb {
    background-image : url(images/lb.jpg);
    background-repeat : repeat-x;
    width : 530px;
    height : 5px;
    margin-left : 10px;
  }


#footer {
    clear:both;
    margin-top : 10px;
    margin-bottom: 0px;
    background-color : #626633;
    /*display : inline;
    float : left;
    */width : 770px;
    text-align : center;
    padding-top : 10px;
    padding-bottom : 10px;
  }


#footer p {
    color : #f7f7f7;
  }


#footer a {
    color : #f7f7f7;
    text-decoration : none;
  }


.tr1 {
    background-color: #eee;
  }


.tr2 {
    background-color:#ddd;
  }

