body {
	margin: 0;
	padding: 0;
	background-color: #3E6FCF;
	background-image: url(../images/backlinedwn.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #054ca4;
}
a:link {
	color: #6699CC;
	font-weight: bold;
}
a:visited {
	color: #6699CC;
}
a:active {
	color: #3399FF;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}

/* layout */

#wrap {
	clear:both;
	min-width: 860px;
	max-width: 1400px;
	background: url(../images/wrap-bg.gif) repeat-y 70% 0;
}
#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
}
#sidebar {
	float: right;
	width: 30%;
}
#footer {
	clear: both;
	background: #003366 url(../images/footer-bg.gif) repeat-x top left;
}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url(../images/content-bg.gif) repeat-x top left;
	text-align:justify;
}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
}

/* header */

#header {
	background: #b5ccec url(../images/header-bg.gif) repeat-x top left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3E6FCF;
}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #054ca4;
	background: url(../images/animlogo.gif) no-repeat top left;
}
#header h1 p {
	margin: 0;
	margin-left: 100px;
}

/*** lang navigation ***/
#lang {
	float:right;
	font-weight:bold;
}
#lang li {
	margin:20px 0 0 0;
	float:right;
	line-height:21px;
	height:21px;
	list-style:none;
	font-size:60%;
}
#lang li a {
	display:block;
	line-height:21px;
	text-decoration:none;
	padding: 0 5px;
	margin: 0; 
	color:#fff;
}
#lang li a img {
	border:none;
}
.current { 
	background: url(../images/langback.gif) no-repeat top center;
}

/* message row */

#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #99CCFF;
	text-align: center;
	background: #003366 url(../images/message-bg.gif) repeat-x top left;
}
#message strong {
	padding: 0 0 0 28px;
	background: url(../images/pretzel.gif) no-repeat 0 50%;
}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #054CA4;
	font-weight: normal;
}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #054CA4;
	}
dl.feature dt images {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(../images/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 20px;
	font-size: 90%;
	line-height: 1.5em;
	color: #003366;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #003366;
	background: #fff url(../images/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #054CA4;
	background: url(../images/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(../images/li-bullet.gif) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #B5CCEC;
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */
