﻿/* CSS Reset */
body, div, dl, dt, dd, pre, form, fieldset, input, textarea, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style: disc;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
iframe {
	z-index:0
}
/* general */
p {
	text-align: left;
	margin: 15px 0
}
p, ul {
	font-size: 12px;
	line-height: 1.4em
}
p a, li a {
	color: #39c;
	text-decoration: none
}
p.intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 100%
}
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
	color: #a00;
	text-decoration: underline
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}
img {
	border: 0
}


body {
background:#000 url(../images/back.jpg) no-repeat fixed center top;
font-family:Arial,Helvetica,sans-serif;
color:#52381d;
height:100%;
margin:0;
padding:0;
width:100%;
}

h1 {
	font-size:18px;
	font-weight:normal;
	color:#662d91;
	padding-bottom: 5px;
}
h2 {font-size:16px;
	font-weight:bold;}
	
	
	h3 {
	text-align:center;

}

#wrapper {
background:transparent url(../images/backWrapper.png) repeat-x;
background-color:FFFFFF;
margin:auto;
width:962px;
}
#container {
background:transparent url(../images/backmain.png) repeat-y;
margin:auto;
width:962px;
}

#header {
background:transparent url(../images/topbluebar.jpg) no-repeat;
width:962px;
height:148px;
text-align:center;
padding:35px 0px 0px 0px;
}

#main {
	margin:auto;
	width:962px;
	padding-bottom: 40px;
	height: auto;
}

#slogan {
	width:962px;
	height:24px;
	text-align:center;
	padding:14px 0px;
}

#top {
	width:962px;
	height:250px;
	text-align:center;
	padding:14px 0px;
}

form {
width:691px;
margin:auto;

}
.SubBtn {
background:transparent url(../images/send.jpg) no-repeat;
	width:121px;
	height:40px;
	margin-right:10px;
}
.ResetBtn {
background:transparent url(../images/reset.jpg) no-repeat;
	width:121px;
	height:40px;
	
}
#boxTop {
background:transparent url(../images/box_top.png) no-repeat top;
width:691px;
height:26px;
}
#box {
	background-color:#FFFFFF;
	width:651px;
	padding: 20px;
}

form table {
	margin:auto;
}
form table td {
	color:#52381d;
	font-size: 14px;
	height: 30px;
	padding-right: 10px;
	line-height: 25px;
}

#boxBottom {
background:transparent url(../images/box_bottom.png) no-repeat bottom;
width:691px;
height:26px;
}

#content {
width:691px;
margin:auto;

}

#nav {
	color:#fff;
	background-image:url(../images/topbar.png);
	background-repeat:no-repeat;
	height:60px;
	
	
}

#nav  a {
	font-family:Arial, Helvetica, sans-serif;
	color:#06C;
	font-weight:normal;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
}
#nav a:hover {
	color: #662d91;
}

#footer  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:normal;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;

}


#footer  a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
