/*****************/
/* Layout Styles */
/*****************/


body {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.plain {
background-color: #99CCFF;
}

#main {
	background-color: #99CCFF;
	width: 85%;
	background-image: url(images/title3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 2;
	position: relative;
	border: solid #FFFFFF 3px;
	left: 50px;
}

#centre {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333366;
	display: block;
	margin-left: 70px;
	margin-right: 20px;
	margin-top: 90px;
	Margin-bottom: 15px;
}

#circle1 {
	position: absolute;
	border: 0px;
	top: 83px;
	left: -48px;
	z-index: 1;
}

#circle2 {
	position: absolute;
	border: 0px;
	left: -48px;
	z-index: 2;
	top: 148px;
}

#circle3 {
	position: absolute;
	border: 0px;
	left: -48px;
	z-index: 3;
	top: 232px;
}

#circle4 {
	position: absolute;
	border: 0px;
	left: -48px;
	z-index: 4;
	top: 329px;
}

#cor1{
	left: -3px;
	top: -3px;
	position: absolute;
	z-index: 5;
}

#cor2{
	right: -3px;
	top: -3px;
	position: absolute;
	z-index: 6;
}

#cor3{
	left: -3px;
	bottom: -3px;
	position: absolute;
	z-index: 7;
}

#cor4{
	right: -3px;
	bottom: -3px;
	position: absolute;
	z-index: 8;
}

/*****************/
/* Heading Styles */
/*****************/

.sub_title {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
}

.links-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}

h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

h4 {
	font-weight: bold;
	color: #003366;
	font-style: italic;
	display: inline;
	font-size: small;
}



/***************/
/* Link Styles */
/***************/
a {
	font-weight: bold;
	color: #003333;
	text-decoration: underline;
	font-size: 13px;
}
a:hover {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
}

#links{
	width: 90%;
	display: block;
	margin-top: 20px;
	text-align: center;

}

#links a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#links a:hover  {
	color: #000000;
}

#designed {
	text-align: right;
}
#designed a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#designed a:hover  {
	color: #000000;
}

a.diary {
	font-style: italic;
	font-size: 14px;
	color: #336699;
	display: block;
	padding: 5px;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: dotted;
	margin: 5px;
}


#updates {
	border: 2px solid #FFFFFF;
	padding: 10px;
	background-color: #99CC66;
	font-size: 13px;
	color: #666666;
	width: 50%;
	position: relative;
	margin-left: 15px;
	margin-bottom: 5px;
	right: 0px;
	float: right;
	line-height: 22px;
}

.updates-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
}

/***************/
/* Text Styles */
/***************/

.stu {
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
}
.xmas {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CC0033;
	font-style: italic;
	font-size: 20px;
	text-decoration: underline;
}

.red {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}