body {
	background: #bdb5a5 url(images/bg2.jpg) no-repeat center top;
	font-family:"Times New Roman", Times, serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* web standard browsers */
	
}
html>body {
	font-size: small; /* Opera settings */	
}

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

#contentLeft a:link { color: #84b0d3; text-decoration:none; }
#contentLeft a:visited { color: #84b0d3; text-decoration:none; }
#contentLeft a:hover { color: #ffffff; background: #666666; text-decoration: none; }
#contentLeft a:active { color: #84b0d3; text-decoration:none; }

.langselect a:link { color: #84b0d3; text-decoration:none; }
.langselect a:visited { color: #84b0d3; text-decoration:none; }
.langselect a:hover { color: #ffffff; background: #666666; text-decoration: none; }
.langselect a:active { color: #84b0d3; text-decoration:none; }

.footlink a:link { color: #F3F3F3; text-decoration:none; }
.footlink a:visited { color: #F3F3F3; text-decoration:none; }
.footlink a:hover { color: #F3F3F3; text-decoration: underline; }
.footlink a:active { color: #F3F3F3; text-decoration:none; }

img { border: none; }

h2 { font-family: Georgia; font-size: 140%; color: #333333; margin-bottom: 10px; }
p { margin-bottom: 10px; }

#language {
	float:right;
	padding: 10px;
}

#container {
	margin: 0 auto;
	width: 900px;
	top: 0;
	overflow: hidden;
}

#header {
	float: left;
	background: #333333;
	width: 900px;
	overflow: hidden;
}

#topinfo {
	float: left;
	width: 900px;
	height: 298px;
	margin-bottom: 2px;
}

#navigation {
	float: left;
	background: #333333;
	width: 900px;
	height: 58px;
}

#mainbody {
	float: left;
	background: #FFFFFF;
	width: 898px;
	overflow: hidden;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#content { 
	float: left;
	padding: 20px;
	color: #666666; 
	background: #DDDDDD;	
}

#contentLeft {
	background: #F3F3F3;
	color: #333333;
	float: left;
	width: 598px;
	padding: 10px;
	margin-right: 20px;
}

#contentCal { 
	padding: 20px;
	color: #666666; 
	background: #DDDDDD;	
}

.disclaimer {
	font-size: 130%;
	color: #4c6a60;
	background: #FFFFFF;
	border: 1px dashed #333333;
 	padding: 10px;
}

#loading {
	position: absolute;
	top: 5px;
	right: 5px;
}

#calendar {
	margin-top: 20px;
}

#footer {
	float: left;
	background: #666666;
	width: 900px;
}

#footertext {
	float: left;
	color: #F3F3F3;
	font-size: 90%;
	padding: 10px;
}

#footerlang {
	float: right;
	padding: 10px;
	font-size: 110%;
	color: #CCCCCC;
}

#btmgrad { 
	float: left; 
	width: 900px; 
	height: 100px; 
	background: transparent url(images/btmgrad.png) 
}

/* ---- SIDE NAV ---- */
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#sidebar {
	float:left;
	width:220px;
}

#sidebar ul {
	display:inline;
}
#sidebar ul li {
	background:#EEEEEE none repeat scroll 0 0;
	float:right;
	margin-bottom:1px;
	padding:2px 10px;
	width:190px;
}

#sidebar ul li.selected {
	background:#FFFFFF url(images/arrow.gif) no-repeat scroll left center;
	cursor:pointer;
	padding:2px 15px;
}

#sidebar ul li.selected:hover {
	background:#FFFFFF url(images/arrow.gif) no-repeat scroll left center;
	text-decoration:none;
}

#sidebar ul li.selected:hover a {
	text-decoration:none;
}

#sidebar ul li:hover {
	background:#F4F4F4 url(images/arrow.gif) no-repeat scroll left center;
	cursor:pointer;
	padding:2px 15px;
	text-decoration:underline;
}

#sidebar ul li a {
	color:#555555;
	font-weight:normal;
}

/* ---- IMAGE HOVERS ---- */
.blog_but a {
		float: left;
        display: block;
        width: 225px;
        height: 254px;
        background: transparent url(../images/blog_but.png) no-repeat;
        margin: 0 0 20px 0;
}

.blog_but a:hover {
        background-position: 0 -254px;
} 
	

/* CONTACT FORM ----------------------------------------------*/
/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #666666;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #666666;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #b31e3b;
}

form.ddfm .required {
	color: #b31e3b;
        font-weight: bold;
}

.ddfmerrors {
	color: #b31e3b;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	/* margin: 15px auto 15px auto; */
	width: 500px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	/*width: 635px;*/ 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	/* width: 26%; */
	/* text-align: right; */
	margin: 0 10px 3px 0; 
	/* padding-bottom: 15px; */
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;

	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {

	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	clear: left;
        width: 90%;
	display: block;
        height: 200px;
	margin-bottom: 15px;
	padding: 3px;
        border: 1px solid #cccccc; /* --- Added ---*/
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 68%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
        border: 1px solid #cccccc; /* --- Added ---*/
        clear: both;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
        clear: left;
	float: left; 
	display: block;
	width: 90%;
	margin-bottom: 15px;  
	padding: 3px;
        border: 1px solid #cccccc; /* ---  Added ---*/
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	clear: both; 
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 -85px; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin: -3px 0 15px 0;  
	padding: 3px;
	text-align: left;
        font-weight: bold;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}