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

html, body { 
height: 100%; 
} 
img { border: none;}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #030907;
	background-image: url();
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C7D1B1;
} 

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	color: #CCCCCC;
	border-bottom:1px solid #FF6600;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color:#CC6633;
}
#front-box {
 	width: 700px;
	padding: 20px;
	margin-left: 100px;
	text-align: left;
}
#welcome {
	width: 800px;
	padding: 30px;
	margin-left: 50px;
}
.SubTopic {
	border-bottom: 1px solid #333333;
	font-weight: bold;
}

a, a:visited {
	text-decoration: none;
	color: #CC6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCCCCC;
	border-bottom: 1px solid #FF6600;
}

.imgButton {
	float: left;
	padding: 5px;
}
.execPic {
	float: right;
	padding: 15px;
}
