/* initially set margin and padding to zero for all browsers */
* {
	margin: 0;
	padding: 0;
}

/* div definitions */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
#header {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#page_content {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#curved_box {
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border: solid 1px white;
}
#footer {
	background-repeat: repeat-x;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#footer p {
	font-size: 10px;
}

#LiveChat {
}
/* html elements */

body { color: #666; background-color: #ffffff;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

p { font-size: 12px; line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h1 {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
h3 { font-size: 15px; font-weight: bold; line-height: 28px;
	margin-top: 20px;
}
h4 { font-size: 12px; font-weight: bold; line-height: 18px; }
ul { list-style-position: outside;
	font-size: 12px;
	padding-top: 10px;
	margin-left: 20px;
}

li {
	margin-bottom: 5px;
}

input {
	margin-bottom: 10px;
}

#passForm {
	margin-left: 25px;
}

/* links */

a { text-decoration: none;
	color: #ca130a;
}
a:visited { text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* custom classes */

.redLink {
	color: #dc2400;
	font-weight: bold;
}

.newsItem {
	list-style-position: outside;
	list-style-image: url(../images/common/triangle_right.gif);
	font-size: 10px;
	line-height: 14px;
}

.btn_tight {
	margin-top: -5px;
}

.btn_space {
	margin-top: 5px;
}

.news {
	width: 175px;
	margin-left: 10px;
}
.smallBold {
	font-size: 10px;
	font-weight: bold; }

.button {
	font-family:Tahoma,Verdana,San-Serif;
	font-size:12px;
	padding:0;
	margin:0;
	width:80px;
	height:30px;
	background: #BBBBBB url(../images/common/button.jpg) repeat-x;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input {
	font-family: Verdana;
	font-size: 10pt;
	border-color: #555555;
	background-color: #FCFCFC;
	border-width: 1;
	border-style: solid;
	margin: 1;
}
.makered { }
