body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	width: 760px;
	margin: 0px auto;
}

p {
	margin: 0px;
}

a {
	color: #019982;
	font-weight: bold;
}

a:hover {
	color: #FF3366;
}

h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
	border-bottom: 3px double #019982;
	margin: 0px;
}

h3 {
	font-size: large;
	text-align: left;
	border-bottom: 1px solid #019982;
	margin: 0px;
}

h4 {
	margin: 0px;
	color: #019982;	
	text-align: center;
	font-weight: bold;
}

img {
	vertical-align: bottom;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

ul {
	margin: 0px 0px 0px 35px;
	padding: 0px;
	list-style-type: square;
}

embed {
	border: 1px solid black;
}

dl {
	text-align: justify;
	margin-bottom: 0px;
}

dt {
	font-weight: bold;
}



.home {
	background-image: url(../images/layout/front_page.jpg);
	margin-top: 25px;
	width: 760px;
	height: 480px;
}
.home_content {
	padding-top: 150px;
	margin-left: 400px;
}
.home_content p {
	text-align: right;
	margin-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted black;
}

.image_table {
	font-size: 0px; /* Hack to hide white space from line breaks; makes formating easier for the image table. */
	margin: auto;
	width: 600px;
}
.image_table img {
	border: 2px solid #019982;
	border-radius: 3px;
	margin: 5px;
}
.image_table img:hover {
	border: 2px solid red;
}
.image_border {
	border: 3px double black;
	margin: auto;
}

.main {
	background-color: #DDDDDD;
	border-radius: 15px;
	display: block;
	padding: 15px;
	width: 730px;
}