a, a:hover, a:visited { color:#0000FF;
}
h2{
	font-weight: bold;
	color: #FF6600;
}
h3{	font-weight: bold;
	color: #003366;
}
body{
	background-color:#EBF5FC;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrap{
	width:850px;
	margin:auto;
	background-color: #f3f3f3;
}
#header{
	height:100px;
	width:830px;
	padding:10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #ccc;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
#content{
	width:848px;
	min-height:400px;
	font-size: 12px;
	line-height: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

/* >>> ----------------Navigation buttons --------------------------->>> */
#menu {
	margin-top:10px;
	letter-spacing:2px;
	float:left;
	font-size: 11px;
	margin-left:10px;
	width:155px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu ul { 	list-style: none; 	padding: 0px;	margin: 5px;}
#menu li {	border-bottom: 1px solid #fff; }
#menu a {
	display:block;
	border-bottom:1px solid #fff;
	padding: 2px 3px 2px 5px;
}
#menu a:link, #menu a:visited {
	background-color: #003366;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {	
	background-color: #FF6600;
	text-decoration: none;
}
#horizontal_menu {
	width:830px;
	background-color:#003366;
	margin-top:10px;
	font-size: 12px;
	margin-left:10px;
	text-decoration: none;
	color: #FFFFFF;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
}
#horizontal_menu ul { 	list-style: none; 	padding: 0px;	margin: 5px;}
#horizontal_menu li {	 display:inline;}
#horizontal_menu a {
	display:inline;
	padding: 3px 3px 3px 10px;
}
#horizontal_menu a:link, #horizontal_menu a:visited {
	background-color: #003366;
	text-decoration: none;
	color: #FFFFFF;
}
#horizontal_menu a:hover {	
	background-color: #FF6600;
	text-decoration: none;
}

/* <<< ----------------Navigation buttons ---------------------------<<< */
#feature{
	width:650px;
	float:right;
	line-height: 18px;
	padding:11px;
	color:#333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.column{
	width:260px;
	float:left;
	padding:30px 30px 30px 0;
}
.right_column{
padding:10px;
width:250px;
float:right;}
#footer{
	width:840px;
	background-color: #003366;
	color:#fff;
	padding:5px;
}
#logo{
	background-image: url(../images/AJN_logo1.jpg);
	background-repeat: no-repeat;
	height:100px;
	width:110px;
	float:left;
}
#sitename{
	position:relative;
	top:-15px;
	font-size: 78px;
	color:#003366;
}
#slogan{
	position:relative;
	top:-30px;
	left:5px;
	font-size: 24px;
	letter-spacing: 3px;
	word-spacing: 5px;
	color:#003366;
}
#address_block{
	font-size: 12px;
	text-align:right;
	color:#036;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#address{
	font-size: 10px;
	letter-spacing: 3px;
	text-align:center;
	color:#fff;
}
.wide{
	width:400px;
}
.narrow{
	padding-top:10px;
	width:165px;
	float:right;
}
.tcol{
        float:left;
        padding:5px;
        font-size: 10px;
}
.movie{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        width:467px;
        margin:auto;
}
.movietime{
		  width:467px;        
        text-align:right;
        border-left: solid black 1px;
        border-right: solid black 1px;
}
.movietitle{
		  width:467px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        border-top: solid black 1px;
        border-left: solid black 1px;
        border-right: solid black 1px;
        background-color:#dddddd;
}
.clearfloats{
        clear:both;
}
.news {
        text-align: left;
        margin-left: 50px;
        width:500px;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: "Times New Roman", Times, serif;
}
.newsHeading {
        width:500px;
        margin-left: 50px;
        background-color: #eeeeee;
        text-align: center;
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: "Times New Roman", Times, serif;
}
.login {
	color: #000000;
	margin-left:10px;
}


.toggler {
    background-color:#6Ab1e7;
    color : #000;
    height : 20px;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    margin-bottom : 3px;
    width : 100%;
  }


.toggler a {
    background-color: #6Ab1e7;
    height:20px;
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    text-align:center;
    color: #000;
  }
.quick_tip{
	color:#000000;
	border-top: 5px solid #FF6600;
	border-bottom: 5px solid #FF6600;
	padding:10px;
	line-height: 16px;	
}
.quick_tip a:link, .quick_tip a:hover, .quick_tip a:visited {
	text-decoration: none;
}
form label {
	clear:both;
	width:200px;
	float:left;
	text-align:right;
	font-weight: bold;
	padding-right:10px;	
}