* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 0px solid #ccc;
 height: 35px;
 margin: 10px 0px 0px 0px;
 background:#ffffff;
 text-align: center;

}
#navigation {
float: left;
 width: 900px;
 color: #000000;
 padding: 10px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background-color:#ffffff;
 text-align: center;
}
#leftcolumn {
 color: #333;
 border: 0px solid #ccc;
 background:#ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 100px;
 float: left;
}
#content {
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background:#ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 600px;
 display: inline;
}
#rightcolumn {
 color: #333;
 border: 0px solid #ccc;
 background:#ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 100px;
 float: left;
}
#footer {
 width: 900px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background-color:#ffffff;
 margin: 0px 0px 10px 0px;
 padding: 60px 10px 10px 10px;
 font-size: .8em;
 text-align: center;
}

p.center {
    text-align: center;
    padding-bottom: 10px;
}

 p.please_note_center {
 text-align: center;
 font-weight: 400;
 }

 p.normal_text{
     text-align: left;
     line-height: 1.5;
     margin-top: 20px;
 }

span.italic {
    font-style: italic;
}

 h1 {
    padding-bottom: 10px;
 }

 h2{

 }

 h3{
     font-weight: 400;
     padding-top: 30px;
 }

/* Links in the body begin */



a:link {
    text-decoration: underline;
    color: #000000;
}

a:visited {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #000000;
    font-weight: bold;

}

a:active {
    text-decoration: underline;
    color: #000000;
}

/* Links in the body end */

/* links in heaer begin */

a.header:link {
    text-decoration: none;
    color: #000000;
}

a.header:visited {
    text-decoration: none;
    color: #000000;
}

a.header:hover {
    text-decoration: underline;
    color: #000000;
    font-weight: bold;

}

a.header:active {
    text-decoration: none;
    color: #000000;
}

img.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: solid;
    border-color: #000000;
    border-width: 1px;

}

img.left{
    float: left;
    margin-right: 20px;
    border:solid;
    border-color: #000000;
    border-width: 1px;
}

img.right{
    float: right;
    margin: 0px 0px 0px 0px;
    border:solid;
    border-color: #000000;
    border-width: 1px;

}



/* links in heaer end */
