body {
	width: 100%;
    margin-left: auto;
    margin-right: auto; 
}
fieldset {
 	border: 0px;
}
* {
	font-family: tahoma;
	font-size: 100%;
	color: #000;
}
h1 {
	font-family: tahoma;
	font-size: 100%;
	color: #FF0033;
}
.font1 {
	font-family: tahoma;
	font-size: 85%;
	color: #FF0033;
}
.font2 {
	font-family: tahoma;
	font-size: 80%;
	color: #000;
}
.font3 {
	font-family: tahoma;
	font-size: 85%;
	color: #0000CC;
}
.container {
 	padding: 2px;
 	text-align: center;
}
.container1 {
 	padding: 2px;
 	text-align: left;
 	
}

.container2 {
 	padding: 6px;
 	text-align: left;
 	
}

.navItem1 {
 	padding: 3px;
 	background-color: #599be5;
 	color: #000;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
    border-radius: 5px;
}
.text {
 	padding: 4px;
 	background-color: #fefefe;
 	color: #000;
 	text-align: left;
 	font-weight: normal;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
.text1 {
 	padding: 2px;
 	background-color: #fefefe;
 	color: #000;
 	text-align: left;
 	font-weight: bold;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
.text2 {
 	padding: 4px;
 	background-color: #fefefe;
 	color: #000;
 	text-align: left;
 	font-weight: normal;
 }
.navItem2 {
 	padding: 3px;
 	background-color: #57c5ff;
 	color: #000;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
    border-radius: 5px;
}
.navItem3 {
 	padding: 3px;
 	background-color: #dedede;
 	color: #000;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
    border-radius: 5px;
}
.navItem4 {
 	padding: 3px;
 	background-color: #599be5;
 	color:#FF0033;
 	text-align: left;
    font-weight: normal;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
    border-radius: 5px;
}
a {
 	color: #000;
 	text-decoration: underline;
}
img.floatLeft { 
    float: left; 
    margin: 2px; 
}

.highlight
{
background-color:#FFCC99;
}
.highlight1
{
background-color:#CC99FF;
}
.highlight2
{
background-color:#00FFFF;
}


    
#wrapper2 {
	POSITION: INHERIT;
}

#wrapper2 SPAN {
	POSITION: relative;
    }

#wrapper2 .UPlay {
	LEFT: -8%
}

#wrapper2 .M {
	LEFT: -4%
}

#wrapper2 .Mpc {
	LEFT: -1%
}
    
#wrapper2 .G {
	RIGHT: -2%
}

#wrapper2 .E {
	 RIGHT: -8%
}

.menu_clock_container {
	POSITION: relative; TEXT-ALIGN: right; BACKGROUND-COLOR: #ff6a00; WIDTH: 1000px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 32px; COLOR: #ff6a00; TOP: 0px
}

.clock_container {
	POSITION: absolute;
    FONT-SIZE: 14px;
}

.google_container {
	POSITION: inherit;
}


header nav
{
	background: #599be5; /* Old browsers */
	background: -moz-linear-gradient(top,  #599be5 0%, #57c5ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#599be5), color-stop(100%,#57c5ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #599be5 0%,#57c5ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #599be5 0%,#57c5ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #599be5 0%,#57c5ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #599be5 0%,#57c5ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599be5', endColorstr='#57c5ff',GradientType=0 ); /* IE6-9 */
	text-align: center;
	line-height: 30px;
    padding: 3px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 5px;

}
header nav select
{
	margin-left: 1px;
    margin-right: 1px;
    width: 96%;
}