body {
/*	background-color: #5E9AD5;*/
	background-color: #d2d2d2;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}

p {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}

p.lgText {
	color: #333333;
	font-size: 20px;
	line-height: 24px;
	text-align: justify;
}

p.medText {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

p.smText {
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}

h3 { 
	font-size: 12px; 
	line-height: 18px;
	color: #a52e94;
	text-align: center
} 

h2 { 
	font-size: 20px; 
	line-height: 20px;
	color: #a52e94;
	text-align: center
 }

h2.sub { 
	font-size: 16px; 
	line-height: 16px;
	color: #a52e94;
	text-align: center;
	text-transform: uppercase;
	padding-top: 14px;
}

h2.text { 
	text-align: center
 }

h1 { 
	font-size: 24px; 
	color: #a52e94;
	text-align: center
 }

a:visited,a:active,a:link {
 color: #a52e94;
 text-decoration: none
}

a:hover {
 color: #cd39b9;
 text-decoration: underline;
}

input, textarea, select {
 background-color: #eeeeee;
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 12px;
 color: #333;
 padding: 0px; 
} 

a:link.nav,a:visited.nav {
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color: white;
	line-height: 10pt;
}

a:hover.nav,a:active.nav {
	color: white;
	text-decoration:underline;
}

ul {
	text-align: justify;
}

ol.numList {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

ul.numList_ {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	list-style: disc;
}

ul.bullet {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

li.noGap {
	list-style: url(/site/html/images/bullet_medGap.gif);
	font-size: 14px;
}

li.smGap {
	list-style: disc;
	padding-bottom: 8px;
	font-size: 14px;
}

li.medGap {
	list-style: url(/site/html/images/bullet_medGap.gif);
	padding-bottom: 15px;
	font-size: 14px;
}

.copyright {
	color: #000000;
	font: 12px/18px Georgia, Times New Roman, Times, serif;
}

.content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#header_border {
	background: url(/site/html/images/background/background_01.jpg) no-repeat white;
	width: 825px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#header_bg {
	background: url(/site/html/images/background/background_02.jpg) repeat-y white;
	height: 210px;

	width: 825px;
	margin-left: auto;
	margin-right: auto;
}

#middle {
	background: url(/site/html/images/background/background_03.jpg) no-repeat white;
	width: 825px;

	height: 70px;

	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content_bg {
	background: url(/site/html/images/background/background_02.jpg) repeat-y white;
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-align: center;
}

#footer_border {
	background: url(/site/html/images/background/background_05.jpg) no-repeat white;
	width: 825px;
	height: 50px;

	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: left;
}


.hide {
 display:none;
}

#col_left {
	width: 430px;
	float: left;
	border-right: 1px solid gray;
	padding-right: 20px;
	margin-top:  20px;
}

#col_right {
	width: 225px;
	float: right;
/*	border-left: 1px solid gray;*/
	margin-top:  20px;
}

#nav {
	padding-top: 23px;
	color: white;
}

.price {
	font-weight: bold;
	color: #a52e94;
}
