html,
body.home {
	margin:  0px;
	padding: 0px;
}
body.home {
	font-family: Arial;
	font-size:   12px;
}
form {
	margin:  0px;
	padding: 0px;
}
input,
select,
textarea {
	font-family: Arial;
	font-size:   12px;
}
h1 {
	font-size:   22px;
	font-weight: normal;
	color:       #069;
}
h2 {
	font-size:   16px;
	font-weight: bold;
	color:       #000;
}
h3{
	font-size:   12px;
	font-weight: bold;
	color:       #000;
}
a {
	color: #0A9B02;
}
a img {
	border: none;
}
li {
	color: #069;
}
th {
	background-color: #069;
	color:            #FFF;
	text-align:       left;
}
/* HEADER */
.header {
	position:          relative;
	z-index:           1;
	height:            200px;
	background-color:  #5ABCEB;
	background-image:  url(/images/headerBg.jpg);
	background-repeat: repeat-x;
	text-align:        center;
}
.meta {
	position:   absolute;
	z-index:    2;
	top:        0px;
	left:       0px;
	width:      100%;
	margin:     0 auto;
	text-align: right;
	font-size:  11px;
	color:      #1687BF;
}
.meta a {
	color:           #1687BF;
	text-decoration: none;
}
.meta input {
	font-size: 11px;
}
.metaLinks {
	width: 840px;
}
.metaLink {
	padding:           2px 4px;
	background-color:  transparent;
	background-image:  url(/images/metaBg.gif);
	background-repeat: repeat-x;
	white-space:       nowrap;
}
.metaButton {
	padding:          1px 4px;
	border:           1px solid #FFF;
	background-color: #1687BF;
	color:            #FFF;
	font-weight:      bold;
}
.headerTop {
	position:          absolute;
	z-index:           1;
	top:               0px;
	left:              0px;
	width:             100%;
	height:            9px;
	background-color:  transparent;
	background-image:  url(/images/headerTopBg.gif);
	background-repeat: repeat-x;
}
.headerContent {
	position:          relative;
	z-index:           0;
	width:             840px;
	height:            200px;
	margin:            0 auto;
	background-color:  transparent;
	background-image:  url(/images/header.jpg);
	background-repeat: no-repeat;
	text-align:        left;
}
/* MAIN NAVIGATION */
.mainNavigation {
	position: absolute;
	z-index:  99999;
	bottom:   -4px;
}
.mainNavigation a {
	color:           #FFF;
	font-size:       12px;
	font-weight:     bold;
	text-decoration: none;
	font-size: 13px;
}
.mainNavigation .item,
.mainNavigation .itemA {
	height:  43px;
	padding: 0px 6px;
}
.mainNavigation .item {
	padding:             0px 16px;
	background-image:    url(/images/itemBg.gif);
	background-repeat:   no-repeat;
	background-position: top center;
}
.mainNavigation .itemA {
	background-image:  url(/images/tabBg.gif);
	background-repeat: repeat-x;
}
.mainNavigation .tabLeft {
	padding-left:   10px;
	vertical-align: top;
}
.mainNavigation .tabRight {
	padding-right:  10px;
	vertical-align: top;
}
/* SUB NAVIGATION */
.subNavigation {
	width:        25%;
	padding:      10px 20px 10px 0px;
	border-right: 1px solid #CCC;
}
.subNavigation a {
	display:         block;
	padding:         4px 0px;
	text-decoration: none;
	color:           #333;
}
.subNavigation .level2A,
.subNavigation .level2MultipleA,
.subNavigation .level3A,
.subNavigation .level3MultipleA,
.subNavigation .level4A,
.subNavigation .level4MultipleA {
	color:       #117AAB;
	font-weight: bold;
}
.subNavigation .subs2,
.subNavigation .subs3 {
	padding:   0px 0px 10px 20px;
	font-size: 11px;
}
.subNavigation .subs2 a {
	padding: 2px 0px;
	color:   #117AAB;
}
/* YAHOO */
.yahoo,
.yahooFull,
.currentHeader {
	height: 30px;
}
.currentHeader {
	width:        25%;
	padding:      0px;
	border-right: 1px solid #CCC;
	font-size:    14px;
	font-weight:  normal;
	color:        #117AAB;
}
.currentHeader a {
	color:           #999;
	text-decoration: none;
}
.yahoo,
.yahooFull {
	width:               75%;
	padding:             0px 20px;
	border-left:         1px solid #FFF;
	background-image:    url(/images/yArrow.gif);
	background-repeat:   no-repeat;
	background-position: 10px 11px;
	font-size:           11px;
	color:               #999;
}
.yahooFull {
	width:       100%;
	border-left: none;
}
.yahoo a,
.yahooFull a {
	color:           #999;
	text-decoration: none;
}
.yahoo a:hover,
.yahooFull a:hover {
	color: #333;
}
/* CONTENT BACKGROUND */
.contentBg,
.contentBgSP {
	width:             100%;
	text-align:        center;
	background-color:  #FFF;
	background-image:  url(/images/contentBg.jpg);
	background-repeat: repeat-x;
	border-top:        1px solid #FFF;
}
.contentBgSP {
	background-image: url(/images/contentBgSP.jpg);
}
.armsBg,
.armsBgSP {
	width:               100%;
	text-align:          center;
	background-color:    transparent;
	background-image:    url(/images/armsBg.jpg);
	background-repeat:   no-repeat;
	background-position: top right;
}
.armsBgSP {
	background-image: url(/images/armsBgSP.jpg);
}
/* MAIN CONTENT */
.mainContent {
	width:      840px;
	text-align: left;
}
.mainContainerFP,
.mainContainerSP,
.mainContainerSPFull {
	width:   60%;
	padding: 20px 10px 20px 20px;	
}
.mainContainerSP {
	width:       75%;
	height:      350px;
	min-height:  400px;
	border-left: 1px solid #FFF;
}
.mainContainerSPFull {
	width:      100%;
	height:     350px;
	min-height: 400px;
	padding:    20px 0px 20px 0px;
}
.rightContainerFP {
	width:   40%;
	padding: 20px 20px 20px 10px;
}
/* IMAGO */
.imago {
	height:              250px;
	background-repeat:   no-repeat; 
	background-position: center center;
}
/* BOX */
.boxG,
.boxB {
	width:   100%;
	padding: 0px;
	overflow: visible;
}
.boxHeader .left,
.boxHeader .right,
.boxFooter .left,
.boxFooter .right {
	background-repeat: no-repeat;
}
.boxHeader .text,
.boxFooter .middle {
	width:             100%;
	background-repeat: repeat-x;
}
.boxFooter .middle {
	border-bottom:    1px solid #CCC;
	background-color: #FFF;
}
.boxHeader img {
	display: block;
}
.boxHeader .left img,
.boxHeader .right img {	
	width:   4px;
	height:  36px;
}
.boxContent {
	padding:          10px;
	border-right:     1px solid #CCC;
	border-left:      1px solid #CCC;
	background-color: #FFF;
}
.boxFooter img {
	display: block;
	width:   4px;
	height:  4px;
}
.boxG .boxHeader .text {
	background-image: url(/images/boxGHBg.gif);
}
.boxG .boxHeader .left {
	background-image: url(/images/boxGHL.gif);
}
.boxG .boxHeader .right {
	background-image: url(/images/boxGHR.gif);
}
.boxB .boxHeader .left {
	background-image: url(/images/boxBHL.gif);
}
.boxB .boxHeader .right {
	background-image: url(/images/boxBHR.gif);
}
.boxB .boxHeader .text {
	background-image: url(/images/boxBHBg.gif);
}
.boxFooter .left {
	background-image: url(/images/boxFL.gif);
}
.boxFooter .right {
	background-image: url(/images/boxFR.gif);
}
/* NEWS VIEW */
.newsViewFP {
	margin:  0px;
	padding: 0px;
}
.newsViewFP a {
	color:           #000;
	text-decoration: none;
}
.newsViewFP .date {
	font-size: 11px;
	color:     #666;
}
.newsViewFP li {
	display:             block;
	margin:              0px;
	padding:             0px 0px 2px 10px;
	background-image:    url(/images/nArrow.gif);
	background-repeat:   no-repeat;
	background-position: 0px 4px;
	list-style-type:     none
}
/* SITEMAP */
.sitemap {
	width: 100%;
}
.sitemap .left {
	width: 25%;
}
.sitemap .right {
	width: 75%;
}
.sitemap .level1 {	
	font-size: 14px;
}
/* SIDEBAR */
.mainContainerSidebar {
	float:       right;
	width:       200px;
	margin:      20px 0px 20px 20px;
	border-left: 1px solid #CCC;
}
.mainContainerSidebar .content {
	padding:    10px 0px 10px 20px;
	color:      #587586;
	font-size:  11px;
}
.mainContainerSidebar h1 {
	font-size:   12px;
	font-weight: bold;
	color:       #587586;
}
/* GALLERY */
.gallery {
	position: relative;
	width:    100%;
}
.gallery .image {
	position:   relative;
	padding:    5px 5px;
	text-align: center;
}
.gallery .shadow {
	position:         relative;
	background-color: #F3F3F3;
}
.gallery .frame {
	position:         relative;
	top:              -5px;
	left:             -5px;
	height:           120px;
	padding:          20px 10px 10px 10px;
	border:           1px solid #DDD;
	background-color: #F0F0F0;
}
.gallery .frame img {
	border:        1px solid #DDD;
	border-bottom: 1px solid #FFF;
	border-right:  1px solid #FFF;
}
.gallery .details {
	font-size: 10px;
	color:     #888;
}
/* FOOTER */
.footer {
	padding:    10px 0px;
	border-top: 1px solid #DDD;
	color:      #99ADC2;
	text-align: center;
	font-size:  11px;
}
/* MISC */
.headerDiv {
	display:          block;
	position:         relative;
	z-index:          0;
	width:            100%;
	height:           5px;
	padding:          0px;
	position:         relative;
	margin-top:       1px;
	background-color: #0A9B02;
	border-bottom:    1px solid #087C02;
	font-size:        1px;
}
.publishDate {
	color:     #666;
	font-size: 11px;
}
.oddrow td {
	background-color: #F6F6F6;
}
.message {
	padding: 10px;
	border:  1px solid #069;
	color:   #069;
}
.error {
	padding: 10px;
	border:  1px solid #C00;
	color:   #C00;
}
.missing {
	color:       #C00;
	font-weight: bold;
}