@charset "utf-8";
/* CSS Document */

body {
	background-color:#0585CC;
	padding:0px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
}

.insidetile {
background-image:url(../sitegraphics/youthplus_home_tile.jpg);
background-repeat:repeat-x;
}

h1 {
font-size:16px;
font-weight:bold;
color: #FF0000;
}

h2 {
font-size:18px;
font-weight:bold;
color: #000000;
}

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#02A5FF; text-decoration:none; font-weight:bold}
a:hover {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;	
}

.copywrite {
color: #FFFFFF;
font-size:12px;
}

.loginfield 
{
      border: none;
      background-image:url(../sitegraphics/youthplus_home_user_field.gif);
      background-repeat:no-repeat;
      background-color:transparent;
      text-align:center;
      font-family:verdana, arial,sans-serif;
      font-size:11px;
      color:#3399FF;
      font-weight:normal;
	  width: 135px;
height: 30px;
padding: 10px 0px 0px 0px;
}

form { 
display:inline; 
} 