@import "layout.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}


html{
	height: 100%
}


body{
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bg-repeat.png);
	background-repeat: repeat-x
}
	
	
img, { 
     behavior: url(pngfix/iepngfix.htc)
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px;
	font-weight:normal;
}

h1{
	font-size:1.1em;
	color:#700939;
	padding:0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #700939;
}

h2{
	text-transform:uppercase;
	font-size:0.9em;
	color:#5D5B48;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	clear: both;
}

.sub-box h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-transform: uppercase;
}


h3{
	font-size:0.9em;
	color:#666666;
	padding:0 0 5px 0;
	text-transform: uppercase;
}

/*column styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#news-home h1 {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 6px;
}


.news-title {
	color: #7F0F47;
	text-decoration: underline;
}

.news-content {
	font-size:0.7em;
	margin:0;
	line-height:1.4;
	color:#666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}

.news-date {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.sub-box img {
	float: right;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
}

.at-icon {
	vertical-align: middle;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.uniservity-icon {
	margin-top: 20px;
	margin-left: 10px;
}

.homepage_right-icons {
	vertical-align: top;
	margin-top: 2px;
	margin-right: 7px;
}

#links-home h1 {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 6px;
}

/*text body styling etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p {
	/**/ font-size:0.7em; 
	margin:0 0 10px;
	line-height:1.4;
	color:#666;
}

.tbclass p {
	 font-size:1em;/* */
	margin:0 0 10px;
	line-height:1.4;
	color:#666;
}

.tbclass em {
	 font-size:1em;/* */
	margin:0 0 10px;
	line-height:1.4;
	color:#666;
}



#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #700939;
	line-height: 1.1em;
	display: block;
}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #666;
}

.quote {
	font-style: oblique;
}

#content-main img {
	float: right;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 8px;
}



#content-main ul {
	margin:0 0 10px 30px;	
}


#content-main li{
	line-height:1.4;
	font-size:0.7em;
	color:#666;
}



/*table styling*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/



#content-main table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#content-main th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
	font-size: 0.7em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 18px;
	padding-bottom: 8px;
	text-transform: uppercase;
}


#content-main td {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	font-size: 0.7em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

#content-main.table-row-1 {
	width: 35%;
	text-align: left;
}
#content-main .tabel-content-center {
	text-align: center;
}

#content-main .table-row-2 {
	width: 25%;
}

#content-main .table-row-3 {
	text-align: left;
	width: 40%;
}

#links-home table {
	border-collapse: collapse;
	padding: 0px;
	width: 98%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#links-home th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
	font-size: 0.7em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 18px;
	padding-bottom: 8px;
}

#links-home td {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	font-size: 0.7em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#links-home .table-content-right {
	text-align: right;
}

.download_icon {
		border: 0px solid #999999 !important;
		float: left !important;
		margin-right: 2px !important;
		margin-left: 2px !important;
		margin-bottom: 2px !important;
}
.noformat_img {
		border: 0px solid #999999 !important;
		float: none !important;
		margin-right: 2px !important;
		margin-left: 2px !important;
		margin-bottom: 2px !important;
		left: auto;
		right: auto;
}


/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link, a:visited{
	color:#247695;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #700939;
}

a:active{
	
}



/*footer styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/



#footer ul{
	margin:0;
	list-style-type: none;
	padding-top: 10px;
}

#footer li{
	list-style:none;
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 0.7em;
}

#footer li a:link, #footer li a:visited{
	color:#666;
	list-style-type: none;
}

#footer li a:hover{
	color: #700939;
	text-decoration: none;
}
#footer #created {
	float: left;
	clear: left;
	color: #666;
	margin-top: 10px;
}
