/* ----- BASIC ELEMENTS ----- */

body {
background-color: #ffffff;
color: #000000;
font-size: 11px;
font-family: 'Tahoma';
}

.clear {
clear: both;
}

img {
border: 0px;
}

p {
margin: 10px 30px 10px 50px;
}

#content_footer p {
margin: 40px 30px 10px 30px;
font-size:10px;
text-align:left;
}

#menu_left p {
margin: 25px 0px 0px 25px;
font-size:9px;
color:#000000;
font-weight:bold;
text-transform: uppercase;
}
.login_box p1 {
margin: 15px 0 10px 15px;
font-size:9px;
text-align:left;
color:#000000;
font-weight:bold;
text-transform: uppercase;
}

.contact_box p1 {
margin: 15px 0 10px 15px;
font-size:9px;
text-align:left;
color:#000000;
float:left;
font-weight:bold;
text-transform: uppercase;
}
.contact_box p2 {
margin:  80px 0 10px 11px;
font-size:9px;
color:#000000;
float:left;
font-weight:bold;
text-align:center;
line-height:15px;
}

#top p {
margin: 95px 0px 0px 154px;
font-size:9px;
}

.content_box p {
margin: 10px 5px 10px 5px;
font-size:10px;
text-align:left;
}

.content_box_large p {
margin: 10px -10px 10px 5px !important;
margin: 10px 0 10px 5px;
font-size:11px;
text-align:justify;
}

.content_box_small p {
margin: 10px 30px 10px 0px;
font-size:11px;
text-align:left;
}

h1 {
margin: 20px 30px 7px10px;
font-weight:bold;
font-size:15px;
color:#fff;
}
h2 {
margin:  20px 15px 7px 10px;
font-weight:bold;
font-size:10px;
color:#000000;
}
h3 {
margin:  85px 15px 7px 10px;
font-weight:bold;
font-size:10px;
color:#000000;
}

a {
text-decoration: none;
color: #000000;
}

a:hover {
text-decoration: none;
color: #cc5544;
}

/*----- MENU ----- */
#navLeft, #navRight {
margin: 0;
padding: 0;
width: 122px;
list-style: none;
overflow: hidden;
}

#navLeft li, #navRight li {
width: 142px;
overflow: hidden;
text-transform: uppercase;
font-size:9px;
font-weight:bold;
}

#navLeft a, #navRight a{
color:#000000; 
}

.li_nav_header a  {
display: block;
width: 122px;
height: 20px;
background: url(images/nav_header.gif) no-repeat;
}

.li_nav_body a  {
display: block;
width: 122px;
height: 20px;
background: url(images/nav_body.gif) no-repeat;
padding-left: 10px;
line-height:20px;
}

.li_nav_footer a  {
display: block;
width: 122px;
height: 33px;
background: url(images/nav_footer.gif) no-repeat;
}

.li_nav_body a:hover {
background-position:  0 -40px;
color:#cc5544;
}

.li_active a:active  {
background: url(images/nav_body.gif) no-repeat;
background-position:  0 -40px;
color:#000000;
}

/*----- LAYOUT ----- */
#container {
width: 700px;
margin: 0 auto;
}

#top {
height: 10px;
padding:0px;
}

#menu_left {
width: 122px;
float: left;
}

.login_box {
width: 122px;
height:155px;
float: left;
background: url(images/login_box.gif) no-repeat top;
}

.contact_box {
width: 122px;
height:155px;
float: left;
background: url(images/contact_box1.gif) no-repeat top;
}

#head {
width: 540px;
height: 240px;
float: right;
background: url(images/content_header3.gif) no-repeat top;
}

#content {
background: url(images/content_body.gif) repeat-y;
width: 540px;
text-align: justify;
float: right;
}
.content_box_large {
width: 340px;
margin:10px 0 20px 14px;
float: left;
}
.content_box_small {
width: 140px;
margin:25px 0px 0px 14px;
float: right;
}

#content_footer {
background: url(images/content_footer.gif) no-repeat;
height: 85px;
width: 540px;
float: right;
text-align: center;
margin-bottom:30px;
}

/*----- IMAGES ----- */
a img{
border: none;
}

img.left,img.center,img.right {
border: 1px solid #EEEEEE;
margin:2px 0px 0px 0px;
}

/*----- FORM ----- */
input   {
font-size: 12px; 
font-family: arial;
width:300px; 
border-color: silver #dcdcdc #dcdcdc silver; 
border-style:solid; 
border-width: 1px;
color: #cc5544;
margin:5px 10px 5px 10px;
}

input.login 
{
width:100px;
margin-top:10px !important;
margin:5px 10px 5px 10px;
}

/* MESSAGE HEADER*/
.paypal_message { color: #000000;  font-size: 10px; font-family: arial; font-weight: bold; }

/* EDIT THE TEXT */
.paypal_maintext { color: #000000;  font-size: 10px; font-family: arial; }

/* FOR USE WITH THE HTML SUBMIT BUTTON */
.button { font-size: 10px; }

/* ERROR VALIDATING MESSAGE*/
.paypal_error { color: #606060; font-size: 10px; font-family: arial; font-weight: bold; margin-top: 0; margin-bottom: 0; }

/* ERROR LIST */
.paypal_errorlist { color: #606060; font-size: 10px; font-family: arial; font-weight: bold; margin-top: 0; margin-bottom: 0; }

/* FORM TEXT */
#paypal_form { font-size: 10px; font-family: arial; margin-top: 0; margin-bottom: 0; display: inline; }

/* FORM INPUT FIELDS */
.input input { font-size: 12px; font-family: arial; width: 250px; border-color: silver #dcdcdc #dcdcdc silver; border-style: solid; border-width: 1px; }