@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);\

html, button, input, select, textarea,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
	/* Set your content font stack here: */
	font-family: 'Roboto', sans-serif;
}

body 
{
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

#container
{
	width: 100%;
	/*margin: 0 auto;*/
	/*padding-top: 10px;*/
	/*width: 90%;*/
}

#content
{
	width: 90%;
	margin: 25px auto;
	/*font-size: 21px;*/
}

header {
	/*height: 100px;*/
	/*padding-bottom: 25px;*/
	border-bottom: 1px solid #ccc;
}

h1 
{
	font-size: 32px;
}

h2 
{
	font-size: 21px;
}

h3
{
	font-size: 15px;
}

p, a, td, input, select, textarea {
	font-weight: 300;
}

.highlight
{
	color:#E60000;
}
.bold
{
	font-weight: bold;
}
.accent
{
	font-style: italic;
}
.enlarged
{
	font-size: 30px;
}
.center_index
{
	text-align: center;
	visibility: hidden;
}
.center
{
	text-align: center;
}
.button-submit
{
	background: rgb(28, 184, 65);
}
.no-underline
{
	text-decoration: none;
	color: black;
}
.no-underline:hover {
	color: #77BF30;
}

/*only comes into play when javascript not enabled*/
.noscript
{
	text-align: center;
}