@charset "utf-8";
* {
   margin: 0;
 }

/***** XMAS
body {
   color: #000000;
   font-family: 'Verdana', Trebuchet MS, Ariel, Helvetica, sans-serif;
   font-size: 75%;
   background-color: #aa0000; 
   background: url('img/snowflakes.gif') #aa0000 repeat;
}
******/

body {
   color: #000000;
   font-family: 'Verdana', Trebuchet MS, Ariel, Helvetica, sans-serif;
   font-size: 75%;
   background-color: #aa0000; 
   background: #aa0000 repeat;
}

img {
   border-color: #ffffff;
}

/******** Content variations ********/
#head { 
}
#pagewrapper {
height: 0px;
width: 780px;
margin-right: auto;
margin-left: auto;
position: relative;
}
#outerwrapper {
   width: 960px; 
   background-color: #fff;
   border-left: 5px solid #aa00000;
   border-right: 5px solid #aa0000;
   margin: 0 auto;
   line-height: 1.4em;
   color: #000000; }
#container
{
background: url('img/silvertile.gif') repeat-x top center;
}
#inside
{
margin-left: auto;
margin-right: auto;
background: url('img/silvertile.gif') repeat-x top center;
}

#innerwrapper {
   float: left; 
   margin-left:0px;
   width:960px;}
#content {
   float: left;
   width: 960px;}
#contentmid {
   float: left;
   margin-left: 10px;
   min-height: 500px;
   width: 920px; }
#midsidebar { /* C-S-S Layout */
   margin-right: 0px; 
   width: 180px;
   float: right; }
#leftsidebar { /* S-C-S Layout */
   margin-right: 0px; 
   width: 180px;
   float: left; }
#rightsidebar {
   float: right; 
   margin-right: 0px; 
   width: 180px; }

/***** General Styles *****/
a {
   text-decoration: none;
   color: #aa0000;
   font-weight: bold; }
a:hover {
   color: #29273F;
   text-decoration: none; }

p {
   margin-bottom: 0px; }
code, pre {font-size: 1.2em; 
	color:#000000; }
blockquote:before, blockquote:after {content: "\"";
	font-size: 16pt;
	font-family: serif; }
blockquote {
	margin: 10px 0 0 0; 
	padding: 5px;
	background: #FFFFFF;
	border: 0px solid #5288c4;
	line-height: 0.6em;
	color: #AA0000;
	font-style:italic; }
blockquote p {display: inline; }
blockquote a {
   color: #fff; 
   text-decoration: underline; }
table1 {
   border-collapse: collapse; 
   margin: 10px auto 15px auto;
   border: 1px solid #5288c4; }
th {
   background: #376ca3; 
   height: 25px; 
   padding: 0 10px;
   color: #ffffff; 
   text-align: left; }

tr.odd {
   background: #efefef; }
tr.even {
   background: #cfcfcf; }
form {
   background: #FFFFFF; 
   margin: 10px auto; 
   padding: 5px; 
   border: 0px solid #000000; }
label {
   color: #fff;
   display: block; 
   font-weight: bold; 
   margin: 5px 0 ; }
input {
   padding: 2px; 
   border: 1px solid #000000; }
textarea {
   width: 400px; 
   padding: 2px; 
   border: 1px solid #000000;
   height: 100px; 
   display: block; }
input.button {
   margin: 0; 
   padding: 2px 3px; 	
   border: 1px solid #F2F2F2; }
input, select, textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10pt; }
h2 {
   font-size: 0.8em;
   font-weight: bold;
   color: #C80000;
   line-height: 1.2;
   border-bottom: 1px solid #E2E2E2; 
   margin: 0 0 5px 0; }
h3 {
   font-size: 1.1em; 
   display: block; 
   margin: 10px 0; } 
h4 {
   margin-bottom: 15px; 
   font-size: 10pt; 
   font-weight: bold; }
ul, ol {
   list-style-position: inside; }

.MagnifImage{
background-color:#fff; 
color:#00f; 
font-weight:bold; 
border:10px solid #343434; 
text-align:center; 
padding:0;margin:0; 
}

   
/***** Identity ******/
#topbar {
   width: auto !important; 
   width /**/:760px; 
   height: 45px;
   border: 0px; }
#identity {
   height: 45px;
   width: 410px;
   border: 0px;
   float: left; }
#identity h1 {
   font-size: 1.0em;
   padding: 5px 0 0 3px; }
#identity h1 a, #identity h1 a:hover {
   color: #666;
   text-decoration: none; }
#identity p.head2 {
   color: #666;
   font-size: 0.9em; 
   padding-left: 3px; 
   font-weight: normal;
   line-height: 1.7; }

/****** Top Navigation ******/
#topnav {width: 350px; 
   height: 45px;
   border: 0px solid #000000;
   font-size: 0.9em;
   color: #999999;
   float: right; }
