* {
	margin: 0;
	padding: 0;
}

body {
	background: #CAE0FF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6995B7;
	
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	color: #5A82D4;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}



ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #A03D3D;
}

a:hover {
	text-decoration: underline;
	color: #5A82D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1.5em;
	background: url(images/img05.gif) no-repeat right bottom;
}

.boxed .title {
	padding-left: 10px;
}

.boxed .content {
	padding: 20px;
	background: url(images/img04.gif) no-repeat;
}

/* Logo */

#logo {
	position: relative;
	width: 580px;
	height: 55px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	padding: 30px 0 0 0;
	font-size: 2em;
}

#logo h1 span {
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	float: right;
	padding: 40px 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
}

#logo a {
	color: #5A82D4;
}

/* Splash */

#splash {
	width: 600px;
	height: 226px;
	margin: 0 auto;
	padding: 15px 20px 0px 20px;
	background: url(images/img02.gif) no-repeat;
}

/* Menu */

#menu {
	width: 600px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 400px;
}

#main .boxed .title {
	padding-left: 0px;
	font-weight: normal;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
}

#special {
color: #5A82D4;
font-size: 1.2em;
margin: 0 auto;
}

#jud {
padding-left: 20px;
text-align: center;
}

.onpage {
background-color:#FFCCFF;
border-style:dashed;
border-width:2px;
border-color:#98bf21;
font-size: 0.9em;
color: #FF3399;
line-height:95%;
padding: 5px 5px 5px 5px;


}
/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar .boxed .title {
	font-size: 1.2em;
}

#sidebar .boxed .content {
	padding: 10px;
}


/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 140px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	margin-right: 7px;
	font: normal x-small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	font-size: x-small;
}

#updates p {
	font-size: x-small;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img04.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

#right {
	float: right;
}
.myButton {
	-moz-box-shadow: -2px 4px 9px -7px #f224d3;
	-webkit-box-shadow: -2px 4px 9px -7px #f224d3;
	box-shadow: -2px 4px 9px -7px #f224d3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #60f09a) );
	background:-moz-linear-gradient( center top, #ededed 5%, #60f09a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#60f09a');
	background-color:#ededed;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:0px 9px;
	text-decoration:none;
	text-shadow:0px 1px 24px #86338a;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60f09a), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #60f09a 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60f09a', endColorstr='#ededed');
	background-color:#60f09a;
}.myButton:active {
	position:relative;
	top:1px;
}
