
.bold {
		font-weight : bold;
	}
	
.title {
		padding : 0px 0px 7px 0px;
	}

.blue_title {
		color : #140C5B;
		font-family : Arial;
		font-stretch : condensed;
		font-weight : bold;
		font-size : 15px;
		line-height : 20px;
	}
			
.red_title {
		color : #940C0E;
		font-family : Arial;
		font-weight : bold;
		font-stretch : semi-condensed;
		font-size : 16px;
		line-height : 20px;
	}
	
.title_major {
		color : #140C5B;
		font-family : Arial;
		font-weight : lighter;
		letter-spacing : 0.1em;
		font-size : 23px;
		line-height : 22px;
	}

.title_minor {
		padding : 0px 0px 10px 0px;
		color : #140C5B;
		font-family : Arial;
		font-stretch : condensed;
		font-weight : bold;
		font-size : 22px;
		line-height : 22px;
	}
	
.red_line {
		height : 5px;
		background-color : #EF1216;
		font-size : 4px;
	}

.blue_line {
		height : 5px;
		background-color : #140C5B;
		font-size : 4px;
	}








/* ---( Home Page )--------------------------------------------- */

#home_right {
		padding : 20px 16px 20px 30px;
		border-left : solid #7F7F7F 2px;
		width : 320px;
		color : #303030;
		line-height : 13px;
		font : normal 11px Arial, Verdana;
		color : #4F4F4F;
	}
	
#home_content {
		padding : 20px 20px 16px 20px;
	}






	
/* ---( Sub Navigation )--------------------------------------------- */

	
#info {
		width : 220px;
		padding : 10px 20px 5px 20px;
		border-left : solid #c0c0c0 1px;
	}
	
#info .title {
		padding : 0px 0px 25px 0px;
		color : #140C5B;
		font-family : Arial;
		font-stretch : condensed;
		font-weight : light;
		font-size : 16px;
		line-height : 16px;
}
	
#subnav {
		width : 213px;
	}

#subnav ul {
		margin : 0px;
		padding : 20px 0px 0px 20px;
		list-style-type : none;
	}
	
#subnav li {
		padding : 0px 10px 10px 25px;
		margin : 0px;
		font-family : arial;
		font-size : 13px;
		font-weight : bold;
		color : white;
	}

#subnav .on {
		background : url(../images/arrow.gif) 0 0 no-repeat;
	}

/****/
.form_left {
		padding-top : 3px;
		font-weight : normal;
		text-align : right;
		font-family : Arial;
		font-size : 12px;
	}
