/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #fff url(images/bg.gif) repeat-x;
}

td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 16px;
}

.box_td {
	width: 400px;
}
	
#top {
	background: url(images/bg_top.gif) repeat-x;
}

#welcome {
	background: url(images/bg_welcomeside.gif) repeat-y;
}

#annc {
	padding-top: 6px;
	padding-left: 30px;
}

/*inner */
#left {
	background: url(images/bg_innerlft.gif) repeat-y;
}

#right {
	background: url(images/bg_innerrt.gif) repeat-y;
}

#body {
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 5px;
	background: #fff;
}

/* headings */

h1 {
	font-variant: small-caps;
	color: #206B96;
	font-size: 15px;
}

h2 {
	font-variant: small-caps;
	color: #650E0E;
	font-size: 15px;
	margin-bottom: 5px;
}

/* copyright */

.copyright {
	font-size: 9px;
	color: #02373F;
	line-height: 13px;
}

.copyright a:link  {
	font-size: 9px;
	color: #02373F;
	line-height: 13px;
	text-decoration: underline;
}

.copyright a:visited  {
	font-size: 9px;
	color: #02373F;
	line-height: 13px;
	text-decoration: underline;
}

.copyright a:hover  {
	font-size: 9px;
	color: #02373F;
	line-height: 13px;
	text-decoration: none;
}


/*#copyright {
	padding-top: 25px;
}


/* bullets */

ul {
	/*list-style-image: url(/images/g_bullet.gif);*/
	list-style: none;
}

li {
	background: url(/images/g_bullet.gif) no-repeat;
	background-position: 0 .35em;
	padding-left: 20px;
}

/* links */

a:link{
	color: #750d0d;
	text-decoration: underline;
}

a:visited{
	color: #750d0d;
	text-decoration: underline;
}

a:hover{
	color: #c27171;
	text-decoration: none;
}
