
body{
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-color: #a24819;
margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; }


div#pagebase { width: 950px;	background-color: White; margin-left: auto; margin-right: auto;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 14px solid #5c5c5c}
	
div#inline { width: 950px;	background-color: #d7d7d7; margin-left: auto; margin-right: auto;
	height: 5px;
	margin-bottom: 30px;}
	
div#footline { width: 790px;	background-color: #d7d7d7; margin-left: auto; margin-right: auto;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 50px;
	}

div#inpage{width:790px; background-color: green; margin-left: auto; margin-right: auto;}
	
div#spacer {
height: 30px;
}

.maintitle {	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #f87f35; font-style: italic;}
	
img {
	border: 0px;
}

div#picbox{width:422px;}

div#title{
width: 200px;
font-family: arial;
font-size: 16px;
font-weight: normal;
color: #f87f35;
margin-bottom: 10px;
}

div#textbox {
width: 300px;
font-family: arial;
font-size: 11px;
color: #7c7c7c;
line-height: 17px;
float: left;
}

div#textbox2 {
width: 300px;
font-family: arial;
font-size: 11px;
color: #7c7c7c;
line-height: 17px;
margin-left: 20px;
float: left;
}

div#spectextbox {
width: 380px;
font-family: arial;
font-size: 11px;
color: #7c7c7c;
line-height: 17px;
float: left;
}

div#spectextbox2 {
width: 380px;
font-family: arial;
font-size: 11px;
color: #7c7c7c;
line-height: 17px;
float: left;
margin-left: 10px;
}

div#menutextbox {
width: 500px;
font-family: arial;
font-size: 11px;
color: #7c7c7c;
line-height: 17px;
float: left;
text-align: center;
}

li {
  list-style-image: url(images/dot.gif);

}

.menutitle{
width: 200px;
font-family: arial;
font-size: 16px;
font-weight: normal;
color: #f87f35;
margin-bottom: 10px;
}

.whitetitle{
width: 200px;
font-family: arial;
font-size: 16px;
font-weight: normal;
color: #ffffff;
margin-bottom: 10px;
}

.menusection{
width: 200px;
font-family: arial;
font-size: 14px;
font-weight: normal;
color: #f87f35;
margin-bottom: 10px;
}

.menucourse {font-family: arial;
font-size: 11px;
color: #7c7c7c;
line-height: 17px;
font-weight: bold;
}

.menudesc {font-family: arial;
font-size: 10px;
color: #7c7c7c;
line-height: 17px;
font-weight: normal;
}


.websiteby {font-family: arial;
font-size: 10px;
color: #c6c6c6;
line-height: 17px;
text-align: left;}


.bodytext {font-family: arial;
font-size: 12px;
color: #7c7c7c;
line-height: 17px;
text-align: left;}

.bodybold {font-family: arial;
font-size: 12px;
color: #7c7c7c;
line-height: 17px;
font-weight: bold;
text-align: left;}

.whitebold {font-family: arial;
font-size: 11px;
color: #ffffff;
line-height: 17px;
font-weight: bold;
text-align: left;}

.formfield{font-family: arial;
font-size: 11px;
color: #515151;
font-weight: bold;
text-align: left;}

.copyright {font-family: arial;
font-size: 11px;
color: #cccccc;
line-height: 17px;
text-align: left;}

.newstitle {
font-family: arial;
font-size: 11px;
color: #435873;
line-height: 17px;
text-align: left;}

.date {font-family: arial;
font-size: 11px;
color: #a2a2a2;
font-style: italic;
line-height: 17px;
text-align: left;}



/*link styles*/

a:link, a:visited	, a:active	{ color: #f88844; text-decoration: none; font-weight: bold;}
a:hover	{ color: #696969; text-decoration: underline;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px dotted #7b7b7b;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
color: gray;
font-weight: normal;
padding: 2px 9px 2px 9px;
text-decoration: none;
line-height: 26px;
background: white url(images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #ffffff;
border-bottom: 2px solid #f87f35;
padding-bottom: 0;
}


/*Highslide CSS */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
