html {

}
body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.gif) bottom repeat-x fixed;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top: 7px;
	margin-bottom: 7px;
	font-variant: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #4E5E73;
}
h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4461E3;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
table {
	font-size: 1em;
	border-collapse: collapse;
	margin-top:5px;
	margin-bottom:5px;	
}
td{
	vertical-align: top;
}
th {
	font-size: 0.9em;
	color:#333;
	font-style: italic;
	font-weight:normal;
}
table .border {
}
table .border td, th{
	border:1px Solid #DDD;
}
table .borderless {
}
table .borderless td, th {
	border:none;
}

li {
	list-style-type: square;
	
}
img{
	border:0px;
}
#wrapper {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	/*border-left: 15px solid #BBB;
	border-right: 15px solid #BBB;*/
	width: 840px;
	margin: 10px auto;
	padding-bottom: 10px;
	background: url(../images/content_bg.gif) repeat-y;
}

#layout {
	margin: 5px Auto;
	width: 750px;
	vertical-align: top;
	padding: 0px;
	font-size: 12px;
	background-color: #FFF;
}

#header {
}

#menucontainer {
	padding: 0px; 
	border: 1px solid #BBB;
}
#divshadow {
	background: url(../images/bmenu.gif) top center repeat-x;
	height:10px;
}

#leftcontent {
	padding: 20px;
	border-left: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-right: 0px solid #BBB;
}
#centercontent {
	padding: 20px;
	border-left: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
#rightcontent {
	padding: 10px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-left: 0px;
	width:30%;
	background-color:#FFF;
	text-align:center;
}
#leftcontent img {
	margin: 5px;
	border: 1px Solid #DDD
}

#footer {
	color: #999;
	font-size: 0.9em;
	text-align:center; 
	margin-bottom:5px;
}

#caption{
	font-size: 0.85em;
	color:#333;
	font-style: italic;
}
#slides {
    position:relative;
	width: 490px;
	height: 360px;
    background-color: #FFF;
	padding-top:10px;
	padding-bottom:10px;
	overflow: hidden;
}

#slides div {
    position:absolute;
	width:490px;
	height:360px;
    top:0px;
    left:0px;
    display:none;	
}

#slides div.active {
    display:block;
}

#slides div.last-active {
    display:none;
}
#slides p {
    padding-left:10px;
}
#slides div img {
	display:block;
    border: 0;
	margin:0 auto; 
	margin-bottom: 15px;
}
#imgcaption {
	position:absolute;
	left:10px;
	top: 0px;
	width: 390px;
	color: #999;
	font-size: 1em;
}
#caption {
	position:relative;
	width: 490px;
	height: 15px;
	margin-top: 0px;
}

#caption div.next {
	position:absolute;
	right:0px;
	top: 0px;
	width: 100px;
	cursor: pointer;
	color: red;
	font-size: 1em;
	text-align: right;
	padding-right:10px;
}

