*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.1em;
	background: url(../images/bg.jpg) repeat-x #8EA2D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.875em;
}
ol, ul {
	list-style: none;
}
h1, h2, h3{ font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px 1px #fff, 3px 3px 5px rgba(0, 0, 0, 0.4);} li, p, span{ padding:5px 20px 10px;} h1, h2, h3{ padding:10px 20px;} h1{ font-size:1.5em; color:#006699;} h2{ font-size:1.125em; color:#fff; text-shadow:none;} h3{font-size:1em; color:#CE2F62;} a{ color:#fff; text-decoration:underline;} a:hover{ text-decoration:none;}
/************************************************************************
Base Style
*************************************************************************/
.hidden { display: none; visibility: hidden; } 
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
img { margin: 3px; border:none; }
.floatLeft{ float:left;} .floatRight{ float:right;} .clBoth{ clear:both;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 10px;
}
#wrapper > p, body > p {
	color:#fff;
	text-align:center;
}
#wrapper > p > strong{
	font-size:16px;
	width:100%;
	clear:both;
}
#wrapper > span a, .button{
	background-color: #333333;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    margin-left: 2px;
    padding: 4px 8px;
    text-decoration: none;
}

.button{
	font-size:1.3em;
}

#logo{
	width:280px;
	height:110px;
	margin:18px auto;
	background:url(../images/logo1.png) no-repeat left center;
	text-indent:-9999px;
}
#logo a{
	width:280px;
	height:110px;
	display:block !important;
}
#content, #menu{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#content{
	width:100%;
	height:inherit;
	background-color:#f4f4f4;
	border:1px solid rgba(255, 255, 255, 0.4);
	margin:20px 0;
}
#menu{
	width:100%;
	height:inherit;
	border:1px solid rgba(255, 255, 255, 0.4);
}
#menu li{
	padding:0;
	background-color:#144BAF;
	width:100%;
	height:40px;
	border-bottom:1px dashed rgba(255, 255, 255, 0.4);
	 text-shadow: 1px 1px 1px #000, 3px 3px 5px rgba(0, 0, 0, 0.4);
}
#menu li:first-child{
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
#menu li:last-child{
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
border-bottom:none;
}
#menu li:hover{
	background-color:#ff9900;
}
#menu li a{
	display:block;
	overflow:hidden;
	width:97%;
	height:40px;
	line-height:200%;
	padding-left:20px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
fieldset, legend{
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
border:1px solid #D6D6D6;
}
fieldset{padding:20px; margin:20px auto;} fieldset a{ color:#8EA2D7;} label, legend{ padding:10px; font-size:1.4em; font-weight:bold; color:#2D2D2D; line-height:150%;} label{margin:0px; padding:0;}label > span{ color:#F00;}
form{padding:20px;}
input, textarea, select {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font: 1.3em;
    margin: 15px 0;
    padding: 5px;
    width: 95%;
}
input, textarea {
    display: block;
    font-size:1.4em;
    line-height: 16px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
}
