html, body {
	margin:0;
	padding:0;
}
body {
	background-color: #e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px;
	color:#999999;
}
h1 {
	font-size:20px;
	color:#0079c0;
	font-weight: normal;
}
h2 {
	font-size:12px;
	color:#0079c0;
	font-weight: normal;  
}
h3 {
	font-size:12px;
	color:#0079c0;
	font-weight: normal;
	padding: 0px;
	margin: 0px; 
}
p {
	font-size:12px;
	color:#999999;
	margin-right: 165px;
	margin-top: 0px;
}

#container {
	text-align: left;
	width: 760px;
	margin:20px auto 92px auto;
}
#header {
	/*background-color:#FFFFFF;
	margin:0px;
	padding:20px 20px 0px 20px;
	border-bottom:#0079c0 solid 6px;*/
	background:url(../images/header.gif) no-repeat 0 0;
	height: 125px;
	padding: 0px 30px 0px 30px;
}
#header .title {
	font-weight: normal;
	padding-top: 40px;
}
#logo {
	background:url(../images/logo.jpg) no-repeat 0 0;
	width:180px;
	height:44px;
	float:right;
}
#content {
	background:url(../images/content.gif) repeat-y;
	/*padding-bottom:2px;
	border-bottom:#0079c0 solid 6px; */
	padding: 10px 30px 10px 30px;
}
.content {
	padding: 10px 30px 10px 30px;
}
#content .col .footer {
	clear:both;
}
#content .col2-1 {
	width: 335px;
	float:left;
}
#content .col2-2 {
	width:335px;
	margin-left: 30px;
	float:left;
}
#content .footer {
	clear: both;
}
#footer {
	background:url(../images/footer.gif) no-repeat 0 0;
	background-color: #999999;
	padding:40px 10px 2px 10px;
}
#footer .footer {
	clear: both;
}
#footer p {
	color: #ffffff;
	font-size: 12px;
	margin-top: 30px;
}
#footer a {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer .copyright {
	margin-left:40px;
}
#skills {
	background:url(../images/skills.gif) no-repeat 0 0;
	/*position:absolute;
	right:10px;*/
	float: right;
	width:68px;
	height:53px;
}
.purpleline {
	height:16px;
	background-color:#332a85;
}

.frmtbl {
	text-align: center;
}
.frmtbl h2 {
	text-align: left;
}
.frmtbl p {
	margin: 0px;
	text-align: left;
}
.frmtbl p.excite {
	text-align: center;
	font-weight: bold;
}
.myForm label {
	font-size:12px;
	color:#999999;
	margin-left:10px;
	/*position: absolute; text-align:right; width:100px;*/
}
.myForm input.list {
	margin-left:50px;
}
.myForm select {
	margin-left:50px;
}
.myForm select optgroup {
    margin-top: 1em;
    font-style: normal;
}
.myForm select optgroup option {
    padding-left: 0px;
}
.myForm textarea {
	width:300px;
	/*margin-left:50px;*/
}
.myForm .next {
	/*background: url(../images/nextBtn.gif);
	border: 0;
	color:#332a85;
	font-weight: bold;
	padding: 0 10px 0 0;*/	
	
}
#errormessage {
	color: #f00;
	display: none;
	margin-bottom: 1em;
}
.red {
	font-weight: bold;
	color: #f00;
}
#myForm label.error {
	display:none;
	color: #f00;
	margin: 1em 0;
	
}
.block { display: block; }