/* body { padding:0; margin:0; font-family: Verdana, Arial; font-size:11; background: #395C38 url(images/background.gif) repeat-x top; } */


.default { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana; font-size:10pt; color:#363636; line-height: 17px;}

.title { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana; font-size:15pt; color:#5A9AE2; }
.subtitle { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana; font-size:12pt; color:#C29D53; font-weight: bold;}
.intro { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana; font-size:10pt; color:#EE6B0A; font-weight: bold;}

#fullbody { width:802; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Verdana; font-size:10pt; line-height:16px; color:#363636;}

a:link 			{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana, sans-serif; font-size: 10pt; text-decoration: underline; color: #C10000; }
a:visited 		{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana, sans-serif; font-size: 10pt; text-decoration: underline; color: #C10000; }
a:hover 			{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana, sans-serif; font-size: 10pt; text-decoration: none; color: #C10000; }

a.mainmenu:link 		{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 9pt; text-decoration: none; font-weight: bold; color: #6C6C6C; line-height:1.8em;}
a.mainmenu:visited 	{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 9pt; text-decoration: none; font-weight: bold; color: #6C6C6C; line-height:1.8em;}
a.mainmenu:hover 		{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 9pt; text-decoration: none; font-weight: bold; color: #181818; line-height:1.8em;}

a.sidemenu:link 		{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11pt; text-decoration: none; font-weight: bold; color: #4E4E4E; line-height:1em; padding: 2px 0 0 35px; display:block; vertical-align: baseline; }
a.sidemenu:visited 	{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11pt; text-decoration: none; font-weight: bold; color: #4E4E4E; line-height:1em; padding: 2px 0 0 35px; display:block; vertical-align: baseline; }
a.sidemenu:hover 		{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11pt; text-decoration: none; font-weight: bold; color: #5A81F1; line-height:1em; padding: 2px 0 0 35px; display:block; vertical-align: baseline; }


a.bottom:link 			{ font-family: Arial, sans-serif; font-size: 8pt; text-decoration: none; color: #787878; }
a.bottom:visited 		{ font-family: Arial, sans-serif; font-size: 8pt; text-decoration: none; color: #787878; }
a.bottom:hover 		{ font-family: Arial, sans-serif; font-size: 8pt; text-decoration: underline; color: #787878; }


.mainmenu_mouseover { background-color: #E3F0F3; border: 1px #ccc solid; }
.mainmenu_mouseout { background-color: #EFF9FB; border: 1px #ccc solid; }

.sidemenu_mouseover { background-image: url(images/side-menu-back.jpg); background-repeat: no-repeat;  }
.sidemenu_mouseout  { background-image: url(images/side-menu-back.jpg); background-repeat: no-repeat;   }

#list ul {
  margin-left:-0; padding-left: 15px;
}

#list ul li {
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.png) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }
 
 
.img-shadow {
/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:5px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}