body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	height:100%;
	background-color:#FFFFFF;
}

/* Redifned HTML tags */

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
	line-height: 32pt;
}

h2 {
	font-size: 23px;
}


td, div, p, ul, ol {
	line-height: 23px;
	font-size: 13px;
}

a:link {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}

a:active {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}


img {
	border: 1px solid #CCCCCC;
}

img.left {
	float: left;
	margin-right: 30px;
	display:block;
}

img.right {
	float: right;
	margin-left: 30px;
	display:block;
}

/* General table used in the site that adds a bullet before each item in a TD */

table.Contents {
	border-top:1px solid #999999;
	margin-bottom:10px;
	}
	
#sidebar table.Contents {
	width:90%;
	margin-left:15px;
	}
		
table.Contents td{
	border-bottom:1px solid #999999;
	padding:5px 5px 5px 25px;
	text-align:left;
	}
	
/* Form table */

table.Forms {
border: 0px;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
font-weight: bold;
margin-bottom:10px;
}

table.Forms td {
	padding: 5px;
}

#sidebar table.Forms {
	width:90%;
	margin-left:15px;
	}

/* Portfolio page table */	
	
table.Portfolio {
	border-top:1px solid #999999;
	}
	
table.Portfolio td{
	border-bottom:1px solid #999999;
	padding:5px;
	text-align:left;
	vertical-align:top;
	}
	
table.Portfolio .Images {
	border:1px solid #666666;
	margin:5px 0px;
	}
	
table.Portfolio .Buttons {
	margin-right: 10px;
	}
	
table.Portfolio h4 {
	margin-top: 0px;
}
	

/* Photography page table */	
	
table.Photography {
	border-top:1px solid #999999;
	margin-bottom:30px;
	}
	
table.Photography .td-border{
	border-bottom:1px solid #999999;
	padding: 5px 20px;
	text-align:center;
	line-height: 16px;
	font-size: 11px;
	vertical-align:top;
	}
	
table.Photography .td-no-border{
	border-bottom:none;
	padding:5px;
	text-align:center;
	line-height: 16px;
	font-size: 11px;
	vertical-align:bottom;
	}	
	
table.Photography .Images {
	border:1px solid #666666;
	margin:5px 0px;
	}
	
table.Photography .Buttons {
	margin-right: 10px;
	}
	
	
/* Form styles */

form {
	margin: 0;
	padding: 0;
}

FORM {
margin: 0px;	
}

input {
font-size:10pt;
background-color: #FFFFFF;
border: solid 1px #868686;
color: #CC0000;
}

option {
font-size:10pt;
background-color: #FFFFFF;
color: #CC0000;
}

select {
font-size:10pt;
background-color: #FFFFFF;
color: #CC0000;
border: solid 1px #868686;
}

textarea {
font-family: Arial, Helvetica, sans-serif;
font-size:10pt;
background-color: #FFFFFF;
border: solid 1px #868686;
color: #CC0000;
}

CheckBox {
font-size:10pt;
color: #CC0000;
}

.Submit{
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
border: #666666 1px outset;
color: #666666;
font-size:10pt;
font-weight:bold;
}

/* Page */

#mainpage {
	width: 100%;
	margin: 30px auto 0px auto;
}

/* ContentBox */

.ContentBox {
	padding: 5px 5px 10px 5px;
}

.ContentBox .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.ContentBox h1 {
	padding: 8px 0 0 15px;
}

.ContentBox h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #999999;
}

.maintext h3 {
	height: 32px;
	font-size: 14px;
	color:#999999;
	font-weight: bold;
}

.maintext h4 {
	font-size: 12px;
	color: #999999;
	font-weight:bold;
}

.ContentBox .maintext {
	padding: 0 15px;
}

.maintext ul {
	list-style:none;
	list-style-image:url(images/bullet_dotted.gif);
}

.maintext a:link {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

.maintext a:visited {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

.maintext a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}

.maintext a:active {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}



/* Sidebar */

#sidebar p {
	padding:0px 15px;
}

#sidebar ul {
	margin-left: 25px;
	margin-right: 25px;
	list-style-image:url(images/bullet_dotted.gif);
}

#sidebar li {
	padding: 0 5px;
	margin-bottom:10px;
}

#sidebar h2 {
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	margin-top:16px;
	height:30px;
	font-size: 18px;
	color: #666666;
	display:block;
	width:90%;
}

#sidebar h3 {
	padding: 0px 15px;
	margin-top:0px;
	font-size: 32px;
	width:90%;
	height: 32px;
	font-size: 14px;
	color: #999999;
}

#sidebar h4 {
	padding: 8px 0 7px 15px;
	margin-bottom: 10px;
	margin-top:16px;
	font-size: 32px;
	color: #999999;
	display:block;
	width:90%;
}

#sidebar a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

#sidebar a:active {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

/* Footer */
#footer {
	border-top:1px solid #000000;
	padding:10px 10px 10px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#666666;
	line-height:150%;
}

/* Misc styles */

.DottedLine {
	background-image:url(images/line_dotted.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin:0px 15px 0px 15px;
	color:none:
	}
	

/* Home page styles */

.HomePageBox {
	margin:10px auto;
	border-top:1px solid #999999;
	padding: 20px;
}

.HomePageBoxSidebar {
	width:100%;
	margin:5px auto;
	padding:10px 0px; 
	border:1px solid #666666;
	color:#FFFFFF;
}

.HomePageBoxSidebar img {
	margin-right:10px;
	float:left;
	display:block;
	border:1px solid #FFFFFF;
}

.HomePageBoxSidebar .Buttons {
	margin:0px;
	border:none;
}

.HomePageBoxSidebar .Text {
	margin-right:15px;
	margin-bottom:10px;
	clear:both;
	font-weight:bold;
}
