BODY {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}
A {
	COLOR: #0000CC; TEXT-DECORATION : none
}
A:link {
	COLOR: #0000CC; TEXT-DECORATION: none
}
A:visited {
	COLOR: #0000CC; TEXT-DECORATION: none
}
A:active {
	COLOR: #0000CC; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FF9900; TEXT-DECORATION: underline
}
.menu {
	FONT-SIZE: 11px; COLOR: #666666;
}
.menu A {
	FONT-SIZE: 11px; COLOR: #666666; TEXT-DECORATION: none
}
.menu A:link {
	FONT-SIZE: 11px; COLOR: #666666; TEXT-DECORATION: none
}
.menu A:visited {
	FONT-SIZE: 11px; COLOR: #666666; TEXT-DECORATION: none
}
.menu A:active {
	FONT-SIZE: 11px; COLOR: #666666; TEXT-DECORATION: none
}
.menu A:hover {
	FONT-SIZE: 11px; COLOR: #FF9900; TEXT-DECORATION: none
}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.MedText {
	font-size: 11px;
}
.SmallText {
	font-size: 8px;
}
ul {
	line-height: 18px;
}
.red {color: #FF0000}

================================================*/
/* CBB */
================================================*/
.cbb {border:#666; background:#ffffff;}
.cbb h1 {background:#E3EBE3;}
.bt {background:url(/images/box_rounded.png) no-repeat 100% 0;}
.bt div {background:url(/images/box_rounded.png) no-repeat 0 0;}
.bb {background:url(/images/box_rounded.png) no-repeat 100% 100%;}
.bb div {background:url(/images/box_rounded.png) no-repeat 0 100%;}
.i1 {background:url(/images/box_borders.png) repeat-y 0 0;}
.i2 {background:url(/images/box_borders.png) repeat-y 100% 0;}
.i3 {background:#E3EBE3;}
.two .bt {background:url(/images/box_rounded2.png) no-repeat 100% 0;}
.two .bt div {background:url(/images/box_rounded2.png) no-repeat 0 0;}
.two .bb {background:url(/images/box_rounded2.png) no-repeat 100% 100%;}
.two .bb div {background:url(/images/box_rounded2.png) no-repeat 0 100%;}
.two .i1 {background:url(/images/box_borders2.png) repeat-y 0 0;}
.two .i2 {background:url(/images/box_borders2.png) repeat-y 100% 0;}
.two .i3 {background:#ffffff;}
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 2px; 	 
	border:1px solid;
	min-width:500px;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
/* Top corners and border */
.bt {
	height:17px;
	margin: 0 0 0 18px;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 8px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */

.one {
	position:absolute;
	top:0;
	right:0;
}

#three {
	float:left;
	clear:both;
	width:80%;
}
#three .cb {
	float:left;
	width:40%;
}
