body {
	background-image:url("images/bg_dot2.jpg");
	background-attachment: fixed;
}

a { color: #8888dd; text-decoration: none; }
a:hover { color: #ffeeee; text-decoration: underline; }
a:active { color: #8888dd; text-decoration: underline; }
.current { color: #cccccc; text-decoration: underline; }

#content {
	text-align: left; vertical-align: top; 
	background-color: #ffeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 10, 15;
}

h1 {
	color: #551111;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; font-size: 16pt;
	text-align: center;
}

#top-block {
	text-align: center;
	background-color: white;
	background-image: url("images/gold_house3.jpg");
	background-repeat: no-repeat; background-position: center;
	PADDING-LEFT: 5px; PADDING-RIGHT:	5px;
	PADDING-TOP:   5px; PADDING-BOTTOM:	5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	/*margin-left: 30px;*/
	height: 110px;
}

#banner {
	background-color: #D3CD8F;
}

.button {
	font-family: sans-serif; font-size: 12pt; font-weight: bold; text-align: center;
	PADDING-LEFT: 1px; PADDING-RIGHT:	1px;
	PADDING-TOP:   5px; PADDING-BOTTOM:	5px;
	margin-bottom: 5px; margin-left: 30px;
	BORDER-RIGHT: #903010 5px solid; BORDER-TOP:    #d0d00d 5px solid;
	BORDER-LEFT:  #903010 5px solid; BORDER-BOTTOM:	#551111 5px solid;
/*	BACKGROUND: url(inc/gradient.php?base=103073&height=90&percent=90) #000000 repeat-x; */
	BACKGROUND: #000000;
}

div.button:hover {background: #333333;}

a#special_header {
	font-family: "Brush Script MT", cursive; font-weight: bold; font-size: 24pt;
	text-align: center;
	text-shadow: #888888 15pt 15pt 5pt;
	text-decoration: underline;
	color: #1199ff;
}

a#special_header:hover {
	color: #55ddff;
}

a#special_header:active {
	color: #eeeeff;
}

a#special_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 12pt;
	text-align: center;
	text-decoration: blink;
	color: #8888dd;
}

a#special_text:hover {
	color: #ccccff;
}

a#special_text:active {
	color: #eeeeff;
}

.block {
	text-align: left; vertical-align: top; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

.smallprint {
	font-size: 6pt;
	TEXT-ALIGN: center;
}

p {
	font-size: 8pt;
	text-align: justify;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(222,222,222);
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

.formblock {
	border: 1px solid black;
	margin-right: 5px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 6pt;
	text-align: center;
	background-color: #dddddd;
	color: #000000;
	display: block; width: 70px; height: 12px;
}

.programs {
	font-size: 11pt;
	color: rgb(51, 153, 102);
}

h2.programs {
	font-size: 15pt;
	font-weight: bold;
	color: rgb(51, 102, 255);
	text-align: center;
}

h2.application {
	font-size: 12pt;
	font-weight: bold;
	color: rgb(51, 102, 255);
}

p.programs:first-line {
	font-weight: bold;
}

a.programs {
	color: blue;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
}

a.programs:hover {
	color: #3333ff;
	text-decoration: underline;
	font-weight: bold;
	background: #eeeeff;
}

a.programs:active {
	color: #111111;
	text-decoration: none;
}

