body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #000033;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #CC0000;
}
h1 {
	font-size: 197%;
}
h2 {
	font-size: 167%;
}
h3 {
	font-size: 100%;
}
p, ol, ul {
	line-height: 180%;
}
blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}
blockquote * {
	line-height: normal;
}
a {
	color: #AD1112;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #0C2778;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 15px;
}
hr {
	display: none;
}
/* Header */
#header {
	width: 700px;
	height: 220px;
	margin: 0 auto;
	background-image: url(images/img02-pic2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Logo */
#logo {
	float: left;
	width: 220px;
	height: 220px;
	background-color: #AD1011;
	background-image: url(images/img03-logo3.jpg);
}
#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}
#logo h1 {
	padding: 120px 0 0 0;
	background: url(images/img04.jpg) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 36px;
}
#logo h2 {
	font-size: 18px;
}
#logo h5 {
	font-family: "Imprint MT Shadow";
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 40px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Menu */
#menu {
	float: right;
	width: 470px;
	height:32px;
	padding: 180px 0 0 0px;
	font-weight: bold;
	font-size: 16px;
}
/*#menu:after{ Add margin between menu and rest of content in Firefox
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
*/
#menu ul {
	width: 466px;
	border: 2px solid #FFFFFF;
	width: 466px;
	height:32px;
	margin: 0;
	background-image: url(images/blockactive2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0;

}
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menu a {
	display:block;
	float:left;
	height: 30px;
	color: #FFFFFF;
	padding: 1px 14px 1px 14px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight:bold;
	margin-left: 6.5px;
}
#menu a:hover{
	background-image: url(images/blockdefault2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #000000;
	padding: 1px 14px 1px 14px;
	margin-left: 6.5px;
}
/* Page */
#page {
	width: 700px;
	margin: 0 auto;
}
/* Content */
#content {
	float: right;
	width: 430px;
	padding: 20px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
}
#sidebar a {
	color: #D7FFFF;
}
#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
	color: #CCCCCC`;
}
#sidebar ul li {
	padding: 5px 14px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
}
#sidebar ul li.first {
	border: none;
}
#sidebar ul li h2 {
	margin: 0;
}
#sidebar ul li h3 {
	margin: 0;
}
#sidebar ul li p {
	margin: 0;
	color: #CCCCCC;
}
.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#ffffff;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/blockactive2.gif) repeat-x left top;
}
.formbutton:hover{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#ffffff;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/blockdefault2.gif) repeat-x left top;
}
.boxed {
	margin-bottom: 10px;
	background: #000000 url(images/img10.gif) no-repeat left bottom;
}
.boxed .title {
	height: 30px;
	margin: 0;
	font-size: 16px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #333333;
	background-image: url(images/img08-new.jpg);
	background-repeat: no-repeat;
}
.boxed .content {
	padding: 5px;
	background: url(images/img09.gif) repeat-x;
}
/* Search */
#search {
}
#search form {
	margin: 0;
	padding: 0;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #AD1112 url(images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* Footer */
#footer {
	text-align: center;
	margin-top: 10px;
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #666666;
	font-weight: bold;
}
#footer a {
	color: #CC0000;
}
.errormsg {
	color: #FFFFFF;
	text-align: center;
	background-color: #0C2778;
}
/*slideshow*/
.pics2 {  
    height:  100px;  
    width:   200px;  
    padding: 0;  
    margin:  2px auto;  
		position: relative;
} 
.pics2 img {  
    background-color: #FFF;  
    width:  auto; 
    top:  0; 
    left: 0;
		position:relative;
		width: 200px;
		height: 173px;
		margin-bottom: 10px;
		float:left;
} 
.pics2_caption {  
    height:  30px;  
    width:   400px;  
    margin:  0;  
		position: relative;
		text-align:center;
		color:#000000;
		border:thin solid #00FF00;
		float:left;
} 
#pics_holder {  
    height:  225px;  
    width:   100%;  
    margin:  0;
	color:#FFFFFF;
}
#pics_holder2 {  
    height:  225px;  
    width:   100%;  
    margin:  0;
		color:#FFFFFF;
		position:relative;
		float:left;
}
.pics img {  
    top:  10px; 
    left: 0;
		position:relative;
		width: 200px;
		height: 173px;
		margin: 0px;
		float:left;
		border:#333333 groove 3px;	
} 
.pics_caption {  
    height:  200px;  
    width:   400px;  
    margin:  10px;  
		position: relative;
		text-align:center;
		color:#333333;
		float:left;
		font-size: 16px;
} 
#pics_holder li p {
		line-height:1em;
}
#pics_holder ul {
		line-height:1em;
}
#pics_holder ul h3 {
		padding-bottom:15px;
}
#basicCube { 
	width: 250px; 
	height: 200px; 
	margin: 50px auto;
	border: 1px thin #333333;
}
