/*css development Scubita */
/* here it goes here it goes here it goes here it goes here it goes here it goes */

* {
	margin:0;
	padding:0;
	}

body {
	background-color: #BBB;
}


#wrapper {
	width: 930px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#base {
	width: 100%;
	height: 100%;
	display: block;
	overflow: auto;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
}

#disclaimer {
	width:900px;
	height:128px;
	padding:15px;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #565656;
	background-color: #FFFFCC;
	background-image: url(disclaimer.jpg);
	float:right;
	border-top: 10px solid #36393D;
	border-bottom: 10px solid #36393D;

}

#topmenu {
	width:910px;
	height:27px;
	padding: 8px 5px 0 15px;
	color: #565656;
	background-color: #F8F8F8;
	float:right;

}

.boxpic {
	margin: 16px;
	float:right;
	border: 1px solid #FFF;
}

#leftbox {
	width:149px;
	height:100%;
	padding:15px 15px 50px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	float:left;
	border-left: 1px solid #FFF;
}


#rightbox {
	width:696px;
	height:100%;
	padding:23px 15px 50px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f2f2f2;
	float:right;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	text-align: left;
}

.menu {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
    width: 150px;
	height: 20px;
	margin-bottom: 1px;
	padding: 6px 0 0 15px;
	display: block;
	background-image: url(button.jpg);
	color: #333;
	text-align: left;
	border-bottom: 1px dotted #999;
}

.menu a {
	background-color: #CCC;
	color: #FFF;
}

.menu:hover {
	background-image: url(buttonactive.jpg);
	color: #333;
	text-align: left;
}

#footer {
	width:930px;
	height:50px;
	display: block;
	margin-top: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	float:right;
}




/* Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles */

.blockquote {
    background: #3EA7CA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	margin: 22px 10px 15px 0;
	padding: 5px 7px 5px 7px;
	display: block;
	
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px 2px 5px 3px;
	background-color: #FFFFCC;
	color: #f2f2f2;
	display: inline;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px 2px 5px 3px;
	background-color: #3EA7CA;
	color: #FFF;
	display: inline;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #36393D;
	line-height: 17px;
}




/* links links links links links links links links links links */

.links {
	color: #3CA7C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	diplay: block;
	padding: 0 10px 0 14px;
	text-decoration: none;
}

.links:hover {
	color: #36393D;
	text-decoration: underline;
	
}

.linktop {
    width: 115px;
	height: 30px;
	display: block;
	padding: 10px 0 0 0;
	margin-left: 2px;
	background-image: url(button.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	float: right;
}

.linktop:hover {
	background-image: url(buttonactive.jpg);
}
