HTML {
  margin: 0; padding: 0;
}
BODY {
  background-color: #CCCCCC;
  margin: 0; padding: 0;
  text-align: center;
}

/* THE MAIN LAYOUT STYLE - Boxes - START*/
/* The Page Outer Box Style */
DIV.wrapper {
  border: 0;
  margin: 0 auto;
  text-align: left;
  width: 760px;
}

/* Logo Placement */
.logo{
	width: 100px;
	float:left;
	margin: 0;
	height: 100px;
	text-align: center;
	background-color:#FFFFFF;
}

/* Default Header Style */
DIV.header {
  background-image: url(http://campusvid.com/images/header_back.gif);
  border: 0;
  height: 100px; 
  overflow: hidden;
  margin: 0;
  width: 100%;
}

/* Navigation Link Box */
DIV.navigation {
  background-color: #444;
  float: left;
  text-align: right;
  width: 760px;
}

/* Content Area Style */ 
DIV.content {
  -moz-box-sizing: border-box;
  background-color: #FFF;
  box-sizing: border-box;
  float: left;
  font-family: tahoma, lucida sans, tahoma;
  font-size: 11px;
  line-height: 18px;
  padding: 10;
  width: 760px;
}

/* Main Area Style */ 
DIV.main {
	border: 0;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	float: left;
}

/* right column Style - Position On Right of DIV.main style */
Div.right{
  border: 0;
  margin: 0 auto;
  text-align: left;
  width: 30%;
	float: right;
}

/* Style to manage Paging area : First 1 2 */
DIV.paging{
  background-color: #FFF;
  text-align: center;
	width:760px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-family: tahoma, lucida sans, tahoma;
  font-size: 11px;
  line-height: 18px;
  padding: 10;
  width: 760px;
}

DIV.footer {
  -moz-box-sizing: border-box;
  background-color: #25588B;
  box-sizing: border-box;
  color: #FFF;
  float: left;
  font-family: tahoma;
  font-size: 10px;
  padding: 7 10;
  width: 760px;
	text-align:center
}
/* THE MAIN LAYOUT STYLE - Boxes - END */



/* NAVIGATION STYLE -  START */
UL.navigation {
  background-color: #444;
  border: 0;
  height: 25px;
  margin: 0;
  padding: 0;
  float: left;
}
UL.navigation LI {
  display: inline;
  float: left;
}
UL.navigation LI.active {
  -moz-box-sizing: border-box;
  background-color: #FFF;
  border-top: 2px solid #999;
  box-sizing: border-box;
  color: #369;
  display: block;
  float: left;
  font-family: arial black;
  font-size: 11px;
  height: 25px;
  line-height: 24px;
  padding: 0 10; 
}
UL.navigation LI A {
  -moz-box-sizing: border-box;
  border-top: 2px solid #444;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  _display: inline;
  font-family: arial black;
  font-size: 11px;
  height: 25px;
  line-height: 24px;
  padding: 0 10;
  text-decoration: none;
}
UL.navigation LI A:hover {
  color: #CCC;
  text-decoration: none;
}
SELECT.chooser {
  margin-top: 3px;
  display: inline;
  float: right;
  font-family: tahoma;
  font-size: 11px;
  margin-right: 3px;
}

/* NAVIGATION STYLE - END */




/* CONTENT STYLE  : Font, width, link - END */
DIV.content A {
  color: #369;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}
DIV.content A:hover {
  color: #933;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}
DIV.breadcrumbs {
  font-size: 10px;
  color: #333;
  margin: 0 0 10 0;
}
DIV.breadcrumbs A {
  color: #666;
}
DIV.breadcrumbs A:hover {
  color: #900;
}
/* CONTENT STYLE  : Font, width, link - END */


/* FOOTER STYLE - START  */
DIV.footer A {
  text-decoration: underline;
  color: #FFF;
}
DIV.footer A:hover {
  text-decoration: none;
}
/* FOOTER STYLE - END  */




/* SPLASH PAGE - FIRST PAGE STYLE - START */
BODY.splash_body {
  background-color: #FFF;
}

/* Link Style on First page - Home : link, visited, hover*/
a.home_nav:link {
  font-family: tahoma;
  font-size: 11px;
  color: #666;
  text-decoration: none; 
  margin: 0px ;
  overflow: hidden;
  text-align: left; }

a.home_nav:visited {
  font-family: tahoma;
  font-size: 11px;
  color: #666;
  text-decoration: none; 
  margin: 0px ;
  overflow: hidden;
  text-align: left; }

a.home_nav:hover {
  color: #fff;
  text-decoration: underline;
  background: #0099FF;
  margin: 0 0 -2px 0;
}
/* SPLASH PAGE - FIRST PAGE STYLE - END */


/* MISCELANEOUS STYLE - START */
/* The style for Standard Box with Border - used in forms and admin*/
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: thin solid #CCCCCC;
	padding: 5px;
}

/* Thumb Detail Style */
.thumbdetail{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
	text-align:left;
	width:155px;
}

/* The Division Text Style - gradient underline */
.division {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	background-image: url(images/divisionbar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:127px;
}

/* Header 1, On Title or Subtitle */
H1 {
  color: #FFF;
  font-family: arial black;
  font-size: 36px;
  font-weight: normal;
  line-height: 142px;
  margin: 0;
  padding: 0;
  text-indent: 15px;
}

/* Header 2 , On Title or Subtitle */
H2 {
  margin-top: 0;
  margin-bottom: 5px;
}
/* MISCELANEOUS STYLE - END */