body 
{
	background-color: #111683;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

#container {
	background: #111683 url(../assets/bkgr_new.jpg) no-repeat;
	width: 1024px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 1024px;
}

#nav {
	float: left;
    vertical-align:top;
	width: 132px;
	height: 469px;
	background-image:url(../assets/nav_bkgr.jpg);
	background-repeat: repeat-x;
}

#nav div {
	margin-top: 35px;
}

#nav p {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 3px;
}

#copy {
	float: left;
    vertical-align:top;
	width: 432px;
	height: 469px;
	background-image: url(../assets/conent_bg_new.jpg);
	background-repeat: repeat-x;
}

#copy div {
	margin-top: 0px;
}

#copy p {
	margin: 1px;
}

#photo {
	float: left;
    vertical-align:top;
	width: 467px;
	height: 469px;
}

#bottomArc {
	width: 100%;
	height: 107px;
	clear: both;
	background-image: url(../assets/bottomArc.gif);
	background-repeat: no-repeat;
	background-position: 555px;
}

#footer {
	font-size: 10px;
	position: relative;
	top: 80px;
	margin-left: 13em;
}

a {
	color: White;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: White;
}

a:hover {
	text-decoration: none;
	color: #EC891D;
}

a:active {
	text-decoration: none;
}

#nav a {
	font-size: 14px;
	color: #FFFFFF;
}

#nav a:link {
	text-decoration: none;
}

#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:hover {
	text-decoration: none;
	color: #EC891D;
}

#nav a:active {
	text-decoration: none;
}

#logo {
	height: 187px;
	width: 400px;
	cursor:hand;
}

.title {
	padding-top: 1px;
}

.pad {
	padding: 0 12px 12px 12px;
}

.serviceRequestOptions label
{
	padding-right:10px;
	padding-left:6px;
}