/* Reset styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	background-color:#ebebeb;
	background-image:url(Images/gradient.gif);
	background-position:center;
	background-repeat:repeat-y;
}

/*
table {
	border-collapse:collapse;
	border-spacing:0;
}
*/
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,var {
	font-style:normal;
	font-weight:normal;
}
em,strong,th,legend {
	font-style:normal;
	font-weight:bold;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/* End reset styles*/



body {font-family: verdana, arial, helvetica, sans-serif;  font-size: 0.7em; color: #333300}
table {font-family: verdana, arial, helvetica, sans-serif; font-size: 1em; color: #333300}

dt,dd,li,pre,label,p,blockquote,th,td {
	line-height:1.3em;
}

dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,label,p,blockquote,th,td {
	margin:1em 0 0 0;
}

.notopmargin {
	margin-top:0;
}

h1,h2,h3,h4 {
	1em
}

fieldset {
	padding:1em;
	margin:1em 0 0 0;
}

.heading {
font-weight:bold;
line-height:1.4em;
}
.cap {color: #666666; font-size: 0.9em; margin-top:0; padding-top:0;}

table.navTable tr td { padding:0; font-size: 0.9em;}
td {padding:0 0.2em 0.1em 0.2em; margin:0 0 0 0;}

a {color :#333399}
a:visited {color: #333399}
a:hover {color: #993333}

a.menu { padding:0.5em 0 0.6em 0; margin:0; color :#333399; display: block; width: 100%; text-decoration: none; font-weight:bold; vertical-align:middle;}
a.menu:visited {color: #333399; font-weight:bold}
a.menu:hover {color: #ffffff; text-decoration: underline; font-weight:bold}

a.heading {font-weight:bold}
a.heading:visited {font-weight:bold}
a.heading:hover {font-weight:bold}

.cap a {color: #666666; font-weight:normal;}
.cap a:visited {color: #666666; font-weight:normal;}
.cap a:hover {color: #333399; font-weight:normal;}


.heading {color: #990033; font-family:georgia,times new roman,serif; font-size:1.2em;}
ul, ol {margin:1em 0 1em 1em; padding:0 0 0 1em;}
li {margin:0 0 0 0.5em; padding:0 0 0.3em 0;}
ul li ul {margin-bottom:0; padding-bottom:0;}

img.ProgImage {
	float:right;
	border:1px;
}

fieldset {
	border:1px solid #990033;
}

legend {
	color:#990033;
}

.message {
	padding:1em;
	border:1px solid;
	font-size:1.2em;
	font-weight:bold;
}

.success {
	border-color:#336600;
	color:#336600;
	background:#eeffcc;	
}

.failure {
	border-color:#990033;
	color:#990033;
	background:#ffeeee;
}

.BookButton {
	background-color:#cc0000;
	color:white;
	font-weight:bold;
	padding:0;
	width:15em;
	display:block;
	margin-bottom:0.5em;
}

.BookButton a ,
.BookButton a:link ,
.BookButton a:visited
{
	background-color:#cc0000;
	color:white;
	margin:0;
	padding:0.2em;
	width:100%;
	display:block;
}


.BookButton a:focus ,
.BookButton a:hover ,
.BookButton a:active {
	background-color:#ffeeee;
	color:#cc0000;
}


a.rosette,
a.rosette:link,
a.rosette:visited {
	display:block;
	width:134px;
	height:123px;
	background-position:0 -2px;
	margin:0;
	padding:0;
}

a.rosette:focus,
a.rosette:hover,
a.rosette:active {
	background-position:0 -133px;
}

a.joinus {
	background-image:url(Images/joinus.gif);
	font-size:0em;}


a.joinus:link;
a.joinus:visited;
a.joinus:focus;
a.joinus:hover;
a.joinus:active;
{
	color:white;
}

/* Google search box */


input.searchbox {
width:9em;
}

