/*  
Theme URL:
Author: Patricia Chan
Version: 0.1
*/

html {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #CFE17D;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

a, a:visited, {
	color: #699700;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #666666;
	text-decoration: underline;
	}
		
#Wrapper {
	width: 800px; 
	background-image: url(images/main_bg.jpg); 
	layer-background-image: url(images/main_bg.jpg); 
	background-repeat: y-repeat;
	z-index: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}

p, td {
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	text-align: left;
	vertical-align: top;
}

h1 { 
	font-size: 20px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: normal;	
	letter-spacing: 1px; 
	margin-bottom: 0; 
	padding: 0;
	color: #448B00;
	}

.tour { 
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;	
	letter-spacing: 2px; 
	margin-bottom: 0; 
	padding: 0;
	color: #448B00;
	}
		

#LeftLogo {
	width: 240px;
	margin: 0;
	padding: 0;
	float: left;
}

#Right
{
	width: 560px;
	margin: 0;
	padding: 0;
	float: right;
}

#LinksBg {
	width: 558px;
	height: 27px;
	background-image: url(images/link_bg.jpg); 
	layer-background-image: url(images/link_bg.jpg); 
	background-repeat: x-repeat;	
	margin: 0;
	padding: 0;
	float: left;
}

#MenuItem a{
	color: #fff;
	vertical-align: middle;
	height: 27px;
	float: left;
	padding: 5px 14px 0 13px;
	text-decoration: none;
	font-weight: bold;
}

#MenuItem a:hover {
	height: 27px;
	float: left;
	padding: 5px 14px 0 13px;
	background-image: url(images/link_bg_hover.jpg); 
	layer-background-image: url(images/link_bg_hover.jpg); 
	background-repeat: x-repeat;
	text-decoration: none;
	font-weight: bold;
}

#LinkSeparator {
	height: 27px;
	width: 1px;
	background-color: #fff; 
	layer-background-color: #fff; 	
	float: left;
}

#TopImage {
	margin: 0;
	padding: 0;
	float: right;
}

#MainImage {
	margin: 0;
	padding: 0;
	float: left;
}

#LeftColumn
{
	width: 469px;
	margin: 0;
	padding: 25px 25px 25px 45px;
	float: left;
}

#RightColumn
{
	width: 231px;
	margin: 0;
	padding: 0;
	float: right;
}

#RightColumnContent
{
	width: 231px;
	margin: 0;
	padding: 0 0 20px 20px;
	float: left;
	background-image: url(images/right_column_bg.jpg); 
	layer-background-image: url(images/right_column_bg.jpg); 
	background-repeat: y-repeat;

}

#Footer
{
	width: 800px;
	height: 50px;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	background-image: url(images/footer_bg.jpg); 
	layer-background-image: url(footer_bg.jpg); 
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

#Footer a, a:visited, {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#Footer a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}

.field
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	border-bottom: 1px solid #699700;
	border-right: 1px solid #699700;
	border-left: 1px solid #699700;
	border-top:1px solid #699700;
	color:#666666;
	height:15px;
	text-decoration:none;
}

.selectfield
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	border-bottom: 1px solid #699700;
	border-right: 1px solid #699700;
	border-left: 1px solid #699700;
	border-top:1px solid #699700;
	color:#666666;
	height:20px;
	width: 165px;
	text-decoration:none;
}

.fieldmultiline
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	border-bottom: 1px solid #699700;
	border-right: 1px solid #699700;
	border-left: 1px solid #699700;
	border-top:1px solid #699700;
	color:#666666;
	text-decoration:none;
}

.bordered
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	border-bottom: 1px solid #699700;
	border-right: 1px solid #699700;
	border-left: 1px solid #699700;
	border-top:1px solid #699700;
	background-color: #FFEEEE;
	color:#333333;
	height:20px;
	text-decoration:none;
}
/*

h1 { 
	font-size: 16px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: normal;	
	letter-spacing: 1px; 
	margin-bottom: 0; 
	padding: 0 0 0 20px;
	color: #448B00;
	}
	
h2 { 
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;	
	letter-spacing: 1px; 
	margin-bottom: 0; 
	padding: 0;
	color: #699700;
	}

a, a:visited, {
	color: #699700;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #699700;
	text-decoration: underline;
	}

li {
	list-style:circle inside
	}
		
hr {
	width: 100%;
	size: 1;
	color: #FFCCCC;
	align: center;
}

#Wrapper {
	width: 800px; 
	background-image: url(images/main_bg.jpg); 
	layer-background-image: url(images/main_bg.jpg); 
	z-index: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}


#MainMenu {
	float: right;
	width: 362px;
	height: 21px;
	background-image: url(images/menu_bg.gif); 
	layer-background-image: url(images/menu_bg.gif); 
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 0px;
	border: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

#MainMenu a {
	color: #fff;
	vertical-align: middle;
	color: #fff;
}

#MenuItem {
	height: 21px;
	float: left;
	padding: 2px 0 0 0;
}

#MenuItem a:hover {
	height: 17px;
	float: left;
	padding: 2px 0 0 0;
	background-color: #fff; 
	layer-background-color: #fff; 
	color: #80B800;
	text-decoration: none;
}

#MenuItemV {
	float: left;
}

#TopBg {
	width: 430px;
	height: 124px;
	float: right;
	margin-right: 0;
	padding: 0;
	background-image: url(images/maintable_topbg.jpg); 
	layer-background-image: url(images/maintable_topbg.jpg); 
	background-repeat: no-repeat;
}

#TopBgText {
	margin: 0;
	padding: 10px 15px 0 0;
	text-align: right;
	font-size: 28px;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #cccccc;
}

#Content {
	margin: 0;
	padding: 20px 10px 10px 15px;
	border: 0;
	}
	
table {
	width: 100%;
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
}

table .separator {
	height: 5px;
}

table .parttime {
	width: 90%;
	border: 1;
	background-color: #FFEEEE;
}

#floatlink {
	width: 97%;
	border: 1;
	border-bottom: 1px solid #699700;
	border-right: 1px solid #699700;
	border-left: 1px solid #699700;
	border-top:1px solid #699700;
	background-color: #FFEEEE;
	z-index: 10;
	padding: 5px;
	text-align: center;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


*/