html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
#container {
	background: url(images/bg_gradient.jpg) no-repeat;
	margin: 10px;
	padding: 10px;
}

body {
	background: #142a53;
}
.content {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #142A53;
}
h2 {
	font: bold medium Verdana, Arial, Helvetica, sans-serif;
	color: #142A53;
}
li{
	list-style:inside;
	margin-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.rightsidebox{
	background: #7795B5;
	width: 242px;
	padding: 5px;
	margin-left: 5px;
}
.float_left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.float_right {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}


.rightsidebox h1 {
	font: bold medium/35px "Myriad Web", Verdana, Arial, sans-serif;
	color: #142A53;
	background: url(images/grey_star.gif) no-repeat left;
	height: 40px;
}



.image_border {
	border: thin solid #B1D3EE;
}
.center_image {
	border: thin solid #142A53;
	/* This filter allows for transparent backgrounds in IE.  Set opacity anywhere from 0 to 100 The object that the filter is applied to must have layout before the filter effect displays. You can give the object layout by setting the height or width property, setting the position property to absolute, setting the writingMode property to tb-rl, or setting the contentEditable property to true. 

*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.centerbox {
	background: #FFFFFF;
	/* This filter allows for transparent backgrounds in IE.  Set opacity anywhere from 0 to 100 The object that the filter is applied to must have layout before the filter effect displays. You can give the object layout by setting the height or width property, setting the position property to absolute, setting the writingMode property to tb-rl, or setting the contentEditable property to true. 

*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	width:90%;
	
	/*Using the "left" and "right" position settings, the object will adjust its width to the browser as it is widened or narrowed */
	
	
	padding: 20px;
	margin: 10px;
			
}
.framesbox {
	background: #FFFFFF;


	/* This filter allows for transparent backgrounds in IE.  Set opacity anywhere from 0 to 100 The object that the filter is applied to must have layout before the filter effect displays. You can give the object layout by setting the height or width property, setting the position property to absolute, setting the writingMode property to tb-rl, or setting the contentEditable property to true. 

*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	text-align: left;
	margin: 8px;
	padding: 5px;
	
	/*Using the "left" and "right" position settings, the object will adjust its width to the browser as it is widened or narrowed */
	
			
}
.clearit {
	clear: both;
}
.containedform {
	position: relative;
}
