/* style definitions */

body{
	background-color: white;
	color: black;
	font-size: 14px;
	font-family: Verdana;
	margin: 0 auto; 
}

p{
	line-height: 145%;
	padding-bottom: 0px;
} 

hr {
	color: #808080;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: -20px;
}

table {
	width: 100%;
	border-style: none;
}

img {
	border-style: none;
}
/* sets up the page structure */
#header {
	width: 900px;
	margin: 0 auto;
	/*text-align: center;*/
	font-weight: bold;
}

#page_background {
	background-image: url(../images/gradientv_red.png);
	background-repeat: repeat-x;
}

#page_container {
	width: 900px;
	background: white;
	margin: 0 auto; 
}

#iphone_menu {
	padding: 10px;
	padding-left: 20px;
	text-align:left;
	line-height: 145%;
	font-weight:bold;
	border: 3px solid #808080;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../css/border-radius.htc);
}



/* define page as one column */
#no_column {
    width: 880px;
	float: left;
 	margin-top: 0px;
 	margin-left: 10px;
 	margin-right: 10px;
}

/* define page as two columns */

#left_column {
    width: 650px;
	float: left;
 	margin-top: 0px;
 	margin-left: 10px;
}

#right_column {
    width: 220px;
	float: left;
	font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
 	margin-top: 10px;
}

#pre_footer {
	clear:both;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {
	clear:both;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align:center;
}

/* blue color for the right menu */
a:link {
	color: darkblue; 
	text-decoration: none;
}
a:visited {
	color: darkblue;
	text-decoration: none;
}
a:active {color: darkblue; text-decoration: none;}
/*#right_column a:hover {font-weight:bold; color: darkblue;}*/
a:hover {color: #fd0000;}

.center_stuff {
	text-align: center;
}

.small_print {
	line-height: 100%;
	font-size: 11px;
}

/* main menu at the top */

a.topmenu {
	text-decoration:none;
	color:black;
	font-family:Verdana;
	font-size:18px;
}
a.topmenu:hover {
	color:#fd0000;
}
a.topmenu:active {
	color:#fd0000;
}

a.menu2 {
	text-decoration:none;
	color:black;
	font-family:Verdana;
	font-size:13px;
}
a.menu2:hover {
	color:#fd0000;
}
a.menu2:active {
	color:#fd0000;
}
