body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background:url(images/bg_gradient_new.jpg) repeat-x top #9999cb;
}
#content {
	font-size: 12px;
	padding: 4px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	-moz-border-radius-bottomright:2em;
	-moz-border-radius-bottomleft:2em;
	-moz-border-radius-topleft:2em;
	-moz-border-radius-topright:2em;
}
#title {
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
	background-color: #333;
	padding: 4px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	padding: 4px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccc;
}
#side {
	font-size: 12px;
	background-color: #f60;
	padding: 14px;
	margin: 12px;
	width: 34%;
	float:right;
	color: #fff;
	-moz-border-radius-bottomright:2em;
	-moz-border-radius-bottomleft:2em;
	-moz-border-radius-topleft:2em;
	-moz-border-radius-topright:2em;

}
.orangetitle {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}
#whitebox {
	background-color: #9999CC;
	margin: 4px;
	padding: 14px;
	-moz-border-radius-bottomright:2em;
	-moz-border-radius-bottomleft:2em;
	-moz-border-radius-topleft:2em;
	-moz-border-radius-topright:2em;
	}
	
	#bluebox {
	background-color: #333366;
	margin: 10px;
	padding: 2px;
	-moz-border-radius-bottomright:2em;
	-moz-border-radius-bottomleft:2em;
	-moz-border-radius-topleft:2em;
	-moz-border-radius-topright:2em;

}
.whitetxt {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.linksbtn { FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: none; color: #ffffff; font-weight: 600;; font-variant: normal; text-transform: none; margin: 4px;
	padding: 4px;
	width: 110px; border: medium double #fff;
}
a.linksbtn, a.linksbtn:visited, a.linksbtn:active ,a.linksbtn:hover { color: #ffffff; text-decoration: none; background-color: #f90; border: medium double #fff;}

.linksorange { FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: none; color: #333333; font-weight: 600;}
A.linksorange { COLOR: #333333; TEXT-DECORATION: none;}
A.linksorange :visited {
	COLOR: #eeeeee;
	TEXT-DECORATION: none;
	background-color: #FF9900; }
A.linksorange:active { COLOR: #eeeeee; TEXT-DECORATION: underline; background-color: #FF9900; }
A.linksorange:hover { COLOR: #eeeeee; TEXT-DECORATION: underline; background-color: #FF9900; }

