/*****************************/
/*** Core html setup stuff ***/
/*****************************/
/* orange: #ff9900 blue: #3333ff; light blue #8080ff*/
html {
	height: 100%;
	margin-bottom: 1px;
	margin: 0px;
	background-color: #ffffff;
}
body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	padding: 0px;
	line-height: 140%;
	margin: 0px;
	color: #ff9900;
}
p { 
	margin-top: 0;
	margin-bottom: 10px; 
}
h1 {
	font-size: 1.67em;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	font-variant: small-caps;
}
h4 {
	font-size: 1.25em;
}
a {
	color: #ff9900;
	text-decoration:underline;
	font-variant: small-caps;
}
br.clear { clear:both;}
.formrow {
	vertical-align: baseline;
}

.rbroundbox { background: #3333ff; }
.rbtop div { background: url(/images/bluewhite/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/bluewhite/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bluewhite/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/bluewhite/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 10px;
font-size: 1px;
}
.rbcontent { 
	margin: 0 10px; 
	}
.rbroundbox { width: 90%; margin: 1em auto; }
.rbleft { float: left; margin-left: 3%; width: 47%; }
.rbright { float: right; margin-right: 3%; width: 47%; }

.centretext {
	text-align:center;
}
.rtext {
	text-align:right;
}

.form td {
	vertical-align: top;
}
.flabel {
	width:15em;
}
.flabelred {
	width:15em;
	background:red;
}
.smalltab {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #6363ff;
}
.smalltr {
	border-width: 1px;
	padding: 1px 10px 1px 10px;
	border-style: solid;
	border-color: #6363ff;
}
.smalltrb {
	border-width: 3px;
	padding: 1px 15px 1px 15px;
	border-style: solid;
	border-color: #8080ff;
	font-weight: bold;
	}

.stdtab {
	border-width: 0px;
}
.stdtab td {
	padding: 1px 10px 1px 10px;
}

h1.site {
	font-size: 6em;
	line-height: 0em;
	font-weight: bold;
	text-align: center;
}

/* MENU */
#nav {
	float:left;
	width:100%;
	background:#ffffff;
	font-variant: small-caps;
	line-height:normal;
	border-top:1px solid #999;
}
#nav ul {
	list-style-type: none;
	padding: 0 10px 10px 50px;
	margin: 0;
	background-color: #ffffff;
}
#nav li {display: inline; margin: 0; padding: 0; }
#nav a {
	float: left;
	background: url(/images/tab/tab-left.png) no-repeat left bottom;
	padding: 0 0px 0 20px;
	margin: 0;
	text-decoration:none;
}
#nav a span{
	float: left;
	display:block;
	color: #ff9900;
	background: url(/images/tab/tab-right.png) no-repeat right bottom;
	padding:5px 20px 4px 0px;
}
#nav a:hover {background-position:0% -42px;}
#nav a:hover span {color:#3333ff; background-position:100% -42px;}
/* IE5-Mac hack */
#nav a span {float:none;} 
/* End IE5-Mac hack */
/* END MENU */
#logo {
	float: left;
	width: 500px;
	height: 133px;
	background: url(../images/logo-by.png) 0 0 no-repeat;
}
#logosm {
	float: left;
	width: 250px;
	height: 67px;
	background: url(../images/logosm-by.png) 0 0 no-repeat;
}
img.advert {
	float:left;
	margin-left: 6%;
	margin-top: 20px;
}
.right100 {
	float: right;
	width: 100px;
}
img.right
{
	float: right;
	margin: 10px ;
}
img.left
{
	float: left;
	margin: 10px ;
}

.img1 { 	background: url(../images/tmp/bl100x60.png) 0 0 no-repeat; }


.blue { background: #91c8ff; color:black; }/*lighter blue*/
.ltblue { background: #8080ff; color:black; }/*light blue*/
.white { background: #ffffff; color:black; }
.orange { background: #ff9900; color:black; }
.red { background: red; color:black; }
