body {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #dcdcdc;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	}

.small {
	font-size: 80%;
	}

a:link {
	text-decoration: underline;
	color: #ff0000;
	}
a:visited {
	text-decoration: underline;
	color: #ff0000;
	}
a:active {
	text-decoration: underline;
	color: #ff0000;
	}
a:hover {
	text-decoration: underline;
	color: #000;
	}

img {
	border: 0;
	}

#message {
	font-size: 150%;
	color: green;
	border: 1px solid green;
	padding: 10px;
	margin-bottom: 30px;
	}

#error {
	font-size: 150%;
	color: red;
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 30px;
	}

#container {
	width: 800px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	}

#top {
	width: 100%;
	/*text-align: left;
	padding: 20px 40px 20px 40px;*/
	}

#menu {
	text-align: left;
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 0 20px 40px;
	}

#submenu {
	text-align: left;
	padding: 20px 0 0 40px;
	}

#content {
	text-align: left;
	padding: 20px 40px 20px 40px;
	}

/*left and right content boxes inside the main content box above*/
#contleft {
	float:left;
	width: 50%;
	padding-bottom: 25px;
	}
#contright {
	float:left;
	width: 50%;
	padding-bottom: 25px;
	}

/*left and right content boxes inside the main content box at START PAGE*/
#contleftstart {
	float:left;
	width: 70%;
	padding-bottom: 25px;
	}
#contrightstart {
	float:left;
	width: 30%;
	padding-bottom: 25px;
	}

#leftpadding {
	padding-left: 10px;
	}

#footer {
	width: 100%;
	padding: 20px;
	}

h1 {
	font-size: 150%;
	}

h2 {
	font-size: 130%;
	}

.topsubject {
	font-size: 200%;
	font-weight: bold;
	}

#blacklinetop {
	clear: left;
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
	height: 1px;
	}

#blacklinebottom {
	clear: left;
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
	height: 1px;
	}

input {
	border: 1px solid #000;
	}
textarea {
	border: 1px solid #000;
	width: 300px;
	}