/***** Links *****/
 
a, a:visited {
	color:#0099cc;
	text-decoration:none;
}

a:hover {text-decoration:none;border-bottom:1px solid #0099cc;}

/* Bare Template */

body {

	font-size: 1em;
	font-family: Verdana;
	line-height: 160%;
	color: #333;
	background:#0099cc;
}

#container {	
	width: 960px;
	margin: 0 auto;
	background:#fff;
	padding:20px;
	}

	#header {width:100%;height:70px;padding-top:20px;}

		#logo {margin-top:10px;}
	
		#menu {
			float: right;
			background:#dcedf2;
			padding:5px;
			border-radius:5px;
			-moz-border-radius:5px;
		}
		#menu li {
			display: inline;
			
		}
		#menu li a {
			font-size:1.2em;
			letter-spacing:0.05em;
			display: block;
			float: left;
			margin:0 5px;
			padding: 8px;
			text-decoration: none;

		}
		
		#rcont {min-height:350px;height:350px;background:#fff;}
		
		#login_box, #welcome_link_box  {
			width:48%;
			float:left;
			background:#fff;
		}
		
		#newsletter_box {
			width:48%;
			float:right;
			background:#fff;
		}

		
		#content p {padding-left:25px;}

#menu li a:hover {
	border-bottom:none;
	color:#fff;
	background:#0099cc;
	border-radius:5px;
	-moz-border-radius:5px;
}

#footer {
 	width: 960px;
	margin: 10px auto;
	clear:both;
	color:#a4e8ff;
	text-align:center;
}

	#footer a {color:#fff;}
	#footer a:hover {color:#fff;border-bottom:1px solid #fff;}

/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
letter-spacing:0.02em;
}
 
h1 {
padding:20px 0 10px 0;
letter-spacing:-1px;
font:2em helvetica, sans-serif;
color:#0099cc;
letter-spacing:0.05em;
}

 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em helvetica, sans-serif;
color:#3C5537;
}

	h2 em {font-style:normal;color:#0099cc}

 
h3 {
font:1em helvetica, sans-serif;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
font-size:1.2em;
color:#52c24d;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

 
small, .small {
font-size:0.8em;
}
 
img {
border:0;

}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}


/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
width:80%;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #0099cc;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {padding:5px;font-size:1.4em;color:#0099cc;}
 
input, select, textarea {
font:1em helvetica, sans-serif;
padding:5px;
margin:3px;
border-top:1px solid #0099cc;
border-left:1px solid #0099cc;
border-bottom:1px solid #c0eaf8;
border-right:1px solid #c0eaf8;
}

input:hover, select:hover, textarea:hover {
border-top:1px solid #0099cc;
border-left:1px solid #0099cc;
border-bottom:1px solid #c0eaf8;
border-right:1px solid #c0eaf8;
}

input[type=submit] {
	font-weight:bold;
	color:#fff;
	background:#0099cc;c
	border:1px solid #217f9e;
	padding:4px;
}
input[type=submit]:hover {
	color:#fff;
	background:#217f9e;
	cursor:pointer;
}
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.left    { float:left; }
.right   { float:right; }
.spacer	{height:100px;}
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.frame {margin:0 auto;width:960px;}
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



