body {
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
	min-width: 750px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
}



a{
	color: #4080a0;
	font-size: 12px;
	text-decoration: none;
}
p{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#copyright a{
	color: #4080a0;
	font-size: 12px;
	text-decoration: none;
}
h1.head {
	background-color: #e9f1f7;
	text-align: center;
	padding-top: 5px;
	margin-top: 50px;
	color: #c5d9e2;
}
h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
    color: #c5d9e2;
	font-size: 20px;
}
h2 a {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
    color: #c5d9e2;
	font-size: 20px;
}


#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
	padding-top: 20px;
}
.pagination {
	background-color: #eee;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}
.scroll {

    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background: #fff;
	border-bottom: 1px dotted #4080a0;
}

.scrollContainer div.panel {
    padding: 20px;

    width: 580px;

}



ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    padding: 12px;
    color: #000;
    text-decoration: none;
	background-color: #e9f1f7;
	margin: 5px;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
img.floatleft { 
        float: left; 
        margin: 5px;
}
img.floatright { 
        float: right; 
        margin: 5px;

}
a img {
	border: 0px;
}

#copyright {
    color: #4080a0;
    font-size: 12px;
	text-align: center;
}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:000;
	font-size:16px;
	font-weight: bold;
	background-color:#c5d9e2;
	width:100%;
	margin: 5px;
	padding:10px;

	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */

	width:100%;
		margin-left:10px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
	padding:10px;

}
.commentbox{
	background-color: #c5d9e2;
	width: 100%x;
	padding: 10px;
	margin-left: 10px;
}

.commentfooter{
	background: url(../images/arrow.gif) 20px 0 no-repeat; 
	padding-left: 65px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}   