@charset "utf-8"; 

* { 
	margin:0px; 
	padding:0px;
} 

body { 
	background-color:#C0C0C0; 
	text-align:center; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
} 

em {
    font-weight:bold;
    font-style:normal;
}

#bodycontainer {
    margin:0 auto;
    text-align:center;
    width:938px;
}
#lshadow {
    width:19px;
    height:3786px;
    background-repeat:repeat-y;
    background-image:url(images/leftshadow.gif);
    float:left;
}
#rshadow {
    width:19px;
    height:3786px;
    background-repeat:repeat-y;
    background-image:url(images/rightshadow.gif);
    float:right;
}
#main {
    width:900px;
    float:left;
}
#header {
    width:900px;
    height:140px;
    background-image: url(images/headerbg.jpg);
    background-repeat:none;
}
#flagcontainer {
    margin:0px 0px 0px 0px;
    padding-top:100px;
    width:190px;
    float:right;
}
#flagcontainer img{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    border:none;
    width: 44px;
    height: 25px;
}
#contactlink {
    margin-top:10px;
    margin-right:20px;
    float:right;
}
#menu {
    width:900px;
    height:42px;
    background-image: url(menu/menubg.jpg);
    background-repeat:repeat-x;
    text-align:center;
}
#menu ul {
    padding-top:14px;
    list-style-type:none;
}
#menu ul li {
    margin-left:8px;
    margin-right:8px;
    display: inline;
}
#menu li:hover {
	//xbackground-color:#FFD332; 
    background-image: url(menu/menuover.png);
}
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
    font-family:Tahoma, Helvetica Neue LT Std, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:12px;
    text-decoration: none;
    font-weight:normal;
}
#masthead {
    width:900px;
    height:150px;
    text-align:left;
    background-color:#808080;
}
#masthead img{
    border:none;
    width: 900px;
    height: 150px;
}
.bodyhline {
    border:none;
    width:900px;
    height:2px;
    background-repeat:repeat-x;
    background-image:url(images/hline.gif);
    background-color:#CCCCCC;
    color:#CCCCCC;
}
#content {
    width:900px;
    height:3450px;
    background-image: url(images/contentbg.gif);
    background-repeat:repeat-x;
    background-color:#FFF5CB;
    overflow:hidden;
}
#contentbg {
    width:900px;
    height:3450px;
    background-image: url(images/logobg.png);
    overflow:hidden;
}
#simplecont {
    padding:40px 30px 0 30px;
}

#footercontainer {
    margin:0 auto;
    text-align:center;
    width:938px;
}
#lfshadow {
    float:left;
}
#lfootshadow {
    width:19px;
    height:40px;
    background-repeat:none;
    background-image:url(images/leftshadow.gif);
}
#lcorner {
    width:19px;
    height:19px;
    background-repeat:none;
    background-image:url(images/lcorner.gif);
}
#rfshadow {
    float:right;
}
#rfootshadow {
    width:19px;
    height:40px;
    background-repeat:none;
    background-image:url(images/rightshadow.gif);
}
#rcorner {
    width:19px;
    height:19px;
    background-repeat:none;
    background-image:url(images/rcorner.gif);
}

#footmain {
    width:900px;
    float: left;    
}
#footer {
    width:900px;
    height:40px;
    background-image: url(images/contentbg.gif);
    background-repeat:repeat-x;
    text-align:center;
}
#endshadow {
    width:900px;
    height:52px;
    background-repeat:repeat-x;
    background-image:url(images/bottomshadow.gif);
    background-position:top;
}
#blshadow {
    float:left;
    border:none;
}
#brshadow {
    float:right;
    border:none;
}
#footernav {
    width:900px;
    height:37px;
    display: block;
}

span.bottomnav {
    line-height:37px;
    text-align:center;
}
a.footnav:link, a.footnav:visited, a.footnav:hover, a.footnav:active {
    color: #404040;
    font-size:12px;
    text-decoration: none;
}
a.footnav:hover {
    color: #000000;
}
#copyright {
	font-size:10px; 
	padding-top:10px;
	color:#404040;
}
a.dslink:link, a.dslink:visited, a.dslink:hover, a.dslink:active {
    color:#606060;
    text-decoration: none;
}
.verticalrule {
    width: 2px;
    height: 90%;
    background-color: #FFF5CB;
    xcolor:#998C56;
    background-repeat:repeat-y;
    background-image:url(images/vline.gif);
    margin-top:30px;
    display:inline;
    float:left;
}
.horizontalrule {
    border:none;
    height: 2px;
    padding:0px;
    margin-top:5px;
    margin-bottom:5px;
    background-color: #FFF5CB;
    color:#AA9D67;
    background-image:url(images/hline.gif);
    background-repeat:repeat-x;
    width: 100%;
}

h1 {
    font-size:18px;
    font-weight:bold;
}
h2 {
    font-size:16px;
    font-weight:bold;
}
h3 {
    font-size:14px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:5px;
}

.contentheadline {
    font-family:Tahoma, Helvetica Neue LT Std, Arial, Helvetica, sans-serif;
    color: #000000;
    xfont-size:20px;
    text-decoration: none;
    xfont-weight:normal;
    text-align:left;
    white-space:nowrap;
}
.contenttext {
    text-align:left;
    padding-top: 4px;
    padding-bottom: 10px;
    line-height:1.3em;
}
a.contenttext:link, a.contenttext:visited, a.contenttext:hover, a.contenttext:active {
    color:#404040;
}
a.contenttext:hover {
    color: #FF7000;
}
ol.contenttext {
    list-style-type:decimal;
    margin-left:40px;
    margin-top:10px;
}
ul.contenttext {
    list-style-type:disc;
    margin-left:40px;
    margin-top:10px;
}
.contenttext li {
    padding-left:5px;
}

.sidelist {
    margin-top:-10px;
    display:inline;
    float:left;
    margin-left:20px;
}
.lefttext {
    text-align:left;
}

#contentside {
    width:180px;
    //xmargin-left:-19.5%;
    left:200px;
    text-align:left;
    float: left;
    display: inline;
}
#dslink {
    margin-top:6px;
    //xdisplay:none;
    //xvisibility:hidden;
    color:#606060; 
}

#contentcol{
    padding:20px 30px 0 30px;
    display:inline;
    float:left;
    width:840px;
}

#aboutimage {
    margin-left:-7px;
    margin-right:-7px;
    width: 272px;
    height: 188px;
    margin-bottom:20px;
}

.az1 {
    text-align:left;
    xpadding-top: 4px;
    xpadding-bottom: 10px;
	margin-top:6.0pt;
	margin-right:0cm;
	margin-bottom:3.0pt;
	margin-left:21.6pt;
	text-indent:-21.6pt;
	page-break-after:avoid;
    font-weight:bold;
}
.az2 {
    text-align:left;
    xpadding-top: 4px;
    xpadding-bottom: 10px;
	margin-top:3.0pt;
	margin-right:0cm;
	margin-bottom:3.0pt;
	margin-left:16.8pt;
	text-indent:-16.8pt;
	page-break-after:avoid;
}



input, select, textarea, submit {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #000000;
    border: 1px solid #606060;
}
textarea {
    width:363px;
    font-size: 1.1em;
}
input {
    height:20px;
    width: 201px;
    font-size: 1.1em;
}
select {
    height:20px;
    width: 203px;
    font-size: 1.1em;
}

