@charset "utf-8";
/* CSS Document */

.heading {
	font-size:medium;
	color:#001b52;
	line-height:0px;
}

.normal {
	font-size:small;
	color:#001b52;
}

.link {
color:#FFFFFF;
text-decoration:none;
}

.linkred {
	color:#FF0000;
}

#main {
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	background-color:#C8DBEC;
}

#header {
}

#content {
	width:72%;
	float:left;
	background-color:#FFFFFF;
}

#contenttext {
	padding:10px;
	padding-left:0px;
		line-height:15px;
		clear:left;
}

#imageholder {
	height:100px;
	width:468px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
}

#photoholder {
	height:100px;
	width:100px;
	float:left;

}

#photoholdertext {
	color:#001b52;
	font-size:x-small;
	padding:5px;
	text-align:left;
	font-weight:normal;
}

#recentnews  {
	width: 25%;
	float:right;
	background-color:#FFFFFF;
	margin:7px;
	margin-top:0px;
	margin-right:10px;
}

#recentnewsheading  {
	color:#FF0000;
	font-size:x-small;
	padding:5px;
	padding-top:15px;
	padding-bottom:0px;
	text-align:center;
	font-weight:bold;

}

#recentnewstext {
	color:#001b52;
	font-size:x-small;
	padding:5px;
	padding-top:0px;
	padding-bottom:15px;
	text-align:left;
	font-weight:normal;
	line-height:15px;
}

#sidemenu  {
	width:27%;
	float:right;
	background-color:#001b52;
	margin:7px;
	margin-top:0px;
	margin-bottom:7px;
	margin-right:10px;

}

#sidemenutext {
	color:#FFFFFF;
	font-size:x-small;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

#feature {
	width:468px;
	float:left;
	background-color:#e2ecf5;
	margin-top:0px;

}

#featuretext {
	color:#001b52;
	font-size:small;
	font-weight:bold;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

#footer {
clear:left;
width:500px;
padding:5px;
}

/* SIDEBAR */

.tl 	{ background:url(images/content_01.png) left top no-repeat; }
.tr 	{ background:url(images/content_02.png) 100% top no-repeat;}
.br 	{ background:url(images/content_04.png) 100% bottom no-repeat;}
.bl 	{ background:url(images/content_03.png) left bottom no-repeat;}

/* MENU */

.tl2 	{ background:url(images/sidemenu_01.png) left top no-repeat; }
.tr2 	{ background:url(images/sidemenu_02.png) 100% top no-repeat;}
.br2 	{ background:url(images/sidemenu_04.png) 100% bottom no-repeat;}
.bl2 	{ background:url(images/sidemenu_03.png) left bottom no-repeat;}

/* RECENT NEWS */

.tl3 	{ background:url(images/recentnews_01.png) left top no-repeat; }
.tr3 	{ background:url(images/recentnews_02.png) 100% top no-repeat;}
.br3 	{ background:url(images/recentnews_04.png) 100% bottom no-repeat;}
.bl3 	{ background:url(images/recentnews_03.png) left bottom no-repeat;}
.left3 	{ background:url(images/recentnews_05.png) left repeat-y; }
.right3	{ background:url(images/recentnews_06.png) 100% repeat-y; }

/* FEATURE */

.tl4 	{ background:url(images/feature_01.png) left top no-repeat; }
.tr4 	{ background:url(images/feature_02.png) 100% top no-repeat;}
.br4 	{ background:url(images/feature_04.png) 100% bottom no-repeat;}
.bl4	{ background:url(images/feature_03.png) left bottom no-repeat;}

/* FEATURE */

.tl5 	{ background:url(images/photo_01.png) left top no-repeat; }
.tr5	{ background:url(images/photo_02.png) 100% top no-repeat;}
.br5 	{ background:url(images/photo_04.png) 100% bottom no-repeat;}
.bl5	{ background:url(images/photo_03.png) left bottom no-repeat;}
.left5 	{ background:url(images/photo_05.png) left repeat-y; }
.right5	{ background:url(images/photo_06.png) 100% repeat-y; }

