<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #cd0000 url(images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #060000; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}

.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 5px;
background: #060000; /*background color of horizontal line*/
border-top: 1px solid #ffffff; /*Remove this to remove border between bar and tabs*/
}
html>body .ubercolordivider{ /* IE ignores this block as it doesn't understand the selector */
   height: 5px; /* Reset the height for good browsers */
}


#wrapper
{
	margin: 1px; 
	height: 500px; 
}

#boxhead
{ 
	height: auto;
}
html>body #boxhead { /* IE ignores this block as it doesn't understand the selector */
   height: 95px; /* Reset the height for good browsers */
}

#box-middle
{ 
	margin-left: 150px;
	width: 500px; 
    height: 80px;
    border: 1px solid #000000;
}

#content
{
margin-left: 100px;
font-size: 13px;
font-family: verdana, sans-serif;
}

#content h6
{
font-family: "Times New Roman", Sans-serif;
font-size: 13px;
font-weight: 400;
font-style: italic;
}

#content h5
{
font-family: "Times New Roman", Sans-serif;
font-size: 14px;
font-weight: 300;
font-style: italic;
color: #003DF5;
}

#content h4
{
font-family: "Times New Roman", Sans-serif;
font-size: 16px;
font-weight: 700;
color: #000000;
}

#box1{ 
	float:left;
	top: 0px;
	left: 0px;
	margin: 1px;
	padding: 1px;
	width: 400px; 
    height: 210px;
}

#box2{
	float:left;
	margin: 1px;
	padding: 1px;
	float: right; 
	width: 250px; 
    height: 210px;
    text-align: justify;
}

#box {
	padding: 1px;
	width: 700px; 
    height: 230px;
}

#box-content {
	margin-left: 80px;
	padding: 1px;
	width: 800px;
	font-size: 16px;
}

#box-content1 {
	width: 800px; 
	line-height: 0.0025;
}

#box-inside
{  
	align: center;
	padding: 1px;
	width: 400px; 
	border: 5px groove #f12b2b;
}


</style>
