@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
p {
	line-height: 1.5em;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

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;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}



body {
	background-color: #4E4841;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a {
	outline: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}



#divBody {
	background-repeat: no-repeat;
	background-position: center center;
	height: 509px;
	width: 914px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
	background-image: url(../_images/siteBody.jpg);
}
#divContent {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 469px;
	overflow: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#divContent a {
	text-decoration: underline;
	color: #0D4055;
}
#divContent a:hover {
	color: #000;
	text-decoration: none;
}
a#divHome {
	width: 100px;
	float: right;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #BCBCBC;
	color: #666;
	line-height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
}
a#divHome:hover {
	color: #D95813;
}


#divContent h1 {
	font-size: 24px;
	color: #EC6A24;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#divContent h2 {
	font-size: 16px;
	line-height: 30px;
	color: #6FF;
	font-weight: bold;
}
#divContent #pError {
	text-align: center;
	font-size: 16px;
	color: #C60;
	font-weight: bold;
	text-transform: uppercase;
}


#login table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
	margin-top: 50px;
	margin-bottom: 100px;
	background-color: #BCBCBC;
}
#login table tr td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 20px;
	color: #0D4055;
	font-weight: bold;
}
#login table tr td input {
	background-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #FFF;
	border-left-color: #000;
	color: #FFF;
	height: 20px;
	padding-right: 5px;
	line-height: 20px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#login table tr td #button {
	border: 1px solid #999;
	background-color: #CCC;
	color: #666;
	height: auto;
	width: auto;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	cursor: pointer;
}
#login table tr td #button:hover {
	color: #EC6A24;
	height: auto;
	width: auto;
	line-height: 20px;
}
#divContent .divVideo {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 380px;
}
