* {
	margin: 0;
	padding: 0;
}

body {	
	background: #efefef url(images/bg_line.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: arial, verdana, san-serif;
	font-size: 0.9em;
	color: #666666;
        margin-top: 0px;
	margin-bottom: 0px;
}

a img {border: none;}

#pagecontainer {
	width: 753px;
	margin: 0 auto;
	border: 1px solid #A7A6A6;
	border-top: 0px;
	background-color: #ffffff;
}

#menupagecontainer {
	width: 500px;
	margin: 20px auto;
        padding: 20px;
	border: 1px solid #A7A6A6;
	background-color: #ffffff;
        text-align: center;
}

#menu_header {
        background: url(images/menu_head.gif);
        background-repeat: no-repeat;
        width: 400px;
        height: 43px;
        margin: 20px 0px 20px 0px;
}

#menu_footer {
        background: url(images/menu_foot.gif);
        background-repeat: no-repeat;
        width: 80px;
        height: 26px;
        margin: 20px 0px 0px 0px;
}
#menuclose {
        text-align: center;
        font-size: 0.8em;
        color: #666666;
}

hr {
        color: #276C36;
        height: 1px;
        width: 200px;
        margin-bottom: 10px;
        padding: 0px;
}

p {
margin-bottom:0.9em;
}

p.bottom_line {
        margin-top: -5px;
        border-bottom: 1px solid #cccccc;
}

#content ul {
        margin-bottom: 1.5em;
	line-height: 167%;
	margin-left:15px;
}

h3 {
        font-size: 1.0em;
        font-weight: bold;
        color: #2296C7;
        margin-bottom: 0.9em;
}

a {
	text-decoration: none;
	color: #2296C7;
}

a:hover {
	text-decoration: underline;
	color: #2296C7;
}

/* Logo */

#logo {
	width: 753px;
	height: 278px;
	margin: 0 auto;
	background: url(images/banner.jpg);
}

#header {
	float: right;
	margin: 5px;
}

/* Page */

#page {
	width: 753px;
	margin: 2px auto;
	background: #ffffff url(images/page_bg2.gif);
	background-repeat: repeat-y;
}

/* Content */

#content {
	float: right;
	width: 530px;
	padding: 20px 20px 20px 20px;
	line-height: 1.2em;
	font-size: 0.9em;
        border: 0px solid blue;
}

#sub_content {
	float: right;
	text-align: center;
	width: 170px;
	border: 0px solid #cccccc;
	margin: 10px 0px 10px 10px;
}

.sub_sub_content {
	float: right;
	width: 150px;
	border: 1px solid #cccccc;
	margin: 0px 0px 10px 10px;
	padding: 3px;
	padding-bottom: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 154px;
	padding: 20px 0px 10px 0px;
	font-size: 0.9em;
}



/* Navigation */


#links {
}

#links ul {
	list-style: none;
}

#links ul li {
	padding-left: 0.5em;
	}

#links ul li  li{
	   font-size:85%;
	}

#links a {
	width: 154px;
	padding: 1px 5px 1px 5px;
	color: #666666;
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin-top: 6px;
        font-size: 0.9em;
}

#links a:hover {
	color: #2296C7;
        background-color: #efefef;
}


/* Footer */

#footer {
	height: 30px;
	width: 753px;
	margin: 4px auto;
	text-align: center;
	font-size: 0.7em;
}

label {
       font-weight: bold;
}

input {
       color: #666666;
       margin-top: 3px;
}

select {
       color: #666666;
       border: 1px solid #cccccc;
       margin-top: 3px;
}

textarea {
       border: 1px solid #cccccc;
       margin-top: 3px;
}

/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 1px solid #cccccc;
        margin-right:10px;
        margin-bottom:10px;
        margin-top: 0px;
	padding: 3px;
}
img.imageright {
        float:right;
        border: 1px solid #cccccc;
        margin-left:10px;
        margin-bottom:10px;
        margin-top: 0px;
	padding: 3px;
}

img.imagealone {
       border: 1px solid #cccccc;
        margin-bottom:10px;
        margin-top: 0px;
	padding: 3px;
}

div.clear {
      clear: both;
}

.thumbscontainer {
        width: 500px;
        margin-left: -10px;
        border: 0px solid red;
}

ul.thumbs {
        margin: 0px;
        list-style: none;
}

ul.thumbs li {
        float: left;
        margin: 2px;
        border: 0px solid #cccccc;
}

ul.thumbs li img {
        padding: 4px;
        border: 1px solid #cccccc;
}
fieldset {
        border: 0px;
}