/* CSS Document */

body{
	margin: 0px;
	background-color: #FFFFFF;
}
.leftside {
	background-image: url(images/leftSideBkgd.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width:130px;
}
.rightside {

	background-image: url(images/rightSideBkgd.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width:130px;
}
.MainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #FFFFFF;
	border: 1px solid #CC0001;
}
.Contentimages {
	border: 2px solid #011574;
	float: right;
	margin: 4px;
	padding: 4px;
}
.Centerimages {
	border: 2px solid #011574;
	margin: 4px;
	padding: 4px;
}
.whiteLinks a:link{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}
.whiteLinks a:visited{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}
.whiteLinks a:hover{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
.whiteLinks a:active{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}




/*Rounded corners*/
.roundcont {
	width: 200px;
	background-color: #CC0000;
	color: #fff;
	margin-left: 10px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
