@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------
The following are Overarching CSS Rules
-----------------------------------------------------------------------*/

body {
	background: #eeeeee;
	font-family: Arial, sans-serif;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	line-height: 40px;
	font-weight: normal;
	color: #b10c12;
	margin: 0px;
	padding: 9px 0px;
}

h2 {
	font-size: 25px;
	line-height: 26px;
	font-weight: normal;
	color: #b10c12;
	text-align: left;
	margin: 0px;
	padding: 8px 0px 2px 0px;
}

h3 {
	font-size: 25px;
	line-height: 26px;
	font-weight: normal;
	color: #b10c12;
	text-align: left;
	margin: 0px;
	padding: 8px 0px 2px 33px;
}

p {
	font-size: 16px;
	line height: 21px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 5px 0px;
}

a, a img {
	text-decoration: none;
	outline: none;
	border: none;
}


/*-----------------------------------------------------------------------
The following are styles that give structure to Css Anchor and seel
-----------------------------------------------------------------------*/

/*Do not below rule change EVER*/
.anchor {
	height: 0px;
	width: 0px;
	float: left;
}

#seel {
	width: 155px;
	height: 129px;
	background: url(images/seel.png);
	position: absolute;
	margin: 3px 0px 0px -20px;/*Change this line to manipulate position of the seel (relative to top left corner of <div class=head>)*/
}


/*-----------------------------------------------------------------------
The following are CSS Rules That describe Main Structure and Layout
-----------------------------------------------------------------------*/

.header {
	width: 928px;
	height: 177px;
	background: url(images/header.png) no-repeat;
	margin: 0px;
	padding: 0px;
}

.paper {
	width: 582px;
	background: url(images/paper3.png) repeat-y;
	margin: 0px;
	padding: 35px 173px 50px 173px;
	overflow: auto;
}

.vidframe1 {
	width: 564px;
	height: 389px;
	background: url(images/vidframe1.png) no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 17px 0px 0px 18px;
}

.vidframe2 {
	width: 564px;
	height: 427px;
	background: url(images/vidframe2.png) no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 17px 0px 0px 18px;
}

.boxleft {
	width: 312px;
	border-right: solid 1px #333333;
	margin: 0px;
	padding: 0px 35px 15px 0px;
	float: left;
	overflow: auto;
}

.boxright {
	width: 234px;
	margin: 0px;
	padding: 0p;
	float: left;
	clear: none;
}

.separator {
	width: 928px;
	height: 9px;
	background: url(images/separator.png) no-repeat;
	margin: 0px;
	padding: 0px;
}

.footer {
	width: 928px;
	height: 59px;
	background: url(images/footer.png) no-repeat;
	color: #000099;
	margin: 0px;
	padding: 3px 0px 30px 0px;
	display: block;
}

.footer a:link, .footer a:visited {
	font-size: 15px;
	line-height: 15px;
	color: #000099;
	margin: 0px 8px 0px 4px;
	padding: 0px;	
}

.footer a:hover {
	color: #FFFFFF;	
}

/*-----------------------------------------------------------------------
The following are CSS Rules For Buttons
-----------------------------------------------------------------------*/

a.btn1:link, a.btn1:visited {
	width: 200px;
	height: 43px;
	background: url(images/btn1.png) no-repeat;
	margin: 14px 0px 14px 34px;
	padding: 0px;
	display: block;
}


a.btn2:link, a.btn2:visited {
	width: 200px;
	height: 43px;
	background: url(images/btn2.png) no-repeat;
	margin: 14px 0px 14px 34px;
	padding: 0px;
	display: block;
}


a.btn3:link, a.btn3:visited {
	width: 200px;
	height: 43px;
	background: url(images/btn3.png) no-repeat;
	margin: 14px 0px 14px 34px;
	padding: 0px;
	display: block;
}