@charset "utf-8";
/* CSS Document */

/*Set all css values to 0, in order to start with a set of knowns!!*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	
}
p {
	color: #0000FF;
	font-size: 20px;
	line-height: 120%;
}
p a {
	text-decoration: none;
}

h1, h2 {
	color: #0000FF;
}
h2 a:link {
	text-decoration: none;
}

/* Special Elements*/
.smred {
	color:#FF0000;
	font-size: 14px;
}
.red {
	color:#FF0000;
}


/* Layout Stylesheet */ 

#toprule {

	background-image: url(assets/sw-rule2.jpg);
	background-repeat: repeat-x;
	width: 500px;
}
body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#container {
	width: 900px;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border: 1px solid #0000ff;
}
#header {
	/*border: 2px solid #000;*/
}
#horrule {
	background-image: url(assets/swt-box.jpg);
	background-position: 0 0;
	background-repeat: repeat;
}
.logotype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #0000FF;
}
.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
}
.toprule {
	background-color: #FFFF00;
}

.footer {
	font-size: 12px;
	color: #0000FF;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.footer a{
	text-decoration:none;
}
.footer a:hover {
	font-weight:bold;
	text-decoration:none;
}
.smtext {
	font-size: 14px;	
}
.smtext a:hover{
	font-weight: bold;
}
/* Styling for Register Form*/
.labelcell {
	font-weight: bold;
	padding-left: 10px;
	line-height: 150%;
	color: #0000FF;
	font-size: 18px;
}

.submit {
	line-height: 150%;
	color: #0000FF;
}

.fieldcell {
	line-height: 200%;
}

/* FORM RESULTS STYLING */
.error {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}

.success {
	font-weight: bold;
	color: #009933;
	font-size: 14px;
}