#topnav ul {margin: 0px;
   width: auto;
   list-style-type: none;
   line-height: 1.0em;
   border: 0px solid #000000;
   float: right; }
#topnav ul li {margin: 0px 5px 0px 10px;
   padding: 10px 5px 0px 5px;
   border-left: 1px solid #333333;
   float: left; }
#topnav ul li a {text-decoration: none;
   color: #333333; }
#topnav ul li a:hover {text-decoration: none;
   color: #000000; }

/****** Searchbox ******/
#logo {
   height: 155px;
   width: 960px;
   background-color: #FFFFFF; }
#sitesearch {
   width: 190px;
   height: 34px;
   float: right;
   margin: 10px 15px 0 0; }
#sitesearch form {
   background: url('img/searchorange.png') no-repeat center;
   height: 30px;
   border: 0px none;
   margin: 0;
   width: 184px;
   text-align: right;
   font-size: 0.9em; padding-left:0; padding-right:20px; padding-top:11px; padding-bottom:0 }
#sitesearch input {
   color: #000070;
   width: 120px; 
   border: 1px solid #000070;
   padding: 2px; }


/****** Navigation ******/
#navigation {
   width: 960px;
   background: url('img/silvertile.gif') repeat-x top center;
   height: 28px;
   border-top: 0px solid #FFFFFF;
   margin-bottom:17px}
#navbar_link {
   height: 30px;
   float: left; }
#navigation #navbar_link ul {
   float: left;
   height:30px;
   width: 100%;
   list-style-type: none; }
#navigation #navbar_link ul li {
   display: inline; }
#navigation #navbar_link ul li a {
   padding: 0px 0px;
   color: #fff;
   text-decoration: none;
   line-height: 1.6em;
   border-right: 1px solid #0c5684;
   text-decoration: none;
   font-size: 1.0em;
   font-weight: bold; }
#navigation #navbar_link a:hover { 
   text-decoration: none;	
   border-right: 1px solid #0c5684;
   color: #fff;
   background: #ddd url('img/silvertile.gif') repeat-x center -33px; }
   
a.selected {background: #ddd url('img/silvertile.gif') repeat-x center -33px; }



/****** Sidebar Items ******/
.SidebarItem {
   margin: 0 0 15px 0; }
.SidebarItem ul, #SidebarItem ol {
   list-style: none; }
.SidebarItem li {
   line-height: 1.2; }

/******** Footer ********/
#footer {
   clear: both;
   width: 960px; 
   height: 110px;
   font-size: 0.8em;
   font-weight: bold;
   border-bottom: 0px solid #ccc;
   margin: 0px auto; }
#footer p {
   font-weight: bold;
   border-top: 0px solid #ffffff;
   padding: 15px 0 0px 0px; }
#footer p span {
   padding-right: 3px; }
#footer a {
   color: #777;
   text-decoration: underline;
	display: inline;
}
#footer a:hover {
   color: #444; 
}
.articleShare {font-size: 12px; overflow: hidden; width: 100%; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 4px 0 0; height: 23px; margin-bottom: 8px;}
.articleShare ul {list-style: none; padding: 0 0 0 10px;}
.articleShare li {float: left;}
.articleShare .shareFB {margin-right: 15px;}
.articleShare .shareTW {margin-top: 2px;}
.articleShare .shareBookmark {margin-right: 16px; margin-top: 2px;}
.articleShare .shareBookmark .articleTools {padding: 0; clear: none; width: auto;}
.articleShare .shareBookmark .articleTools ul {padding: 0; font-size: 12px;}
.articleShare .shareComments {margin-top: 2px;}
.articleShare a {color: #747474;}
.articleShare a:hover {text-decoration: underline;}
.bookmark_f_facebook {display: none}
