/* This is a CSS Document */

/* This is the main container */
#wrapper {
	margin: 0px;
	width: 100%;
}

/* This is the transparent box */
#transbox {
	width: 450px;
	background-color: #fff;
	filter:alpha(opacity=70);
	opacity: 0.8;
	-moz-opacity:0.8;
	float: right;
	margin-right: 50px;
	padding-left: 15px;
	margin-left: 15px;
}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding-top: 10px;
}

/* This is the menu box */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	top: 0;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 5px;
	margin-top: 15px;
	margin-left: 25px;
	line-height: 16px;
	clear: right;
}
#header {
	float: right;
}

dl#menu {
	width: 17em;
}
dl#menu dt {
	margin: 2px 0;
	font-weight: bold;
}
dl#menu dd {
}
dl#menu li {
	margin-left: 20px;
}
dl#menu li a, dl#menu dt a {
	color: #3333FF;
	text-decoration: none;
	display: block;
	height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
	color: #FF0000;
}

/* This is the main content */
#mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	max-width: 400px;
	text-align: right;
	float: right;
}

/* This is the box for the foot */
#foot {
	font-size: 10px;
	text-align: center;
	clear: right;
	margin-right: auto;
	margin-left: auto;
}
	
/* This is the container which set text to solid color for foot. 
position: relative used for IE */	
#foot div {
	color: #000;
	position: relative;
	padding-top: 10px;
}


.mainCopySub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.justLeft {
	margin-left: 25px;
	float: left;
}
.textLeft {
	text-align: left;
}

.justRight {
	text-align: right;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.tableBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.details {
	font-size: 10px;
}
.transBoxFull {
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding-top: 10px;
}
img { border:none; 
}
body {
	background: #FFFFFF;
}
/* This is the Object of the Month box */
#contentRightBox {
	width: 190px;
	float: right;
	text-align: center;
	padding-right: 4px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentRightOM {
	width: 170px;
	float: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	clear: right;
	border: 1px solid #3333FF;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-top: 1px;
}
.objMonthHead {
	font-size: 14px;
}
.mainCopy {
	font-size: 14px;
}

