/*********************************************
           UC Study Center - 2004
**********************************************/
/*           ELEMENTS          */

a:link, a:visited, a:hover {
	color: #6F70FF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	color: #000000;
	font-family: Georgia, "MS Serif", "New York", serif;
	font-size: 13px;
	text-align: center;
	margin: 0 auto 0;
}

table, p {
	font-size: 13px;
	text-align: left;
}

/*            CURSOR STYLE        */

.cursor_hand {
	cursor: pointer;
}

/*            FOOTER STYLE              */

.footer {
	border-top: 1px solid #808080;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", "New York", serif;
}

.footer a:link, .footer a:visited, .footer a:hover {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
}

/*        FRONTPAGE STYLE         */

.frontpage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
}

.frontpage p{
	margin-bottom: 15px;
	font-size: 13px;
}

.frontpagetitle{
	font-size: 120%;
	font-weight: bold;
}

/*                NEWS STYLE            */

.news{
	font-size: 12px;
}

/*               UTILITY LINK STYLE     */

.utelinks a:link, .utelinks a:visited, .utelinks a:hover{
	background: url(img/link_arrow3.gif) no-repeat left center;
	padding: 0 5px 0 15px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

.utelinks a:hover{
	color: #333;
}

/*                CONTENT STYLE         */

.content, .philosopher{
	font-size: 13px;
	line-height: 18px;
	word-spacing: 1.6px;
	/*float: left;*/
}

.content p{
	width: 95%;
	margin-bottom: 15px;
}

.philosopher img{
	padding: 5px 15px 5px 0;
	float:left;
}

.content strong{
	color: #333;
}

.red {
	color: Red;
}

.title{
	font-size: 170%;
	color: #666;
	font-weight: bolder;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.subtitle{
	font-size: 130%;
	color: #333;
	font-variant: small-caps;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 15px 0 15px 0;
}

.linkstitle, .linkstitle a{
	font-size: 115%;
	font-variant:small-caps;
}

.paratitle{
	color: Black;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 3px;
}

.introtext{
	font-size: 110%;
	color: #333;
	font-style: italic;
	margin-bottom: 5px;
}

.note{
	font-size: 11px;
}

/*                SUBNAV STYLE                 */

.subNav a:link, .subNav a:visited, .subNav a:hover{

	word-spacing: 1.5px;
	color: #6F70FF;
	font-weight: normal;
	text-decoration: none;
}

.subNav a:hover{
	color: Blue;	
}

/*.subNav table td{
	border-bottom: 1px solid #ccc;
}
*/

.subNavhome a:link, .subNavhome a:visited, .subNavhome a:hover{
	font-size: 11px;
	word-spacing: 1px;
	color: #6F70FF;
	font-weight: normal;
	text-decoration: none;
	/*width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;*/
}

.subNavhome a:hover{
	text-decoration: underline;
}



/*                BREADCRUMB TRAIL STYLE               */

.breadcrumb{
	font-size: 11px;
	color: #6F70FF;
	margin: 5px 0 5px 0;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover{
	font-size: 12px;
	word-spacing: 1px;
	line-height: 20px;
	color: #6F70FF;
	font-weight: normal;
	text-decoration: none;
	/*width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;*/
	
}

.breadcrumb a:hover{
	text-decoration: underline;
}

/*                TOP ANCHOR STYLE               */

.tothetop a:link, .tothetop a:visited, .tothetop a:hover{
	font-size: 11px;
	color: #6F70FF;
	font-weight: normal;
	text-decoration: none;
}

/*						DOSSIER STYLE									*/

.dossier{
	background-color: #F0F8FF;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	width: 93%;
	}

/*						REGISTRATION STYLE									*/

.registration a {
	color: #FFF !important;
	background-color: #6F70FF;
	text-decoration: none;
	padding: 2px 4px;
}

.registration a:hover {
	color: #6F70FF !important;
	background-color: #FFF;
	text-decoration: none;
	padding: 2px 4px;
}

.new {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF0000;
	font-style: normal;
	padding: 0px 2px 0px 2px;
}

.orange {
	color: orange;
	text-decoration: none;
}

.gray {
	font-size: small;
	color: gray;
}
