@charset "utf-8";
/* CSS Document */

html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
}

/*------------------------------------------------------------------------------------------------------------------ */

body {
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------------------------------------------------ */

#topmenu {
	text-align: left;
	width: 510px;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	position: static;
	font-size: 12px;
	background-image: url(../images/bg-top-menu_01.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

/*------------------------------------------------------------------------------------------------------------------ */

#container {
	text-align: left;
	width: 450px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 100px;
	position: static;
	height: auto !important;
	height: 505px;
	min-height: 700px;
}

/*------------------------------------------------------------------------------------------------------------------ */

#boxes {
	text-align: justify;
	width: 450px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	position: static;
	height: auto !important;
	height: 110px;
	min-height: 105px;
	clear:both;
}

#boxes img{	
	margin-right:10px;
	margin-bottom:10px;
	border:#CCCCCC solid 1px;
}

/*------------------------------------------------------------------------------------------------------------------ */

#title {
	text-align: left;
	width: 450px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	position: static;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*------------------------------------------------------------------------------------------------------------------ */

#more {
	text-align: right;
	width: 450px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	position: static;
}

/*------------------------------------------------------------------------------------------------------------------ */

#footer {
	text-align: left;
	width: 830px;
	padding-top: 0px;;
	padding-bottom: 20px;
	padding-left: 100px;
	position: static;
	font-size:10px;
}

#footer-left{
	text-align: left;
	width: 480px;
	padding-top: 0px;;
	padding-bottom: 20px;
	float: left;
}

#footer-right {
	text-align:  right;
	width: 300px;
	padding-top: 0px;;
	padding-bottom: 20px;
	padding-right: 0px;
	float:right;
}

/*------------------------------------------------------------------------------------------------------------------ */

#right {
	text-align: left;
	width: 350px;
	position: absolute;
	left: 600px;
	top:0px;
}

#times {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	position: static;
	height: auto !important;
	height: 110px;
	min-height: 105px;
	clear:both;
    
    font-family: Georgia, "Times New Roman", Times, serif;
}

/*------------------------------------------------------------------------------------------------------------------ */
/* links */

a {
	color: #66CC00;
	text-decoration: none;
}

a.underline {
	color: #66CC00;
	text-decoration: underline;
}

a:hover {
	color: #CC9900;
	text-decoration: underline;
}

a.white {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	color: #CC9900;
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------------------------ */
/* generic classes */

img  {
	border:0px;
}

h1 {
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:30px;
}

.bold {
	font-weight:bold;
}

.boldgreen {
	color: #66CC00;
	font-weight:bold;
}

.green {
	color: #66CC00;
}

.boldcream {
	color: #CCCC66;
	font-weight:bold;
}

.cream {
	color: #CCCC66;
}

.greenitalic {
	color: #66CC00;
	font-style: italic;
}
.italicstyle {
	font-style: italic;
}

.gray {
	color: #999999;
}

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

ol {
	margin:10px 10px 0 25px;
	padding:0px 0px 0px 0px;
}

li {
	padding:0px 0px 10px 0px;
}