/**** ************************************************************** ****/
/**** TO LEARN MORE ABOUT CSS PLEASE VISIT http://www.w3schools.com/css/ ****/
/**** ************************************************************** ****/



/**** **************** ****/
/**** GLOBAL ELEMENTS ****/
/**** **************** ****/

* {margin: 0; padding: 0}
body {background: url("images/page_bg.jpg") repeat-x #b0daf8; text-align: center; font-family: arial, sans-serif; font-size: 12px; color: #636363}

img.floatRight {float: right; margin: 4px 0 10px 10px}

#container {width: 778px; background-color: #fff; text-align: left; margin: auto; background: url("images/content_bg.gif") repeat-y}
.tab-right {width: 757px; margin: 0px 10px 0px;}

#container #content {width: 778px; background: url("images/container_bg.jpg") no-repeat; margin: auto}

a {color: #5392be; text-decoration: none}
a:hover {text-decoration: underline}

/**** **************** ****/
/**** HEADER ELEMENTS ****/
/**** **************** ****/

#header {width: 778px; height: 221px; background: url("images/header.jpg"); clear: both}

/**** **************** ****/
/**** SIDEBAR ELEMENTS ****/
/**** **************** ****/

#sidebar {width: 210px; margin: 10px 10px 10px 0; float: right}


#sidebar #sidebarNav  {background: url("images/sidebar_section_bg.jpg") no-repeat top left; background-position: 0px 35px; padding: 15px 2px}
#sidebar #sidebarNav h2 {color: #d4a61d; font-size: 18px}
#sidebar #sidebarNav ul {list-style-type: none; margin: 8px; padding: 0 5px 0 0}
#sidebar #sidebarNav ul li {list-style-type: none; padding: 5px 0}
#sidebar #sidebarNav ul li a {color: #5392be; font-size: 12px; font-weight: bold; text-decoration: none}
#sidebar #sidebarNav ul li a:hover {text-decoration: underline}

/**** **************** *****/
/**** CONTENT ELEMENTS ****/
/**** **************** *****/
.img-right {
	float:right;
}
.img-left {
	float:left;
}

#copy {width: 510px; margin: 15px 15px 10px; float: right}

#copy h1 {margin: 20px 10px 10px 10px; color: #d4a61d; font-family: arial black}
#copy h2 {margin: 20px 10px 10px 10px; color: #b40823; font-size: 18px}
#copy p {margin: 10px}

/**** **************** ****/
/**** FOOTER ELEMENTS ****/
/**** **************** ****/

#footer {background: url("images/footer.jpg") no-repeat #514847; width: 778px; height: 120px; margin: auto; padding-top: 50px; clear: both}
#footer * {color: #fff; padding: 5px 5px 30px 5px}
#footer a:hover {text-decoration: underline}

a.reglink         { color: #b60a24; font: bolder 14px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; text-align: center; text-decoration: none; background: transparent;  }
a.reglink:visited { color: #b60a24; font: bolder 14px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; text-align: center;  text-decoration: none; background: transparent; }
a.reglink:hover   { color: #730000; font: bolder 14px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; text-align: center; text-decoration: underline; background-color: #D7D7D5; }
.navnolink        {	color: #000000; font: bolder 14px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; text-align: center; text-decoration: none; background: transparent; }


.menu_left {
font-family: Verdana;
padding-left:5px;
font-size: 11px;
font-style: normal;
line-height: 18px;
font-weight: bold;
font-variant: normal;
color: #2f7aa5;
text-decoration:none
}

.menu_left a {
font-family: Verdana;
padding-left:5px;
font-size: 11px;
font-style: normal;
line-height: 18px;
font-weight: bold;
font-variant: normal;
color: #2f7aa5;
text-decoration:none
}

.menu_left a:hover {
font-family: Verdana;
padding-left:5px;
font-size: 11px;
font-style: normal;
line-height: 18px;
font-weight: bold;
font-variant: normal;
color: #2f7aa5;
text-decoration:underline
}

.menu_left a:active {
font-family: Verdana;
padding-left:5px;
font-size: 11px;
font-style: normal;
line-height: 18px;
font-weight: bold;
font-variant: normal;
color: #2f7aa5;
text-decoration:underline
}


.lightBlue {
	color: #2a6b8e;
}
.style1 {color: #FFFFFF; font-weight: bold; }
.sub-title2 {font-family: "Trebuchet MS", sans-serif; font-weight: bold; color: #CC0000; font-size:16px;}

#content {
	text-align: justify;
}

p.order {margin: 10px auto; text-align: center;}
p.order a{font-family: arial; font-size: 30px; font-weight: bold;}


#LangLinks ul li {
  float: top;
  display: inline; 
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


