/* CSS Document */

/* ------------------------ */
/* STANDARD HTML TAG RESET */
/* ---------------------- */


html, body,
h1, h2, h3,
p, ul, li, 
form {
		border: 0;
		margin: 0px;
		padding: 0px;
		text-align: center;
}

/* ----------------------------- */
/* STANDARD HTML TAG DEFINITION */
/* --------------------------- */

a:link, a:visited{
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px;
		font-weight: bold;
		color:#0033CC;
		text-decoration: none;
}
a:hover{
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px;
		font-weight: bold;
		color:#003333;
		text-decoration: underline;
}

/* -------------------- */
/* BEGIN PAGE ELEMENTS */
/* ------------------ */

/* ------------- */
/* MAIN CONTENT - SECTION 1 */
/* ----------- */

.section_1 {
	height: 788px;
	width: 960px;
	background-image: url(../images/background_section_1.jpg);
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
}

#logo {
	float: left;
	height: 106px;
	width: 414px;
	margin-left: 80px;
	margin-top: 35px;
}

#message {
	background-image: url(../images/background_message.png);
	float: left;
	height: 469px;
	width: 559px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
}

.messageheader {
	font-family:Garamond, Georgia, serif;
	font-size:19px;
	font-weight: bold;
	color:#ff7324;
	text-decoration: none;
	overflow:hidden;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.messagetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#462b67;
	text-decoration: none;
	overflow:hidden;
	font-style: normal;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

.messagetext a:link, a:visited{
	font-family:Garamond, Georgia, serif;
	font-size:16px;
	font-weight: bold;
	color:#462b67;
	text-decoration: none;
	overflow:hidden;
	font-style: normal;
	line-height: 20px;
	text-align: left;
}

.messagetext a:hover{
	font-family:Garamond, Georgia, serif;
	font-size:16px;
	font-weight: bold;
	color:#ff7324;
	text-decoration: underline;
	overflow:hidden;
	font-style: normal;
	line-height: 20px;
	text-align: left;
}

#menu {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight: bold;
	color:#0033CC;
	text-decoration: none;
	height: 76px;
	width: 559px;
	float:left;
	margin-left: 80px;
	margin-top: 11px;
}

#glimpses {
	background-image: url(../images/glimpses.gif);
	float: left;
	height: 27px;
	width: 255px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 72px;
}



/* ------------- */
/* MAIN CONTENT - SECTION 2 */
/* ----------- */

.section_2 {
	height: 411px;
	width: 940px;
	background-image: url(../images/background_section_2.jpg);
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	background-repeat: repeat-x;
	background-position: center;
	border: 10px solid #fe9150;
}

#articles {
	height: 367px;
	width: 811px;
	padding: 20px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
	text-align: justify;
	line-height: 14px;
}

#articles a:link, a:visited{
	font-family:Georgia, Garamond, serif;
	font-size:12px;
	font-weight: bold;
	color:#513177;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
}
#articles a:hover{
	font-family:Georgia, Garamond, serif;
	font-size:12px;
	font-weight: bold;
	color:#513177;
	text-decoration: underline;
	text-align: left;
	line-height: 16px;
}


/* ------------- */
/* MAIN CONTENT - SECTION 3 */
/* ----------- */

.section_3 {
	height: 175px;
	width: auto;
	background-image: url(../images/background_section_3.gif);
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	background-repeat: repeat-x;
	background-position: center top;
}

#copyright {
	height: 20px;
	width: 500px;
	padding: 0px;
	margin: auto;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight: bold;
	color:#ff7323;
	text-decoration: none;
}

#radiosai {
	height: 75px;
	width: 225px;
	padding-top: 10px;
	margin: auto;
}
