@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;}
	
.header {
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	height:101px;}
	
.login-bg {
	background-image:url(images/login-bg.jpg);
	height:66px;
	width:329px;}
	
.text-input {
	width:120px;
	font-size:11px;
	color:#999999;}
	
.label-login {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;}
	
	
/*----------------------NAVIGATION------------------------*/
	
.nav {
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;	
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px;
	color:#FFF;
	text-align:center;
	}
	
.nav a{
	text-decoration:none;
	color:#FFF;
	padding: 0 30px 0 30px;
	}
	
.nav a:hover{
	color:#FFCC00;}
	
.vdivider-middle {
	background-image:url(images/divider-middle-bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;}
	
.vdiv-top {
	background-image:url(images/divider-top-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
	
.vdiv-bottom {
	background-image:url(images/divider-bottom-bg.jpg);
	background-position:bottom left;
	height:78px;
	background-repeat:no-repeat;
	}
	
/*----------------------CONTENT------------------------*/


h1 {
	font-size:20px;
	color:#0B146B;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:25px;}
	
.text1 {
	font-size:14px;}
	
.text2 a{
	color:#CC0000;
	font-size:13px;}
	
.text3 a{
	color:#1B7A67;
	font-size:11px;}
	
.text4 {
	color:#CC9900;
	font-size:16px;}
	
.content-holder {
	}
	
.content-holder p{
	margin:0;
	padding:12px 0 0 0;
	}
	
.header-gold {
	display:block;
	height:24px;
	width:313px;
	background-color:#BD9240;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-indent:10px;
	font-size:14px;
	font-weight:bold;
	line-height:24px;}
	
.header-blue {
	background-image:url(images/blue-hdr-bg.jpg);
	height:40px;
	display:block;
	width:212px;
	text-align:center;
	color:#FFF;
	line-height:40px;
	font-size:14px;}
	
.header-text {
	font-size:18px;
	color:#0B146B;
	font-weight:normal;}		
	
	
/*---------------------FOOTER------------------------*/	

	
.footer {
	background-image:url(images/footer-bg.jpg);
	height:51px;
	background-repeat:repeat-x;
	line-height:51px;
	color:#666;
	font-size:11px;
	text-align:center;}
	
.footer a{
	text-decoration:none;
	color:#000;
	padding: 0 8px 0 8px;
	}
	
.copyright {
	font-size:10px;}	
	

/*---------------------ADDITIONAL------------------------*/	

.diploma-box {
	background-image:url(images/diploma-kit.jpg);
	background-repeat:no-repeat;
	height:190px;}





